Skip to content

Commit 097e403

Browse files
Add service metadata file (#58)
Adds a `metadata.yaml` file to the root of the repository to describe the service's metadata and versions.
1 parent a77ddba commit 097e403

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
service:
2+
full_name: "Amazon SageMaker"
3+
short_name: "SageMaker"
4+
link: "https://aws.amazon.com/sagemaker/"
5+
documentation: "https://docs.aws.amazon.com/sagemaker/latest/dg/what-is.html"
6+
api_versions:
7+
- api_version: v1alpha1
8+
status: available

0 commit comments

Comments
 (0)