{ "uuid": "be0781bb-7c35-4031-8a2d-1adad9885155", "lastMigration": 29, "name": "Amazon SageMaker Service", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "0876188e-98c7-45ca-b2d7-241419e91b8e", "documentation": "Creates an association between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see Amazon SageMaker ML Lineage Tracking.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.AddAssociation", "responses": [ { "uuid": "902c1d1a-2f39-4b59-9de9-df100b64b4c0", "body": "{\n \"SourceArn\": \"\",\n \"DestinationArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d0349bab-3f76-48b1-ae8b-fa08d4f36562", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6069f0d-4b23-4ff6-a5d9-1ceb60fbab82", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2ceb52c-54b1-45e4-bf68-4387b7f793e2", "documentation": "

Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.

Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies.

Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the Tags parameter of CreateHyperParameterTuningJob

Tags that you add to a SageMaker Studio Domain or User Profile by calling this API are also added to any Apps that the Domain or User Profile launches after you call this API, but not to Apps that the Domain or User Profile launched before you called this API. To make sure that the tags associated with a Domain or User Profile are also added to all Apps that the Domain or User Profile launches, add the tags when you first create the Domain or User Profile by specifying them in the Tags parameter of CreateDomain or CreateUserProfile.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.AddTags", "responses": [ { "uuid": "b96e8df5-6178-4cb0-8466-49e3f8332f52", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5810e8a5-8cb4-4a9a-a72b-1203ce961234", "documentation": "Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.AssociateTrialComponent", "responses": [ { "uuid": "db79ed94-1831-496b-85da-3bc37c02b5f2", "body": "{\n \"TrialComponentArn\": \"\",\n \"TrialArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13a0d20c-0019-4f2c-93c4-7d8b5cf11fdd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f54a2a4-2d1d-4965-8495-86d4ae754f8e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7254e5d-9e8d-4561-aa8f-54b1c95d8f35", "documentation": "Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateAction", "responses": [ { "uuid": "219836d7-eeae-4917-afcf-11ccb12e9faf", "body": "{\n \"ActionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5254d3e4-348e-4cd5-a2e3-39a295fbd09a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15b836a4-be09-406b-9700-00e0ac67a211", "documentation": "Create a machine learning algorithm that you can use in Amazon SageMaker and list in the Amazon Web Services Marketplace.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateAlgorithm", "responses": [ { "uuid": "b0488a4b-9719-4457-a250-ccf887fb3cb6", "body": "{\n \"AlgorithmArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3bb24b9c-14d8-474a-9817-fd22a11e3074", "documentation": "Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateApp", "responses": [ { "uuid": "0c4136c0-cb94-42f2-a883-30217d25a0c6", "body": "{\n \"AppArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a83fb882-5f2d-483d-ad7a-01f2e410f5a6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed720aea-5d48-4f92-babe-cee3023610f8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46d77112-725e-4b53-9ea1-754f78aafa38", "documentation": "Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateAppImageConfig", "responses": [ { "uuid": "8a4c9425-cb79-4f1d-bc8b-a37f49cda661", "body": "{\n \"AppImageConfigArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "90cf18e5-8800-4b28-b14c-e8b358f318a7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17966023-eaaf-4a72-9c0c-87934e55ad4a", "documentation": "Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateArtifact", "responses": [ { "uuid": "9efdc4f0-244e-4d0e-be14-8dde9f1a6cdf", "body": "{\n \"ArtifactArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "20ec9633-9b5f-436f-9cc6-2dbcfb2cc25e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b18016d-d17c-4dca-8445-15400fbf6b42", "documentation": "

Creates an Autopilot job.

Find the best-performing model after you run an Autopilot job by calling .

For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateAutoMLJob", "responses": [ { "uuid": "586ed5c7-e94e-479d-ba63-b023ff3fbf34", "body": "{\n \"AutoMLJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cfaac04c-2952-4827-a884-37fe574caf10", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "62b25ad3-1cba-45da-8d2a-5bdf7e7976f7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c4a39ee8-a17b-4cd4-bedf-20625b3d64c3", "documentation": "

Creates a Git repository as a resource in your Amazon SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your Amazon SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.

The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateCodeRepository", "responses": [ { "uuid": "0bd9532f-b29a-4190-a8bf-2f752b3e7c87", "body": "{\n \"CodeRepositoryArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80b34cb3-7f6c-4cb1-8e31-d7f6f86b8726", "documentation": "

Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify.

If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource.

In the request body, you provide the following:

You can also provide a Tag to track the model compilation job's resource use and costs. The response body contains the CompilationJobArn for the compiled job.

To stop a model compilation job, use StopCompilationJob. To get information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateCompilationJob", "responses": [ { "uuid": "f6b332f7-5244-497c-85eb-3338b60a3f5c", "body": "{\n \"CompilationJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61a79740-3da5-4156-b3e5-5415ee79cf91", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4cc4bb1c-6855-4824-a90d-7fc61abfded9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51baf1f1-7e2d-49af-81c4-bbb467356a59", "documentation": "Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateContext", "responses": [ { "uuid": "2a4415e1-b412-4c5b-8333-16834e5f1117", "body": "{\n \"ContextArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ceb7a1b4-7668-453e-a26a-7b6a64bf6a65", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b2647d7e-b132-496b-88be-b8319fa41e1b", "documentation": "Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateDataQualityJobDefinition", "responses": [ { "uuid": "60b7a941-399d-412c-a43b-c1346c8c5a33", "body": "{\n \"JobDefinitionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e1dc5ddb-7907-4cd8-b0ca-4b91300c4b00", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f689d9c-4b8d-4793-a132-654baeb1fd74", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a77ffc62-120a-4e86-992d-669073927637", "documentation": "Creates a device fleet.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateDeviceFleet", "responses": [ { "uuid": "62ae5f39-a66f-4d6e-b6ab-ae7a34097cd4", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a284ef04-1dcd-4184-8296-d91955ef70c3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c839f54d-8adc-4540-8835-f28d015c75ea", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a1d32bf-3e30-4f9f-8746-f84c1343e0f8", "documentation": "

Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. An Amazon Web Services account is limited to one domain per region. Users within a domain can share notebook files and other artifacts with each other.

EFS storage

When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files.

SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption.

VPC configuration

All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For other Studio traffic, you can specify the AppNetworkAccessType parameter. AppNetworkAccessType corresponds to the network access type that you choose when you onboard to Studio. The following options are available:

NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully.

For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateDomain", "responses": [ { "uuid": "f5d00bca-b064-433d-971c-633234745380", "body": "{\n \"DomainArn\": \"\",\n \"Url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1d6397d-33d3-4439-9e0a-82b125a625e6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5cfa857-3cff-462b-b1c7-833b9e5e99fb", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "182c5bff-0b29-47e0-9b88-2ab903924637", "documentation": "Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateEdgePackagingJob", "responses": [ { "uuid": "d751f1c0-0112-4b92-82d0-46d876da5b09", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d628a470-f4a8-4a02-b94f-a638ca61565a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c4c27ee6-bf73-4fd8-8efb-37d2f2f85060", "documentation": "

Creates an endpoint using the endpoint configuration specified in the request. Amazon SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API.

Use this API to deploy models using Amazon SageMaker hosting services.

For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see the Create Endpoint example notebook.

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, Amazon SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

When Amazon SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. Amazon SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateEndpoint", "responses": [ { "uuid": "c27458e6-b4d5-4e0b-92e2-1e411f8b9b2a", "body": "{\n \"EndpointArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "584b547c-3794-43eb-b91e-8c4908a37ce5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d063bdb2-c3ef-4771-b967-e0825783669c", "documentation": "

Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want Amazon SageMaker to provision. Then you call the CreateEndpoint API.

Use this API if you want to use Amazon SageMaker hosting services to deploy models into production.

In the request, you define a ProductionVariant, for each model that you want to deploy. Each ProductionVariant parameter also describes the resources that you want Amazon SageMaker to provision. This includes the number and type of ML compute instances to deploy.

If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. Amazon SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateEndpointConfig", "responses": [ { "uuid": "bccbe627-41a2-421f-a12e-d252fca4fab8", "body": "{\n \"EndpointConfigArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0b4a887f-dbaa-4d44-b4c2-098f9a6e1fe3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08229711-6b2b-4130-9527-e80b079ef4b3", "documentation": "

Creates an SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.

To add a description to an experiment, specify the optional Description parameter. To add a description later, or to change the description, call the UpdateExperiment API.

To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateExperiment", "responses": [ { "uuid": "fcd2000c-d184-405a-b30f-55d906ce8229", "body": "{\n \"ExperimentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d953356e-111f-4528-a850-1983a298503f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20e6c48c-2f7b-42b1-8425-3f7efe5135ba", "documentation": "

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record.

The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account.

You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateFeatureGroup", "responses": [ { "uuid": "fe1c9ef7-ae89-4f89-b3fd-575d1cacd8e8", "body": "{\n \"FeatureGroupArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41a9e9b5-c0c9-42c2-bc9a-739ddb218fe5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67a3befa-e262-49d6-b1d4-e67450498820", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd90d537-fd69-40e3-a1e9-0d282b73efe2", "documentation": "Creates a flow definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateFlowDefinition", "responses": [ { "uuid": "40886226-3917-4714-8b17-1d7c0778b9df", "body": "{\n \"FlowDefinitionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6319b69c-9671-40c4-abe8-0252fe1ec664", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db50ef97-ea98-43d7-b6dd-253f66151d2a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f92c8668-6ce3-4604-8b20-f105621214ff", "documentation": "Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateHumanTaskUi", "responses": [ { "uuid": "34418a23-ae27-4211-a002-18590b296684", "body": "{\n \"HumanTaskUiArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0fdf065a-87df-44fd-9ed0-5a26b61f6035", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4daf70a-9197-4c52-8ffa-6b9966a2c39c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39fedb90-4a35-4d9e-87e8-41b2692bb710", "documentation": "Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by an objective metric that you choose.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateHyperParameterTuningJob", "responses": [ { "uuid": "b4eaf400-c2e4-4ab3-afc8-29892cab9b9f", "body": "{\n \"HyperParameterTuningJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c84d40f-d7fd-487a-a69d-cbe8d154e195", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c37a19ff-54d6-46ce-96af-6bc8f4936ac8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41cb8159-8510-4b98-8b0b-9a9732a34ddd", "documentation": "Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Container Registry (ECR). For more information, see Bring your own SageMaker image.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateImage", "responses": [ { "uuid": "108dc17b-20b8-433e-bc0a-e74047f08be0", "body": "{\n \"ImageArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "abe54958-92e4-472d-8d8c-579c97e902d2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fed2c0cf-1661-49a0-adbf-0febb7119d8a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c172fa29-c9a8-489e-9496-96b46117617a", "documentation": "Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Container Registry (ECR) container image specified by BaseImage.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateImageVersion", "responses": [ { "uuid": "f81724d4-f217-4c74-9c9e-25711c0939b4", "body": "{\n \"ImageVersionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d697a507-de44-4e4a-992b-b8d77be6c841", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d41c1cc6-005b-4f64-b1c2-9cdea8309735", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e12bc44-a6c5-4eb8-8b36-ae55ee6b68ae", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "634a268e-4ac5-46ce-b395-21c61564dd06", "documentation": "

Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models.

You can select your workforce from one of three providers:

You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling.

The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data.

The output can be used as the manifest file for another labeling job or as training data for your machine learning models.

You can use this operation to create a static labeling job or a streaming labeling job. A static labeling job stops if all data objects in the input manifest file identified in ManifestS3Uri have been labeled. A streaming labeling job runs perpetually until it is manually stopped, or remains idle for 10 days. You can send new data objects to an active (InProgress) streaming labeling job in real time. To learn how to create a static labeling job, see Create a Labeling Job (API) in the Amazon SageMaker Developer Guide. To learn how to create a streaming labeling job, see Create a Streaming Labeling Job.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateLabelingJob", "responses": [ { "uuid": "679ea889-2dc1-48f0-abab-3aa42ccad099", "body": "{\n \"LabelingJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d507ba1-03fd-4c00-9b6c-b1c38d1e3e5f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1fd11066-9d5b-4999-a886-13924ec5766c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f24992df-b3f1-47a1-bf92-2b466442b238", "documentation": "

Creates a model in Amazon SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the model for predictions.

Use this API to create a model if you want to use Amazon SageMaker hosting services or run a batch transform job.

To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then create an endpoint with the CreateEndpoint API. Amazon SageMaker then deploys all of the containers that you defined for the model in the hosting environment.

For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the Model to Amazon SageMaker Hosting Services (Amazon Web Services SDK for Python (Boto 3)).

To run a batch transform using your model, you start a job with the CreateTransformJob API. Amazon SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location.

In the CreateModel request, you must define a container with the PrimaryContainer parameter.

In the request, you also provide an IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModel", "responses": [ { "uuid": "528450da-d476-407d-8f62-99d5fa991dc2", "body": "{\n \"ModelArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "539b32a2-9fd0-4279-b323-064d2b788062", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92192d4a-02c8-4180-ab9c-32c41ba3f7f9", "documentation": "Creates the definition for a model bias job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModelBiasJobDefinition", "responses": [ { "uuid": "c8202dc5-2186-4c70-9721-336e9317871b", "body": "{\n \"JobDefinitionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c5a3745-c22d-45bb-8879-e9a05a9d42de", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a3f18922-0ef4-4979-b83c-e7dcb243b5fc", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65f72854-2950-4df4-919d-95185a5d34ed", "documentation": "Creates the definition for a model explainability job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModelExplainabilityJobDefinition", "responses": [ { "uuid": "3ad44d36-1d73-428c-9fea-8c1602b01026", "body": "{\n \"JobDefinitionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "15b3f4e2-ce8d-42ec-928d-a97f73eee73c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "43b0099c-9ffd-4f81-b0c2-0dd951ac3974", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a409851-eb5e-4289-8cf9-2a4c8929cab5", "documentation": "

Creates a model package that you can use to create Amazon SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in Amazon SageMaker.

To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 location of your model artifacts, provide values for InferenceSpecification. To create a model from an algorithm resource that you created or subscribed to in Amazon Web Services Marketplace, provide a value for SourceAlgorithmSpecification.

There are two types of model packages:

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModelPackage", "responses": [ { "uuid": "22d9fb77-064c-483c-8118-272001fcb3df", "body": "{\n \"ModelPackageArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52e2c418-41ec-48f2-9e40-2b326bb001d1", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c6defa4-e499-4ed2-bb89-3c3aa2563184", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "008f1048-3366-4446-8cf4-721512861689", "documentation": "Creates a model group. A model group contains a group of model versions.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModelPackageGroup", "responses": [ { "uuid": "ae864d1c-7e0c-4cdc-b26e-9845a2269f9f", "body": "{\n \"ModelPackageGroupArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a5972410-15c6-4382-bb7f-d5d8fe1589af", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c08a031f-49d8-4e3f-b4d6-a8e40b423c71", "documentation": "Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateModelQualityJobDefinition", "responses": [ { "uuid": "baf2a0bd-691f-4ac4-a82d-99f9fbf9e8b8", "body": "{\n \"JobDefinitionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05749c48-24eb-48dc-ac8a-484c27fd3112", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83eeb37c-ef7a-4a94-8264-83f35b34f7eb", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15c5c555-85ee-4c1a-87f0-50070e5438ac", "documentation": "Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endoint.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateMonitoringSchedule", "responses": [ { "uuid": "e71d52c8-7c20-4326-bf84-0448d760f9ee", "body": "{\n \"MonitoringScheduleArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "166151cd-1aab-4a2d-88f4-4785979ebcf3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d3f0a772-04c3-4cfa-aa1b-ef0cdffd5ced", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0aed9e65-4e08-4261-8288-4443b409d5e0", "documentation": "

Creates an Amazon SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.

In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. Amazon SageMaker launches the instance, installs common libraries that you can use to explore datasets for model training, and attaches an ML storage volume to the notebook instance.

Amazon SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use Amazon SageMaker with a specific algorithm or with a machine learning framework.

After receiving the request, Amazon SageMaker does the following:

  1. Creates a network interface in the Amazon SageMaker VPC.

  2. (Option) If you specified SubnetId, Amazon SageMaker creates a network interface in your own VPC, which is inferred from the subnet ID that you provide in the input. When creating this network interface, Amazon SageMaker attaches the security group that you specified in the request to the network interface that it creates in your VPC.

  3. Launches an EC2 instance of the type specified in the request in the Amazon SageMaker VPC. If you specified SubnetId of your VPC, Amazon SageMaker specifies both network interfaces when launching this instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security groups allow it.

After creating the notebook instance, Amazon SageMaker returns its Amazon Resource Name (ARN). You can't change the name of a notebook instance after you create it.

After Amazon SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating Amazon SageMaker endpoints, and validate hosted models.

For more information, see How It Works.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateNotebookInstance", "responses": [ { "uuid": "f5c5e7ce-2b9b-44dd-a8ff-0ce528d66e55", "body": "{\n \"NotebookInstanceArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "755f349d-bb48-47ea-9568-2ad27fd90069", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "124e6a82-d7fd-428a-bfd3-f14ccee58f70", "documentation": "

Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateNotebookInstanceLifecycleConfig", "responses": [ { "uuid": "481db45a-b775-488c-b41b-30773f900ff3", "body": "{\n \"NotebookInstanceLifecycleConfigArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba48faa7-496a-496f-9457-62a922c5c67c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2524369-526a-4a9d-a8fa-8a8958570e59", "documentation": "Creates a pipeline using a JSON pipeline definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreatePipeline", "responses": [ { "uuid": "e6e0d3f9-fb31-413b-80c4-95e0fef9cf90", "body": "{\n \"PipelineArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "34a17379-8992-4391-b1b5-3574d9acacdf", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ef36852e-3c76-40ff-9fc0-f83d4f7303c0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5fa1bd9-32b6-415f-9c31-5002b5124dc0", "documentation": "

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM.

The IAM role or user used to call this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app.

You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint .

The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreatePresignedDomainUrl", "responses": [ { "uuid": "95fa29e3-3388-4386-b0c2-6cacdc75c520", "body": "{\n \"AuthorizedUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "51c1f944-83f3-4816-9d6e-bd4f749d2980", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf27c34d-e3ab-4f8e-8237-5f3c5d8c7528", "documentation": "

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the Amazon SageMaker console, when you choose Open next to a notebook instance, Amazon SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.

You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the NotIpAddress condition operator and the aws:SourceIP condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see Limit Access to a Notebook Instance by IP Address.

The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreatePresignedNotebookInstanceUrl", "responses": [ { "uuid": "b68a3bdc-fe3c-4350-93fd-b01be20f646c", "body": "{\n \"AuthorizedUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b978a62-a875-4fed-84b0-18fee2f5cf2e", "documentation": "Creates a processing job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateProcessingJob", "responses": [ { "uuid": "fdb1d7ad-470d-49e0-9de0-de88ea869794", "body": "{\n \"ProcessingJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84c4b0db-1841-4792-8ee1-d9549db2bdfd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f83d0da4-215c-472f-8f0d-efbcdc58764f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a71afc35-7a07-4b8c-b776-a175d31393c5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72b9d03a-aabd-4684-b815-64e4256ef4e0", "documentation": "Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateProject", "responses": [ { "uuid": "a2c86def-4d0e-40d0-aac9-977270c21925", "body": "{\n \"ProjectArn\": \"\",\n \"ProjectId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1fda1aea-a041-4605-8264-cce91be706a4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3aa7142d-4386-40d2-b0a0-111546e514be", "documentation": "Creates a new Studio Lifecycle Configuration.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateStudioLifecycleConfig", "responses": [ { "uuid": "99f4e014-d9fe-460b-989d-099da8fdcaba", "body": "{\n \"StudioLifecycleConfigArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a8dcad47-748d-4654-b93d-ad129c7d59ed", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3c68e9a-7bc3-4ee4-b730-29b6f3d1e133", "documentation": "

Starts a model training job. After training completes, Amazon SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify.

If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than Amazon SageMaker, provided that you know how to use them for inference.

In the request body, you provide the following:

For more information about Amazon SageMaker, see How It Works.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateTrainingJob", "responses": [ { "uuid": "f1c1044f-d1a7-4c04-9fda-93e949ad4e0b", "body": "{\n \"TrainingJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69c549e4-c530-4aaa-969f-abfeea7cf157", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "17cd3696-4a22-4e27-a837-20bc63bf594c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fa6e2af9-889c-48bf-b45d-c1cf470bb678", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f10d9857-82f5-48ff-8732-96776730c84d", "documentation": "

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.

To perform batch transformations, you create a transform job and use the data that you have readily available.

In the request body, you provide the following:

For more information about how batch transformation works, see Batch Transform.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateTransformJob", "responses": [ { "uuid": "84d7ae6b-39ca-4e9b-aa3d-9fb6dce45782", "body": "{\n \"TransformJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a58a5720-4129-476e-b77d-06af5268a358", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6af6fab6-9b3e-43f0-bd1f-b60139527a06", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "080fcc75-62e5-4cc9-96f0-7620823a6d63", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "425fc80b-88a7-4068-90e0-e1e409203cb6", "documentation": "

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial and then use the Search API to search for the tags.

To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateTrial", "responses": [ { "uuid": "c9e74c36-8c23-43fc-b742-2e0083493978", "body": "{\n \"TrialArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a02e85af-f581-4818-8434-16f4d3dd7344", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7cc46aec-1c49-42a7-be15-eff92ddf9cc0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9600978e-7652-4d6b-985e-8968bb894d18", "documentation": "

Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials.

Trial components include pre-processing jobs, training jobs, and batch transform jobs.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial component and then use the Search API to search for the tags.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateTrialComponent", "responses": [ { "uuid": "c42b3a69-d7ff-46f2-8931-08e3912b48e2", "body": "{\n \"TrialComponentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0f2f1e44-e141-4b55-982a-743af8819366", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9b7a6b9-0245-43d0-af28-f592cd313ec2", "documentation": "Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a \"person\" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateUserProfile", "responses": [ { "uuid": "5ce2c5d4-4b6c-4fa5-9bf2-7b19ca629abd", "body": "{\n \"UserProfileArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5d223c9-f9c6-4613-b142-14b29b94511d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "150bf01f-b7b2-4a91-ab15-31df19452eae", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d1f1af6-87c7-4050-9952-7823ff4d02a5", "documentation": "

Use this operation to create a workforce. This operation will return an error if a workforce already exists in the Amazon Web Services Region that you specify. You can only create one workforce in each Amazon Web Services Region per Amazon Web Services account.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use the API operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. For more information, see Create a Private Workforce (Amazon Cognito).

To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and Amazon A2I to create work teams. For more information, see Create a Private Workforce (OIDC IdP).

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateWorkforce", "responses": [ { "uuid": "342e2a0a-a33f-41fa-993e-d710c5e0723c", "body": "{\n \"WorkforceArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b735a643-6518-4772-9af5-7b0e9467e593", "documentation": "

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team.

You cannot create more than 25 work teams in an account and region.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.CreateWorkteam", "responses": [ { "uuid": "9bac563f-d603-4275-b5f8-ab71a08ad3e0", "body": "{\n \"WorkteamArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2dd59116-8c08-48ba-beff-2f3d35007d46", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5980a31d-1214-4f7d-b9d9-e72574f1a1ff", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4eb5cd80-81ea-4ecd-a469-d386e4904ccd", "documentation": "Deletes an action.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteAction", "responses": [ { "uuid": "79bb4411-5e34-412f-99ae-54ec304959ec", "body": "{\n \"ActionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d3c351e-3e72-47c4-b0fd-1cbc0ce14b55", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25e810b6-2828-41ef-b7b6-4e2e3028ad53", "documentation": "Removes the specified algorithm from your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteAlgorithm", "responses": [ { "uuid": "1648a46f-a3ca-4b14-895a-b9e16296d8b3", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "605a87dc-f61c-450c-9495-7a9965bf7fb9", "documentation": "Used to stop and delete an app.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteApp", "responses": [ { "uuid": "f878cb86-f641-49e4-a6f6-dc58954eb466", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b35e38e2-91fa-41c3-8863-26c440b2791e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9a7879c5-0220-4c2c-81f4-c27655e3a19b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1633551-2a61-481f-8f01-78e97a6d6b29", "documentation": "Deletes an AppImageConfig.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteAppImageConfig", "responses": [ { "uuid": "b7f1e3f3-dbe0-4b13-84bf-a5580331dd28", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "204b6aed-af03-40af-9688-4e411f652e32", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e42908f8-e9d0-4eb9-89c7-2427deae3418", "documentation": "Deletes an artifact. Either ArtifactArn or Source must be specified.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteArtifact", "responses": [ { "uuid": "9c423b81-046a-4f0d-9ce7-a8999cd36dbb", "body": "{\n \"ArtifactArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26d180db-6e33-4bee-8d75-9d550bda1b22", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41d984fa-ae1e-4a26-b095-f343e69c6e89", "documentation": "Deletes an association.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteAssociation", "responses": [ { "uuid": "698f62ed-07b9-4731-8195-96e17432d66e", "body": "{\n \"SourceArn\": \"\",\n \"DestinationArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4ce01837-0269-425c-aad1-bc90a4067c55", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f1d9a6e-dbf7-49f3-946d-af38b2d40a04", "documentation": "Deletes the specified Git repository from your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteCodeRepository", "responses": [ { "uuid": "0dde6c9e-5fe1-421f-b9d8-ded757831f05", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6fdad24-ecbd-4175-9b0d-66e7fa97f382", "documentation": "Deletes an context.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteContext", "responses": [ { "uuid": "b151074d-f0fd-4c83-8754-2874d99a4749", "body": "{\n \"ContextArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "71ff9a56-4cb2-44ee-9c71-6b4fdc442ff3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e5afa0c-a60e-4873-b602-c16e363f88a6", "documentation": "Deletes a data quality monitoring job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteDataQualityJobDefinition", "responses": [ { "uuid": "3a30928b-c49a-4562-b1b8-93ed3555057c", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2b80730d-3433-4fc5-9a43-abdf6c4aabc3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "516a13d6-6160-47fd-a642-b2b5d161699b", "documentation": "Deletes a fleet.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteDeviceFleet", "responses": [ { "uuid": "c6a0e78a-684f-4dec-962d-fc171aaf99a9", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9c2cd4b-3d43-420a-80ca-9b8c6dd0a6d2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0662d67-3ea5-468f-b1db-832da56cffed", "documentation": "Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteDomain", "responses": [ { "uuid": "6135fbb2-9ef4-4fb7-beef-ac9b2a5d142a", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a1ef936-8c7a-495b-931b-9ee5beef0772", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21c24480-0281-444c-8fae-2a1ba9df3222", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9224a08c-4648-40f9-9138-cc56f1ff6b5a", "documentation": "

Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was created.

Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the RevokeGrant API call.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteEndpoint", "responses": [ { "uuid": "b85d9064-5568-4e2f-bc88-6fa72df3ad35", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70403aae-d106-464e-8c38-81dddfea03e9", "documentation": "

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteEndpointConfig", "responses": [ { "uuid": "b7e28e48-4200-402c-8d84-119fcc96921c", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8cd0894-211b-4954-8835-3790cf2fb1bb", "documentation": "Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials API to get a list of the trials associated with the experiment.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteExperiment", "responses": [ { "uuid": "ee369285-3e96-4db4-9b57-ef610a737aac", "body": "{\n \"ExperimentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2450664b-e14c-4204-8acc-cf12e8169912", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73104dc4-5bb4-4594-b8c7-042bc196de12", "documentation": "

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called.

Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteFeatureGroup", "responses": [ { "uuid": "eeb7d1ca-1bc8-4ddd-9f80-9d781d7d0b4c", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f17d4cc2-3de8-43d5-9449-4a4d95247c4e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "356985ca-a713-4162-8a33-9fc8535aee44", "documentation": "Deletes the specified flow definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteFlowDefinition", "responses": [ { "uuid": "75412f8d-2e49-44f1-af85-4c37b5f6a9be", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ceef4fd1-da50-4905-8af3-4f9161e75f2d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c521c1bf-0af9-4dfd-ac39-ca20e5de08c5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73fefa47-d35a-442b-adb6-f011740b358a", "documentation": "

Use this operation to delete a human task user interface (worker task template).

To see a list of human task user interfaces (work task templates) in your account, use . When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteHumanTaskUi", "responses": [ { "uuid": "444f2f52-756f-4c4d-ba48-7a467ca2241b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2487cf39-32b7-4ecd-8add-bcb05e4cd762", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f198941-3ae0-417d-9bbe-0f4977c7928d", "documentation": "Deletes a SageMaker image and all versions of the image. The container images aren't deleted.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteImage", "responses": [ { "uuid": "1bc040c4-40dc-426d-b0c4-b95ca1f6faf2", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d01b468-7b30-4fee-8b54-3f797100b17b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e724a8da-4123-4806-bcde-41d67f21a705", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abd6e260-00d8-4182-adc4-f5d20c94baa5", "documentation": "Deletes a version of a SageMaker image. The container image the version represents isn't deleted.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteImageVersion", "responses": [ { "uuid": "d38aac87-a767-4100-b250-adb839bc0f49", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e128c635-bc1e-44ee-91df-709263efc67f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b03b1f13-980b-42be-ac47-db8b0511a108", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9f047b6-2bb1-4bc9-a018-a44e9758a63e", "documentation": "Deletes a model. The DeleteModel API deletes only the model entry that was created in Amazon SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModel", "responses": [ { "uuid": "88157ce9-b491-40b7-a5b7-1ee14d50d1cc", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63c4b9c7-d7a9-4fa7-a26d-9ea4609f8a53", "documentation": "Deletes an Amazon SageMaker model bias job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelBiasJobDefinition", "responses": [ { "uuid": "11609e87-10e7-45c2-a0ae-7bc45cb75e2b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f7aab7e5-42a2-420b-b953-ad255479ed06", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "460ae02c-697b-4d65-887a-5808207a07d7", "documentation": "Deletes an Amazon SageMaker model explainability job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelExplainabilityJobDefinition", "responses": [ { "uuid": "378e5991-6a3a-4229-a0ee-a691094e8281", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01f67269-9f5d-4049-a8d4-7aea6407d978", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "af64b0d4-66a5-4063-89d5-99c95975b47f", "documentation": "

Deletes a model package.

A model package is used to create Amazon SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in Amazon SageMaker.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelPackage", "responses": [ { "uuid": "1ee2523c-c0ac-4599-806e-354b43722d81", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "162693b0-2cab-4462-8fc1-dfacb029895d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "710e8371-750a-499f-a188-d37216e53321", "documentation": "Deletes the specified model group.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelPackageGroup", "responses": [ { "uuid": "1438754c-9fe1-44fd-9fa2-f41357d23c7b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9e21d993-fdb6-4174-86c5-c0785bb4bf99", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c545873-d5c2-4e1f-adfc-4a566a082fa1", "documentation": "Deletes a model group resource policy.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelPackageGroupPolicy", "responses": [ { "uuid": "16e8d700-3afe-4c87-bb7c-ec319a82e857", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "478b79c1-288c-4a38-9d5b-af5d315573e7", "documentation": "Deletes the secified model quality monitoring job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteModelQualityJobDefinition", "responses": [ { "uuid": "154f0d67-4697-46dc-8205-bb41a88e6a3d", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ac5e32ea-6e5c-41fc-a4de-e545c91d41d9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b520a39a-fa58-4a27-b2ac-a5c9a1b7859d", "documentation": "Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteMonitoringSchedule", "responses": [ { "uuid": "d025d044-292f-4d43-a798-b23c57c38ea7", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2d671375-fecc-4431-a678-9bf60e5db989", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28dc5b38-da9f-474c-8ce9-bc8ee815e5ce", "documentation": "

Deletes an Amazon SageMaker notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API.

When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteNotebookInstance", "responses": [ { "uuid": "a0a1e1c2-db95-458f-b3c2-f94c7947af2b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "feeb9039-5497-4004-b8d4-a16fd0650e12", "documentation": "Deletes a notebook instance lifecycle configuration.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteNotebookInstanceLifecycleConfig", "responses": [ { "uuid": "78ecac16-6a95-462f-b626-477b19cb94d4", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "99509986-f681-4f2a-b348-a8b70a5c68d6", "documentation": "Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeletePipeline", "responses": [ { "uuid": "196cbe3f-ab7e-481a-970e-2aa27b9ed358", "body": "{\n \"PipelineArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cae5567-f58e-41e9-bd1b-76439cdb05f2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c27d669-26c0-4112-b0cc-b7b9b9c579de", "documentation": "Delete the specified project.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteProject", "responses": [ { "uuid": "2a669acb-59ca-4d3c-b249-97c4be14d9af", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ffd9d90d-8c5b-44fa-ab8f-31412932f37c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3e784f2-b49b-42ec-a5b4-ca8c1958e9f5", "documentation": "Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteStudioLifecycleConfig", "responses": [ { "uuid": "02ef1393-1f22-491b-8934-a7fdef668f3d", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4011b8d-f312-4d12-ba42-1a9eafc3b50d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45dc8ddb-5d5d-44aa-9852-cb3555c37397", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "183d0321-f5c6-4e82-935b-40584d57ed38", "documentation": "

Deletes the specified tags from an Amazon SageMaker resource.

To list a resource's tags, use the ListTags API.

When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.

When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteTags", "responses": [ { "uuid": "7c9ed4ae-c459-49c5-b7e9-025b8cf9dff4", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db126de8-d64f-40e3-b831-bef20211f977", "documentation": "Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent API to get the list of trial components.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteTrial", "responses": [ { "uuid": "acbc7ef1-ab5a-4860-9dad-0c43f0a1ae98", "body": "{\n \"TrialArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "59358c29-76ec-4e21-a2cf-6bbb23bf9d01", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8593dcca-0ef1-41e0-9475-8b41b0705978", "documentation": "Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteTrialComponent", "responses": [ { "uuid": "c58ed47d-1668-42c5-aaae-5cd6bd6807d6", "body": "{\n \"TrialComponentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "99f41215-a939-489c-a7cf-b19e2c518e62", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "94011007-434c-4dbf-9d1a-a855937516e5", "documentation": "Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteUserProfile", "responses": [ { "uuid": "b7cf89f8-2942-43fa-b177-fecb59085858", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f4e26c7-587b-4332-ba45-4cce34539d0d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ba416cf6-0e0d-479b-83ea-26117623bb78", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "318cef1d-b948-486b-a7eb-734fbb0ae791", "documentation": "

Use this operation to delete a workforce.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use to create a new workforce.

If a private workforce contains one or more work teams, you must use the operation to delete all work teams before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will recieve a ResourceInUse error.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteWorkforce", "responses": [ { "uuid": "9cfd84e1-844d-4221-bcb5-b335573dfc98", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45b4c347-14df-40cb-b33f-acc205f36748", "documentation": "Deletes an existing work team. This operation can't be undone.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeleteWorkteam", "responses": [ { "uuid": "a34bbd6b-bded-40a6-81b7-3496d5aec34c", "body": "{\n \"Success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "03b5e5a2-ab84-4180-8c0f-dcfd93f6704a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9bef78c-2780-4593-828e-73258d699d47", "documentation": "Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DeregisterDevices", "responses": [ { "uuid": "16953e86-96d7-48bf-a1f5-8bb1002ea564", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "337f55f4-3343-416d-9ca2-f9a3397cada6", "documentation": "Describes an action.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeAction", "responses": [ { "uuid": "c8bb4b49-bd6b-44d1-adcb-27d16a93544b", "body": "{\n \"ActionName\": \"\",\n \"ActionArn\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceType\": \"\",\n \"SourceId\": \"\"\n },\n \"ActionType\": \"\",\n \"Description\": \"\",\n \"Status\": \"\",\n \"Properties\": {},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed9d1799-cec7-4321-8edc-d7761e06a5ea", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64eac3c4-1f3d-4fb3-adf9-bb941d1e81a1", "documentation": "Returns a description of the specified algorithm that is in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeAlgorithm", "responses": [ { "uuid": "dfeb7dfe-e7b1-4af7-af42-1eed3e44da72", "body": "{\n \"AlgorithmName\": \"\",\n \"AlgorithmArn\": \"\",\n \"AlgorithmDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingSpecification\": {\n \"TrainingImage\": \"\",\n \"TrainingImageDigest\": \"\",\n \"SupportedHyperParameters\": [\n {\n \"Name\": \"\",\n \"Description\": \"\",\n \"Type\": \"\",\n \"Range\": {\n \"IntegerParameterRangeSpecification\": {\n \"MinValue\": \"\",\n \"MaxValue\": \"\"\n },\n \"ContinuousParameterRangeSpecification\": {\n \"MinValue\": \"\",\n \"MaxValue\": \"\"\n },\n \"CategoricalParameterRangeSpecification\": {\n \"Values\": [\n \"\"\n ]\n }\n },\n \"IsTunable\": {{faker 'datatype.boolean'}},\n \"IsRequired\": {{faker 'datatype.boolean'}},\n \"DefaultValue\": \"\"\n }\n ],\n \"SupportedTrainingInstanceTypes\": [\n \"{{oneOf (array 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.p3dn.24xlarge' 'ml.p4d.24xlarge' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.c5n.xlarge' 'ml.c5n.2xlarge' 'ml.c5n.4xlarge' 'ml.c5n.9xlarge' 'ml.c5n.18xlarge')}}\"\n ],\n \"SupportsDistributedTraining\": {{faker 'datatype.boolean'}},\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ],\n \"TrainingChannels\": [\n {\n \"Name\": \"\",\n \"Description\": \"\",\n \"IsRequired\": {{faker 'datatype.boolean'}},\n \"SupportedContentTypes\": [\n \"\"\n ],\n \"SupportedCompressionTypes\": [\n \"{{oneOf (array 'None' 'Gzip')}}\"\n ],\n \"SupportedInputModes\": [\n \"{{oneOf (array 'Pipe' 'File')}}\"\n ]\n }\n ],\n \"SupportedTuningJobObjectiveMetrics\": [\n {\n \"Type\": \"\",\n \"MetricName\": \"\"\n }\n ]\n },\n \"InferenceSpecification\": {\n \"Containers\": [\n {\n \"ContainerHostname\": \"\",\n \"Image\": \"\",\n \"ImageDigest\": \"\",\n \"ModelDataUrl\": \"\",\n \"ProductId\": \"\",\n \"Environment\": {}\n }\n ],\n \"SupportedTransformInstanceTypes\": [\n \"{{oneOf (array 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge')}}\"\n ],\n \"SupportedRealtimeInferenceInstanceTypes\": [\n \"{{oneOf (array 'ml.t2.medium' 'ml.t2.large' 'ml.t2.xlarge' 'ml.t2.2xlarge' 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.m5d.large' 'ml.m5d.xlarge' 'ml.m5d.2xlarge' 'ml.m5d.4xlarge' 'ml.m5d.12xlarge' 'ml.m5d.24xlarge' 'ml.c4.large' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.large' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.c5d.large' 'ml.c5d.xlarge' 'ml.c5d.2xlarge' 'ml.c5d.4xlarge' 'ml.c5d.9xlarge' 'ml.c5d.18xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge' 'ml.r5.large' 'ml.r5.xlarge' 'ml.r5.2xlarge' 'ml.r5.4xlarge' 'ml.r5.12xlarge' 'ml.r5.24xlarge' 'ml.r5d.large' 'ml.r5d.xlarge' 'ml.r5d.2xlarge' 'ml.r5d.4xlarge' 'ml.r5d.12xlarge' 'ml.r5d.24xlarge' 'ml.inf1.xlarge' 'ml.inf1.2xlarge' 'ml.inf1.6xlarge' 'ml.inf1.24xlarge')}}\"\n ],\n \"SupportedContentTypes\": [\n \"\"\n ],\n \"SupportedResponseMIMETypes\": [\n \"\"\n ]\n },\n \"ValidationSpecification\": {\n \"ValidationRole\": \"\",\n \"ValidationProfiles\": [\n {\n \"ProfileName\": \"\",\n \"TrainingJobDefinition\": {\n \"TrainingInputMode\": \"\",\n \"HyperParameters\": {},\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n },\n \"TransformJobDefinition\": {\n \"MaxConcurrentTransforms\": {{faker 'number.int' max=99999}},\n \"MaxPayloadInMB\": {{faker 'number.int' max=99999}},\n \"BatchStrategy\": \"\",\n \"Environment\": {},\n \"TransformInput\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"SplitType\": \"\"\n },\n \"TransformOutput\": {\n \"S3OutputPath\": \"\",\n \"Accept\": \"\",\n \"AssembleWith\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"TransformResources\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n }\n }\n ]\n },\n \"AlgorithmStatus\": \"\",\n \"AlgorithmStatusDetails\": {\n \"ValidationStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ],\n \"ImageScanStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ]\n },\n \"ProductId\": \"\",\n \"CertifyForMarketplace\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09678353-fff2-4ed8-a982-89160001c1b5", "documentation": "Describes the app.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeApp", "responses": [ { "uuid": "3305b915-57d5-41d0-af44-da232c9439b2", "body": "{\n \"AppArn\": \"\",\n \"AppType\": \"\",\n \"AppName\": \"\",\n \"DomainId\": \"\",\n \"UserProfileName\": \"\",\n \"Status\": \"\",\n \"LastHealthCheckTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUserActivityTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"ResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f60d283b-ff7f-4f0d-a592-3da25a1fa316", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90555914-804e-4e99-8472-7d068c8b8334", "documentation": "Describes an AppImageConfig.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeAppImageConfig", "responses": [ { "uuid": "c35a9fcc-86f1-4b3e-bea6-2f89413a86a6", "body": "{\n \"AppImageConfigArn\": \"\",\n \"AppImageConfigName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"KernelGatewayImageConfig\": {\n \"KernelSpecs\": [\n {\n \"Name\": \"\",\n \"DisplayName\": \"\"\n }\n ],\n \"FileSystemConfig\": {\n \"MountPath\": \"\",\n \"DefaultUid\": {{faker 'number.int' max=99999}},\n \"DefaultGid\": {{faker 'number.int' max=99999}}\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf61c72b-7c96-4b2d-a1c8-82ca0c5ff080", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72f594b5-3183-4f02-90aa-afcee8e77ce4", "documentation": "Describes an artifact.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeArtifact", "responses": [ { "uuid": "be16e4ff-f546-4804-96f2-411b1b0ee5ce", "body": "{\n \"ArtifactName\": \"\",\n \"ArtifactArn\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceTypes\": [\n {\n \"SourceIdType\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ArtifactType\": \"\",\n \"Properties\": {},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8898a101-186c-4c39-a168-e0c1cc860c8e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09a7a6c7-f78d-4da2-9e39-c6f48a25bc6d", "documentation": "Returns information about an Amazon SageMaker AutoML job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeAutoMLJob", "responses": [ { "uuid": "0e684102-0dc4-45ab-b3d5-e2dc3724c113", "body": "{\n \"AutoMLJobName\": \"\",\n \"AutoMLJobArn\": \"\",\n \"InputDataConfig\": [\n {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"CompressionType\": \"\",\n \"TargetAttributeName\": \"\"\n }\n ],\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"RoleArn\": \"\",\n \"AutoMLJobObjective\": {\n \"MetricName\": \"\"\n },\n \"ProblemType\": \"\",\n \"AutoMLJobConfig\": {\n \"CompletionCriteria\": {\n \"MaxCandidates\": {{faker 'number.int' max=99999}},\n \"MaxRuntimePerTrainingJobInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxAutoMLJobRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"SecurityConfig\": {\n \"VolumeKmsKeyId\": \"\",\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n }\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"PartialFailureReasons\": [\n {\n \"PartialFailureMessage\": \"\"\n }\n ],\n \"BestCandidate\": {\n \"CandidateName\": \"\",\n \"FinalAutoMLJobObjectiveMetric\": {\n \"Type\": \"\",\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}}\n },\n \"ObjectiveStatus\": \"\",\n \"CandidateSteps\": [\n {\n \"CandidateStepType\": \"\",\n \"CandidateStepArn\": \"\",\n \"CandidateStepName\": \"\"\n }\n ],\n \"CandidateStatus\": \"\",\n \"InferenceContainers\": [\n {\n \"Image\": \"\",\n \"ModelDataUrl\": \"\",\n \"Environment\": {}\n }\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"CandidateProperties\": {\n \"CandidateArtifactLocations\": {\n \"Explainability\": \"\"\n },\n \"CandidateMetrics\": [\n {\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}},\n \"Set\": \"\"\n }\n ]\n }\n },\n \"AutoMLJobStatus\": \"\",\n \"AutoMLJobSecondaryStatus\": \"\",\n \"GenerateCandidateDefinitionsOnly\": {{faker 'datatype.boolean'}},\n \"AutoMLJobArtifacts\": {\n \"CandidateDefinitionNotebookLocation\": \"\",\n \"DataExplorationNotebookLocation\": \"\"\n },\n \"ResolvedAttributes\": {\n \"AutoMLJobObjective\": {\n \"MetricName\": \"\"\n },\n \"ProblemType\": \"\",\n \"CompletionCriteria\": {\n \"MaxCandidates\": {{faker 'number.int' max=99999}},\n \"MaxRuntimePerTrainingJobInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxAutoMLJobRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n },\n \"ModelDeployConfig\": {\n \"AutoGenerateEndpointName\": {{faker 'datatype.boolean'}},\n \"EndpointName\": \"\"\n },\n \"ModelDeployResult\": {\n \"EndpointName\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76405352-328a-40c5-8d33-7e8301efe068", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c1f64051-eba5-4d40-9b58-66fa2963421a", "documentation": "Gets details about the specified Git repository.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeCodeRepository", "responses": [ { "uuid": "232ad31c-726c-4ca8-9d4b-7d5fc0bfde55", "body": "{\n \"CodeRepositoryName\": \"\",\n \"CodeRepositoryArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"GitConfig\": {\n \"RepositoryUrl\": \"\",\n \"Branch\": \"\",\n \"SecretArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb1faf3a-1204-4ad1-8746-97fee9643471", "documentation": "

Returns information about a model compilation job.

To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeCompilationJob", "responses": [ { "uuid": "a060058e-2068-4141-b207-075f21092afe", "body": "{\n \"CompilationJobName\": \"\",\n \"CompilationJobArn\": \"\",\n \"CompilationJobStatus\": \"\",\n \"CompilationStartTime\": \"{{faker 'date.recent' 365}}\",\n \"CompilationEndTime\": \"{{faker 'date.recent' 365}}\",\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"InferenceImage\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"ModelArtifacts\": {\n \"S3ModelArtifacts\": \"\"\n },\n \"ModelDigests\": {\n \"ArtifactDigest\": \"\"\n },\n \"RoleArn\": \"\",\n \"InputConfig\": {\n \"S3Uri\": \"\",\n \"DataInputConfig\": \"\",\n \"Framework\": \"\",\n \"FrameworkVersion\": \"\"\n },\n \"OutputConfig\": {\n \"S3OutputLocation\": \"\",\n \"TargetDevice\": \"\",\n \"TargetPlatform\": {\n \"Os\": \"\",\n \"Arch\": \"\",\n \"Accelerator\": \"\"\n },\n \"CompilerOptions\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c11edb2-7c23-473f-892a-749ffa50bb54", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbb3dd05-3255-46c3-aff3-cb30b948f5e1", "documentation": "Describes a context.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeContext", "responses": [ { "uuid": "78d3a3dc-b719-4579-a426-e21e668cafae", "body": "{\n \"ContextName\": \"\",\n \"ContextArn\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceType\": \"\",\n \"SourceId\": \"\"\n },\n \"ContextType\": \"\",\n \"Description\": \"\",\n \"Properties\": {},\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d295c170-1a8a-4f6e-96ef-397698d83b0a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b503b92d-5a01-4b2f-a7ff-0f22b647c4a4", "documentation": "Gets the details of a data quality monitoring job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeDataQualityJobDefinition", "responses": [ { "uuid": "31c418ce-7bf8-48c5-b1e8-dd364f80637b", "body": "{\n \"JobDefinitionArn\": \"\",\n \"JobDefinitionName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"DataQualityBaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n },\n \"StatisticsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"DataQualityAppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ],\n \"RecordPreprocessorSourceUri\": \"\",\n \"PostAnalyticsProcessorSourceUri\": \"\",\n \"Environment\": {}\n },\n \"DataQualityJobInput\": {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n }\n },\n \"DataQualityJobOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"JobResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9e6562f3-6d5b-46e0-b2e2-4cba0e1d93ed", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "68f44969-9e33-4f13-ab8c-2147bb40346c", "documentation": "Describes the device.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeDevice", "responses": [ { "uuid": "6d17ecfe-75e2-404e-8424-ea50ca5966bd", "body": "{\n \"DeviceArn\": \"\",\n \"DeviceName\": \"\",\n \"Description\": \"\",\n \"DeviceFleetName\": \"\",\n \"IotThingName\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LatestHeartbeat\": \"{{faker 'date.recent' 365}}\",\n \"Models\": [\n {\n \"ModelName\": \"\",\n \"ModelVersion\": \"\",\n \"LatestSampleTime\": \"{{faker 'date.recent' 365}}\",\n \"LatestInference\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"MaxModels\": {{faker 'number.int' max=99999}},\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2fe7c797-abc6-4e10-927b-d59b3bfc3c00", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e49a12a-bee5-42af-84fa-fbbceb6b3a1e", "documentation": "A description of the fleet the device belongs to.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeDeviceFleet", "responses": [ { "uuid": "704405b9-74c6-450e-9902-a75bde66c56b", "body": "{\n \"DeviceFleetName\": \"\",\n \"DeviceFleetArn\": \"\",\n \"OutputConfig\": {\n \"S3OutputLocation\": \"\",\n \"KmsKeyId\": \"\",\n \"PresetDeploymentType\": \"\",\n \"PresetDeploymentConfig\": \"\"\n },\n \"Description\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"RoleArn\": \"\",\n \"IotRoleAlias\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "31659e1a-7269-433c-9a98-ba364acab967", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd5a4372-4788-4d6a-9c0f-9a04606a192f", "documentation": "The description of the domain.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeDomain", "responses": [ { "uuid": "990e3b74-90d9-4e47-9706-0ed2cd9b3642", "body": "{\n \"DomainArn\": \"\",\n \"DomainId\": \"\",\n \"DomainName\": \"\",\n \"HomeEfsFileSystemId\": \"\",\n \"SingleSignOnManagedApplicationInstanceId\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"AuthMode\": \"\",\n \"DefaultUserSettings\": {\n \"ExecutionRole\": \"\",\n \"SecurityGroups\": [\n \"\"\n ],\n \"SharingSettings\": {\n \"NotebookOutputOption\": \"\",\n \"S3OutputPath\": \"\",\n \"S3KmsKeyId\": \"\"\n },\n \"JupyterServerAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n },\n \"LifecycleConfigArns\": [\n \"\"\n ]\n },\n \"KernelGatewayAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n },\n \"CustomImages\": [\n {\n \"ImageName\": \"\",\n \"ImageVersionNumber\": {{faker 'number.int' max=99999}},\n \"AppImageConfigName\": \"\"\n }\n ],\n \"LifecycleConfigArns\": [\n \"\"\n ]\n },\n \"TensorBoardAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n }\n }\n },\n \"AppNetworkAccessType\": \"\",\n \"HomeEfsFileSystemKmsKeyId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"Url\": \"\",\n \"VpcId\": \"\",\n \"KmsKeyId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "39c48db4-0703-4a1d-a124-1e31ad35f0d8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ea3f7156-4f7e-4a78-9772-8c9542e89bf0", "documentation": "A description of edge packaging jobs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeEdgePackagingJob", "responses": [ { "uuid": "0771266a-0b32-4c2a-b5be-afbca7622a2c", "body": "{\n \"EdgePackagingJobArn\": \"\",\n \"EdgePackagingJobName\": \"\",\n \"CompilationJobName\": \"\",\n \"ModelName\": \"\",\n \"ModelVersion\": \"\",\n \"RoleArn\": \"\",\n \"OutputConfig\": {\n \"S3OutputLocation\": \"\",\n \"KmsKeyId\": \"\",\n \"PresetDeploymentType\": \"\",\n \"PresetDeploymentConfig\": \"\"\n },\n \"ResourceKey\": \"\",\n \"EdgePackagingJobStatus\": \"\",\n \"EdgePackagingJobStatusMessage\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelArtifact\": \"\",\n \"ModelSignature\": \"\",\n \"PresetDeploymentOutput\": {\n \"Type\": \"\",\n \"Artifact\": \"\",\n \"Status\": \"\",\n \"StatusMessage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "835d0711-4ba5-4111-af7f-d8372c51bb15", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fdb4864-a330-48cd-859f-cddef0a77d14", "documentation": "Returns the description of an endpoint.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeEndpoint", "responses": [ { "uuid": "e3c0b70c-afb0-42db-907f-7dce05b2a885", "body": "{\n \"EndpointName\": \"\",\n \"EndpointArn\": \"\",\n \"EndpointConfigName\": \"\",\n \"ProductionVariants\": [\n {\n \"VariantName\": \"\",\n \"DeployedImages\": [\n {\n \"SpecifiedImage\": \"\",\n \"ResolvedImage\": \"\",\n \"ResolutionTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"CurrentWeight\": {{faker 'number.float'}},\n \"DesiredWeight\": {{faker 'number.float'}},\n \"CurrentInstanceCount\": {{faker 'number.int' max=99999}},\n \"DesiredInstanceCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"DataCaptureConfig\": {\n \"EnableCapture\": {{faker 'datatype.boolean'}},\n \"CaptureStatus\": \"\",\n \"CurrentSamplingPercentage\": {{faker 'number.int' max=99999}},\n \"DestinationS3Uri\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"EndpointStatus\": \"\",\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastDeploymentConfig\": {\n \"BlueGreenUpdatePolicy\": {\n \"TrafficRoutingConfiguration\": {\n \"Type\": \"\",\n \"WaitIntervalInSeconds\": {{faker 'number.int' max=99999}},\n \"CanarySize\": {\n \"Type\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n },\n \"TerminationWaitInSeconds\": {{faker 'number.int' max=99999}},\n \"MaximumExecutionTimeoutInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"AutoRollbackConfiguration\": {\n \"Alarms\": [\n {\n \"AlarmName\": \"\"\n }\n ]\n }\n },\n \"AsyncInferenceConfig\": {\n \"ClientConfig\": {\n \"MaxConcurrentInvocationsPerInstance\": {{faker 'number.int' max=99999}}\n },\n \"OutputConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\",\n \"NotificationConfig\": {\n \"SuccessTopic\": \"\",\n \"ErrorTopic\": \"\"\n }\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40d9eab6-0ff4-43bb-a1e3-24bdbc5438fd", "documentation": "Returns the description of an endpoint configuration created using the CreateEndpointConfig API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeEndpointConfig", "responses": [ { "uuid": "d38e6f6e-7616-4abc-bd69-f7dc09155a34", "body": "{\n \"EndpointConfigName\": \"\",\n \"EndpointConfigArn\": \"\",\n \"ProductionVariants\": [\n {\n \"VariantName\": \"\",\n \"ModelName\": \"\",\n \"InitialInstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"InitialVariantWeight\": {{faker 'number.float'}},\n \"AcceleratorType\": \"\",\n \"CoreDumpConfig\": {\n \"DestinationS3Uri\": \"\",\n \"KmsKeyId\": \"\"\n }\n }\n ],\n \"DataCaptureConfig\": {\n \"EnableCapture\": {{faker 'datatype.boolean'}},\n \"InitialSamplingPercentage\": {{faker 'number.int' max=99999}},\n \"DestinationS3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"CaptureOptions\": [\n {\n \"CaptureMode\": \"\"\n }\n ],\n \"CaptureContentTypeHeader\": {\n \"CsvContentTypes\": [\n \"\"\n ],\n \"JsonContentTypes\": [\n \"\"\n ]\n }\n },\n \"KmsKeyId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"AsyncInferenceConfig\": {\n \"ClientConfig\": {\n \"MaxConcurrentInvocationsPerInstance\": {{faker 'number.int' max=99999}}\n },\n \"OutputConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\",\n \"NotificationConfig\": {\n \"SuccessTopic\": \"\",\n \"ErrorTopic\": \"\"\n }\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d11579f-5b06-4e9d-9c0c-adb448d20bbf", "documentation": "Provides a list of an experiment's properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeExperiment", "responses": [ { "uuid": "282008b6-984b-4ba0-a8fd-1757fbd57787", "body": "{\n \"ExperimentName\": \"\",\n \"ExperimentArn\": \"\",\n \"DisplayName\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"Description\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d0f1b6f-2e5f-4ae5-a204-e7dfe08e054e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3d2f6b8-2c1e-4d0d-adc1-88519bb0c76a", "documentation": "Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeFeatureGroup", "responses": [ { "uuid": "603fcff8-0163-4e43-bdea-048c70e37016", "body": "{\n \"FeatureGroupArn\": \"\",\n \"FeatureGroupName\": \"\",\n \"RecordIdentifierFeatureName\": \"\",\n \"EventTimeFeatureName\": \"\",\n \"FeatureDefinitions\": [\n {\n \"FeatureName\": \"\",\n \"FeatureType\": \"\"\n }\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"OnlineStoreConfig\": {\n \"SecurityConfig\": {\n \"KmsKeyId\": \"\"\n },\n \"EnableOnlineStore\": {{faker 'datatype.boolean'}}\n },\n \"OfflineStoreConfig\": {\n \"S3StorageConfig\": {\n \"S3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"ResolvedOutputS3Uri\": \"\"\n },\n \"DisableGlueTableCreation\": {{faker 'datatype.boolean'}},\n \"DataCatalogConfig\": {\n \"TableName\": \"\",\n \"Catalog\": \"\",\n \"Database\": \"\"\n }\n },\n \"RoleArn\": \"\",\n \"FeatureGroupStatus\": \"\",\n \"OfflineStoreStatus\": {\n \"Status\": \"\",\n \"BlockedReason\": \"\"\n },\n \"FailureReason\": \"\",\n \"Description\": \"\",\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "32158980-86ff-4ddf-8c57-26a4b9254e0e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fdbc8fa8-f929-4429-a412-b8e5e5edbb58", "documentation": "Returns information about the specified flow definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeFlowDefinition", "responses": [ { "uuid": "1988be3c-3408-40af-830b-9baea6fcd391", "body": "{\n \"FlowDefinitionArn\": \"\",\n \"FlowDefinitionName\": \"\",\n \"FlowDefinitionStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"HumanLoopRequestSource\": {\n \"AwsManagedHumanLoopRequestSource\": \"\"\n },\n \"HumanLoopActivationConfig\": {\n \"HumanLoopActivationConditionsConfig\": {\n \"HumanLoopActivationConditions\": \"\"\n }\n },\n \"HumanLoopConfig\": {\n \"WorkteamArn\": \"\",\n \"HumanTaskUiArn\": \"\",\n \"TaskTitle\": \"\",\n \"TaskDescription\": \"\",\n \"TaskCount\": {{faker 'number.int' max=99999}},\n \"TaskAvailabilityLifetimeInSeconds\": {{faker 'number.int' max=99999}},\n \"TaskTimeLimitInSeconds\": {{faker 'number.int' max=99999}},\n \"TaskKeywords\": [\n \"\"\n ],\n \"PublicWorkforceTaskPrice\": {\n \"AmountInUsd\": {\n \"Dollars\": {{faker 'number.int' max=99999}},\n \"Cents\": {{faker 'number.int' max=99999}},\n \"TenthFractionsOfACent\": {{faker 'number.int' max=99999}}\n }\n }\n },\n \"OutputConfig\": {\n \"S3OutputPath\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"RoleArn\": \"\",\n \"FailureReason\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1793b919-f2e0-4e74-89f8-c6387dadc70a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "036abd5b-ea80-43dd-9950-0d66bc39b270", "documentation": "Returns information about the requested human task user interface (worker task template).", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeHumanTaskUi", "responses": [ { "uuid": "4a34c420-c34b-4795-86b4-8a7e8bb78892", "body": "{\n \"HumanTaskUiArn\": \"\",\n \"HumanTaskUiName\": \"\",\n \"HumanTaskUiStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"UiTemplate\": {\n \"Url\": \"\",\n \"ContentSha256\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f6df6d4-b20b-4d48-bdb8-64d818f77b6a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f785b66e-c3ba-4225-889a-51d435396a31", "documentation": "Gets a description of a hyperparameter tuning job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeHyperParameterTuningJob", "responses": [ { "uuid": "e346caa0-9806-4929-bb4c-22e146cfa1fe", "body": "{\n \"HyperParameterTuningJobName\": \"\",\n \"HyperParameterTuningJobArn\": \"\",\n \"HyperParameterTuningJobConfig\": {\n \"Strategy\": \"\",\n \"HyperParameterTuningJobObjective\": {\n \"Type\": \"\",\n \"MetricName\": \"\"\n },\n \"ResourceLimits\": {\n \"MaxNumberOfTrainingJobs\": {{faker 'number.int' max=99999}},\n \"MaxParallelTrainingJobs\": {{faker 'number.int' max=99999}}\n },\n \"ParameterRanges\": {\n \"IntegerParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"ContinuousParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"CategoricalParameterRanges\": [\n {\n \"Name\": \"\",\n \"Values\": [\n \"\"\n ]\n }\n ]\n },\n \"TrainingJobEarlyStoppingType\": \"\",\n \"TuningJobCompletionCriteria\": {\n \"TargetObjectiveMetricValue\": {{faker 'number.float'}}\n }\n },\n \"TrainingJobDefinition\": {\n \"DefinitionName\": \"\",\n \"TuningObjective\": {\n \"Type\": \"\",\n \"MetricName\": \"\"\n },\n \"HyperParameterRanges\": {\n \"IntegerParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"ContinuousParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"CategoricalParameterRanges\": [\n {\n \"Name\": \"\",\n \"Values\": [\n \"\"\n ]\n }\n ]\n },\n \"StaticHyperParameters\": {},\n \"AlgorithmSpecification\": {\n \"TrainingImage\": \"\",\n \"TrainingInputMode\": \"\",\n \"AlgorithmName\": \"\",\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ]\n },\n \"RoleArn\": \"\",\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableManagedSpotTraining\": {{faker 'datatype.boolean'}},\n \"CheckpointConfig\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\"\n },\n \"RetryStrategy\": {\n \"MaximumRetryAttempts\": {{faker 'number.int' max=99999}}\n }\n },\n \"TrainingJobDefinitions\": [\n {\n \"DefinitionName\": \"\",\n \"TuningObjective\": {\n \"Type\": \"\",\n \"MetricName\": \"\"\n },\n \"HyperParameterRanges\": {\n \"IntegerParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"ContinuousParameterRanges\": [\n {\n \"Name\": \"\",\n \"MinValue\": \"\",\n \"MaxValue\": \"\",\n \"ScalingType\": \"\"\n }\n ],\n \"CategoricalParameterRanges\": [\n {\n \"Name\": \"\",\n \"Values\": [\n \"\"\n ]\n }\n ]\n },\n \"StaticHyperParameters\": {},\n \"AlgorithmSpecification\": {\n \"TrainingImage\": \"\",\n \"TrainingInputMode\": \"\",\n \"AlgorithmName\": \"\",\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ]\n },\n \"RoleArn\": \"\",\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableManagedSpotTraining\": {{faker 'datatype.boolean'}},\n \"CheckpointConfig\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\"\n },\n \"RetryStrategy\": {\n \"MaximumRetryAttempts\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"HyperParameterTuningJobStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"HyperParameterTuningEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatusCounters\": {\n \"Completed\": {{faker 'number.int' max=99999}},\n \"InProgress\": {{faker 'number.int' max=99999}},\n \"RetryableError\": {{faker 'number.int' max=99999}},\n \"NonRetryableError\": {{faker 'number.int' max=99999}},\n \"Stopped\": {{faker 'number.int' max=99999}}\n },\n \"ObjectiveStatusCounters\": {\n \"Succeeded\": {{faker 'number.int' max=99999}},\n \"Pending\": {{faker 'number.int' max=99999}},\n \"Failed\": {{faker 'number.int' max=99999}}\n },\n \"BestTrainingJob\": {\n \"TrainingJobDefinitionName\": \"\",\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatus\": \"\",\n \"TunedHyperParameters\": {},\n \"FailureReason\": \"\",\n \"FinalHyperParameterTuningJobObjectiveMetric\": {\n \"Type\": \"\",\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}}\n },\n \"ObjectiveStatus\": \"\"\n },\n \"OverallBestTrainingJob\": {\n \"TrainingJobDefinitionName\": \"\",\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatus\": \"\",\n \"TunedHyperParameters\": {},\n \"FailureReason\": \"\",\n \"FinalHyperParameterTuningJobObjectiveMetric\": {\n \"Type\": \"\",\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}}\n },\n \"ObjectiveStatus\": \"\"\n },\n \"WarmStartConfig\": {\n \"ParentHyperParameterTuningJobs\": [\n {\n \"HyperParameterTuningJobName\": \"\"\n }\n ],\n \"WarmStartType\": \"\"\n },\n \"FailureReason\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "adf8cb54-0b74-4583-99fb-40e1ffd1b568", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4bac3c5a-3cc0-49c6-b2aa-c4c6c81fe9a4", "documentation": "Describes a SageMaker image.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeImage", "responses": [ { "uuid": "ad99e0c2-5994-47eb-b6dd-0636d73fd526", "body": "{\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"DisplayName\": \"\",\n \"FailureReason\": \"\",\n \"ImageArn\": \"\",\n \"ImageName\": \"\",\n \"ImageStatus\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"RoleArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a205d7e-4def-4953-bca2-27ad3109fdaf", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43f49351-5272-4175-b8db-aab29364c990", "documentation": "Describes a version of a SageMaker image.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeImageVersion", "responses": [ { "uuid": "184097b9-5513-443c-9425-02962a9bdb43", "body": "{\n \"BaseImage\": \"\",\n \"ContainerImage\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"ImageArn\": \"\",\n \"ImageVersionArn\": \"\",\n \"ImageVersionStatus\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"Version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7964346f-0515-4b56-aae4-b9ce00d10dfc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "516255eb-e219-43b3-84c6-fe08f3781ea8", "documentation": "Gets information about a labeling job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeLabelingJob", "responses": [ { "uuid": "0b0a729a-45d7-414b-84b9-9d6c0eed4a52", "body": "{\n \"LabelingJobStatus\": \"\",\n \"LabelCounters\": {\n \"TotalLabeled\": {{faker 'number.int' max=99999}},\n \"HumanLabeled\": {{faker 'number.int' max=99999}},\n \"MachineLabeled\": {{faker 'number.int' max=99999}},\n \"FailedNonRetryableError\": {{faker 'number.int' max=99999}},\n \"Unlabeled\": {{faker 'number.int' max=99999}}\n },\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"JobReferenceCode\": \"\",\n \"LabelingJobName\": \"\",\n \"LabelingJobArn\": \"\",\n \"LabelAttributeName\": \"\",\n \"InputConfig\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"ManifestS3Uri\": \"\"\n },\n \"SnsDataSource\": {\n \"SnsTopicArn\": \"\"\n }\n },\n \"DataAttributes\": {\n \"ContentClassifiers\": [\n \"{{oneOf (array 'FreeOfPersonallyIdentifiableInformation' 'FreeOfAdultContent')}}\"\n ]\n }\n },\n \"OutputConfig\": {\n \"S3OutputPath\": \"\",\n \"KmsKeyId\": \"\",\n \"SnsTopicArn\": \"\"\n },\n \"RoleArn\": \"\",\n \"LabelCategoryConfigS3Uri\": \"\",\n \"StoppingConditions\": {\n \"MaxHumanLabeledObjectCount\": {{faker 'number.int' max=99999}},\n \"MaxPercentageOfInputDatasetLabeled\": {{faker 'number.int' max=99999}}\n },\n \"LabelingJobAlgorithmsConfig\": {\n \"LabelingJobAlgorithmSpecificationArn\": \"\",\n \"InitialActiveLearningModelArn\": \"\",\n \"LabelingJobResourceConfig\": {\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"HumanTaskConfig\": {\n \"WorkteamArn\": \"\",\n \"UiConfig\": {\n \"UiTemplateS3Uri\": \"\",\n \"HumanTaskUiArn\": \"\"\n },\n \"PreHumanTaskLambdaArn\": \"\",\n \"TaskKeywords\": [\n \"\"\n ],\n \"TaskTitle\": \"\",\n \"TaskDescription\": \"\",\n \"NumberOfHumanWorkersPerDataObject\": {{faker 'number.int' max=99999}},\n \"TaskTimeLimitInSeconds\": {{faker 'number.int' max=99999}},\n \"TaskAvailabilityLifetimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxConcurrentTaskCount\": {{faker 'number.int' max=99999}},\n \"AnnotationConsolidationConfig\": {\n \"AnnotationConsolidationLambdaArn\": \"\"\n },\n \"PublicWorkforceTaskPrice\": {\n \"AmountInUsd\": {\n \"Dollars\": {{faker 'number.int' max=99999}},\n \"Cents\": {{faker 'number.int' max=99999}},\n \"TenthFractionsOfACent\": {{faker 'number.int' max=99999}}\n }\n }\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"LabelingJobOutput\": {\n \"OutputDatasetS3Uri\": \"\",\n \"FinalActiveLearningModelArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b10efa9a-efa1-4f98-bf8b-d65aa2ea996c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1164d70-f7f7-4f06-b5b1-bc9284f39369", "documentation": "Describes a model that you created using the CreateModel API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModel", "responses": [ { "uuid": "1694a1e3-adb3-4ae8-ac9d-60bc2bc3e119", "body": "{\n \"ModelName\": \"\",\n \"PrimaryContainer\": {\n \"ContainerHostname\": \"\",\n \"Image\": \"\",\n \"ImageConfig\": {\n \"RepositoryAccessMode\": \"\",\n \"RepositoryAuthConfig\": {\n \"RepositoryCredentialsProviderArn\": \"\"\n }\n },\n \"Mode\": \"\",\n \"ModelDataUrl\": \"\",\n \"Environment\": {},\n \"ModelPackageName\": \"\",\n \"MultiModelConfig\": {\n \"ModelCacheSetting\": \"\"\n }\n },\n \"Containers\": [\n {\n \"ContainerHostname\": \"\",\n \"Image\": \"\",\n \"ImageConfig\": {\n \"RepositoryAccessMode\": \"\",\n \"RepositoryAuthConfig\": {\n \"RepositoryCredentialsProviderArn\": \"\"\n }\n },\n \"Mode\": \"\",\n \"ModelDataUrl\": \"\",\n \"Environment\": {},\n \"ModelPackageName\": \"\",\n \"MultiModelConfig\": {\n \"ModelCacheSetting\": \"\"\n }\n }\n ],\n \"InferenceExecutionConfig\": {\n \"Mode\": \"\"\n },\n \"ExecutionRoleArn\": \"\",\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelArn\": \"\",\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87a48db2-6152-4cac-8d44-090b967b25ef", "documentation": "Returns a description of a model bias job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModelBiasJobDefinition", "responses": [ { "uuid": "35c4e7cc-07b9-4f8a-8442-7567b4d9bba1", "body": "{\n \"JobDefinitionArn\": \"\",\n \"JobDefinitionName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelBiasBaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"ModelBiasAppSpecification\": {\n \"ImageUri\": \"\",\n \"ConfigUri\": \"\",\n \"Environment\": {}\n },\n \"ModelBiasJobInput\": {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n },\n \"GroundTruthS3Input\": {\n \"S3Uri\": \"\"\n }\n },\n \"ModelBiasJobOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"JobResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ef962df0-b3f3-4889-87ae-9cb7c3f4103f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "925ff826-f2ac-4904-8abc-a095ac8ca6c5", "documentation": "Returns a description of a model explainability job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModelExplainabilityJobDefinition", "responses": [ { "uuid": "5144ef6b-9b07-442f-816c-20ca8b63367b", "body": "{\n \"JobDefinitionArn\": \"\",\n \"JobDefinitionName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelExplainabilityBaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"ModelExplainabilityAppSpecification\": {\n \"ImageUri\": \"\",\n \"ConfigUri\": \"\",\n \"Environment\": {}\n },\n \"ModelExplainabilityJobInput\": {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n }\n },\n \"ModelExplainabilityJobOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"JobResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0de8402d-fe1d-4489-8dda-a5c986431a6f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3fbda1be-ec78-40ec-bc6e-30abf34369ce", "documentation": "

Returns a description of the specified model package, which is used to create Amazon SageMaker models or list them on Amazon Web Services Marketplace.

To create models in Amazon SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModelPackage", "responses": [ { "uuid": "fe5014dc-0849-4246-a127-40a92133f503", "body": "{\n \"ModelPackageName\": \"\",\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageVersion\": {{faker 'number.int' max=99999}},\n \"ModelPackageArn\": \"\",\n \"ModelPackageDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"InferenceSpecification\": {\n \"Containers\": [\n {\n \"ContainerHostname\": \"\",\n \"Image\": \"\",\n \"ImageDigest\": \"\",\n \"ModelDataUrl\": \"\",\n \"ProductId\": \"\",\n \"Environment\": {}\n }\n ],\n \"SupportedTransformInstanceTypes\": [\n \"{{oneOf (array 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge')}}\"\n ],\n \"SupportedRealtimeInferenceInstanceTypes\": [\n \"{{oneOf (array 'ml.t2.medium' 'ml.t2.large' 'ml.t2.xlarge' 'ml.t2.2xlarge' 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.m5d.large' 'ml.m5d.xlarge' 'ml.m5d.2xlarge' 'ml.m5d.4xlarge' 'ml.m5d.12xlarge' 'ml.m5d.24xlarge' 'ml.c4.large' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.large' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.c5d.large' 'ml.c5d.xlarge' 'ml.c5d.2xlarge' 'ml.c5d.4xlarge' 'ml.c5d.9xlarge' 'ml.c5d.18xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge' 'ml.r5.large' 'ml.r5.xlarge' 'ml.r5.2xlarge' 'ml.r5.4xlarge' 'ml.r5.12xlarge' 'ml.r5.24xlarge' 'ml.r5d.large' 'ml.r5d.xlarge' 'ml.r5d.2xlarge' 'ml.r5d.4xlarge' 'ml.r5d.12xlarge' 'ml.r5d.24xlarge' 'ml.inf1.xlarge' 'ml.inf1.2xlarge' 'ml.inf1.6xlarge' 'ml.inf1.24xlarge')}}\"\n ],\n \"SupportedContentTypes\": [\n \"\"\n ],\n \"SupportedResponseMIMETypes\": [\n \"\"\n ]\n },\n \"SourceAlgorithmSpecification\": {\n \"SourceAlgorithms\": [\n {\n \"ModelDataUrl\": \"\",\n \"AlgorithmName\": \"\"\n }\n ]\n },\n \"ValidationSpecification\": {\n \"ValidationRole\": \"\",\n \"ValidationProfiles\": [\n {\n \"ProfileName\": \"\",\n \"TransformJobDefinition\": {\n \"MaxConcurrentTransforms\": {{faker 'number.int' max=99999}},\n \"MaxPayloadInMB\": {{faker 'number.int' max=99999}},\n \"BatchStrategy\": \"\",\n \"Environment\": {},\n \"TransformInput\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"SplitType\": \"\"\n },\n \"TransformOutput\": {\n \"S3OutputPath\": \"\",\n \"Accept\": \"\",\n \"AssembleWith\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"TransformResources\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n }\n }\n ]\n },\n \"ModelPackageStatus\": \"\",\n \"ModelPackageStatusDetails\": {\n \"ValidationStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ],\n \"ImageScanStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ]\n },\n \"CertifyForMarketplace\": {{faker 'datatype.boolean'}},\n \"ModelApprovalStatus\": \"\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n },\n \"ModelMetrics\": {\n \"ModelQuality\": {\n \"Statistics\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n },\n \"Constraints\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ModelDataQuality\": {\n \"Statistics\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n },\n \"Constraints\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"Bias\": {\n \"Report\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"Explainability\": {\n \"Report\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n }\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"ApprovalDescription\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f189d6b-10be-40f6-8e8f-d6ac75ecbc02", "documentation": "Gets a description for the specified model group.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModelPackageGroup", "responses": [ { "uuid": "d58c1a61-19eb-41bc-a16e-5d3a8605f248", "body": "{\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageGroupArn\": \"\",\n \"ModelPackageGroupDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"ModelPackageGroupStatus\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "31bacd3a-00ba-44ac-bca2-0f5ea9232c53", "documentation": "Returns a description of a model quality job definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeModelQualityJobDefinition", "responses": [ { "uuid": "36f815cc-8451-47a8-bf2a-a082b9603db6", "body": "{\n \"JobDefinitionArn\": \"\",\n \"JobDefinitionName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelQualityBaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"ModelQualityAppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ],\n \"RecordPreprocessorSourceUri\": \"\",\n \"PostAnalyticsProcessorSourceUri\": \"\",\n \"ProblemType\": \"\",\n \"Environment\": {}\n },\n \"ModelQualityJobInput\": {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n },\n \"GroundTruthS3Input\": {\n \"S3Uri\": \"\"\n }\n },\n \"ModelQualityJobOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"JobResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a2f0078-c137-4c91-af76-f2b18c2c37fc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc540aa6-a1a5-4eeb-8bf2-f9f71adf19ef", "documentation": "Describes the schedule for a monitoring job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeMonitoringSchedule", "responses": [ { "uuid": "fd12387c-37b6-4719-9a1a-8b2807ecfcd5", "body": "{\n \"MonitoringScheduleArn\": \"\",\n \"MonitoringScheduleName\": \"\",\n \"MonitoringScheduleStatus\": \"\",\n \"MonitoringType\": \"\",\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringScheduleConfig\": {\n \"ScheduleConfig\": {\n \"ScheduleExpression\": \"\"\n },\n \"MonitoringJobDefinition\": {\n \"BaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n },\n \"StatisticsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"MonitoringInputs\": [\n {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n }\n }\n ],\n \"MonitoringOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"MonitoringResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"MonitoringAppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ],\n \"RecordPreprocessorSourceUri\": \"\",\n \"PostAnalyticsProcessorSourceUri\": \"\"\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"Environment\": {},\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\"\n },\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n },\n \"EndpointName\": \"\",\n \"LastMonitoringExecutionSummary\": {\n \"MonitoringScheduleName\": \"\",\n \"ScheduledTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringExecutionStatus\": \"\",\n \"ProcessingJobArn\": \"\",\n \"EndpointName\": \"\",\n \"FailureReason\": \"\",\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9beaa983-a33e-43f2-90b2-fdeb33e352eb", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4dd2f061-b4d9-4504-ae62-b3970d2e258f", "documentation": "Returns information about a notebook instance.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeNotebookInstance", "responses": [ { "uuid": "e821af51-0a7c-4a9a-99a5-710ea72888c5", "body": "{\n \"NotebookInstanceArn\": \"\",\n \"NotebookInstanceName\": \"\",\n \"NotebookInstanceStatus\": \"\",\n \"FailureReason\": \"\",\n \"Url\": \"\",\n \"InstanceType\": \"\",\n \"SubnetId\": \"\",\n \"SecurityGroups\": [\n \"\"\n ],\n \"RoleArn\": \"\",\n \"KmsKeyId\": \"\",\n \"NetworkInterfaceId\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"NotebookInstanceLifecycleConfigName\": \"\",\n \"DirectInternetAccess\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"AcceleratorTypes\": [\n \"{{oneOf (array 'ml.eia1.medium' 'ml.eia1.large' 'ml.eia1.xlarge' 'ml.eia2.medium' 'ml.eia2.large' 'ml.eia2.xlarge')}}\"\n ],\n \"DefaultCodeRepository\": \"\",\n \"AdditionalCodeRepositories\": [\n \"\"\n ],\n \"RootAccess\": \"\",\n \"PlatformIdentifier\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aabd79ed-c791-4a51-834d-6d67d58f48f4", "documentation": "

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeNotebookInstanceLifecycleConfig", "responses": [ { "uuid": "a2c8385b-db1f-4654-ac9b-337a9c92fdcd", "body": "{\n \"NotebookInstanceLifecycleConfigArn\": \"\",\n \"NotebookInstanceLifecycleConfigName\": \"\",\n \"OnCreate\": [\n {\n \"Content\": \"\"\n }\n ],\n \"OnStart\": [\n {\n \"Content\": \"\"\n }\n ],\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c5796e9-a7d8-4b9c-8e13-61e5bc631e73", "documentation": "Describes the details of a pipeline.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribePipeline", "responses": [ { "uuid": "42bd6d87-2433-49e5-b66a-187c0b8cd676", "body": "{\n \"PipelineArn\": \"\",\n \"PipelineName\": \"\",\n \"PipelineDisplayName\": \"\",\n \"PipelineDefinition\": \"\",\n \"PipelineDescription\": \"\",\n \"RoleArn\": \"\",\n \"PipelineStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastRunTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "df0ba3f4-5077-4695-820c-8677aef2174e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b9b781d-7848-4a05-ae44-5a28171ca5b3", "documentation": "Describes the details of an execution's pipeline definition.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribePipelineDefinitionForExecution", "responses": [ { "uuid": "b16f4ebf-edfc-4c67-a5ea-7e69a0072e2b", "body": "{\n \"PipelineDefinition\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19bd8045-f29d-4d15-9e88-f67352eea652", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6db07178-7bd8-4450-9750-a4b09a927afe", "documentation": "Describes the details of a pipeline execution.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribePipelineExecution", "responses": [ { "uuid": "9b7f0fcd-2fd8-47d4-b5c7-07b6095d0951", "body": "{\n \"PipelineArn\": \"\",\n \"PipelineExecutionArn\": \"\",\n \"PipelineExecutionDisplayName\": \"\",\n \"PipelineExecutionStatus\": \"\",\n \"PipelineExecutionDescription\": \"\",\n \"PipelineExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\"\n },\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "669e3f22-ed7d-457f-a3ec-50f608732f6a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "932f1f60-74f2-4fab-8a63-ab34d419e107", "documentation": "Returns a description of a processing job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeProcessingJob", "responses": [ { "uuid": "b340188c-b4a9-4aaa-91da-f0dd33e90567", "body": "{\n \"ProcessingInputs\": [\n {\n \"InputName\": \"\",\n \"AppManaged\": {{faker 'datatype.boolean'}},\n \"S3Input\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3DataType\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"S3CompressionType\": \"\"\n },\n \"DatasetDefinition\": {\n \"AthenaDatasetDefinition\": {\n \"Catalog\": \"\",\n \"Database\": \"\",\n \"QueryString\": \"\",\n \"WorkGroup\": \"\",\n \"OutputS3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"OutputFormat\": \"{{oneOf (array 'PARQUET' 'ORC' 'AVRO' 'JSON' 'TEXTFILE')}}\",\n \"OutputCompression\": \"{{oneOf (array 'GZIP' 'SNAPPY' 'ZLIB')}}\"\n },\n \"RedshiftDatasetDefinition\": {\n \"ClusterId\": \"\",\n \"Database\": \"\",\n \"DbUser\": \"\",\n \"QueryString\": \"\",\n \"ClusterRoleArn\": \"\",\n \"OutputS3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"OutputFormat\": \"{{oneOf (array 'PARQUET' 'CSV')}}\",\n \"OutputCompression\": \"{{oneOf (array 'None' 'GZIP' 'BZIP2' 'ZSTD' 'SNAPPY')}}\"\n },\n \"LocalPath\": \"\",\n \"DataDistributionType\": \"\",\n \"InputMode\": \"\"\n }\n }\n ],\n \"ProcessingOutputConfig\": {\n \"Outputs\": [\n {\n \"OutputName\": \"\",\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n },\n \"FeatureStoreOutput\": {\n \"FeatureGroupName\": \"\"\n },\n \"AppManaged\": {{faker 'datatype.boolean'}}\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"ProcessingJobName\": \"\",\n \"ProcessingResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"AppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ]\n },\n \"Environment\": {},\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"ProcessingJobArn\": \"\",\n \"ProcessingJobStatus\": \"\",\n \"ExitMessage\": \"\",\n \"FailureReason\": \"\",\n \"ProcessingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringScheduleArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"TrainingJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba1dd71f-8893-4fd8-b583-1723ff407045", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eda09e9b-ecf7-4a36-8d26-b05a23765c1d", "documentation": "Describes the details of a project.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeProject", "responses": [ { "uuid": "ab3462c6-7b3a-4622-9820-5b0aecc000d1", "body": "{\n \"ProjectArn\": \"\",\n \"ProjectName\": \"\",\n \"ProjectId\": \"\",\n \"ProjectDescription\": \"\",\n \"ServiceCatalogProvisioningDetails\": {\n \"ProductId\": \"\",\n \"ProvisioningArtifactId\": \"\",\n \"PathId\": \"\",\n \"ProvisioningParameters\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ServiceCatalogProvisionedProductDetails\": {\n \"ProvisionedProductId\": \"\",\n \"ProvisionedProductStatusMessage\": \"\"\n },\n \"ProjectStatus\": \"\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca0f2528-dd1e-44e7-9600-e6b9acc84d59", "documentation": "Describes the Studio Lifecycle Configuration.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeStudioLifecycleConfig", "responses": [ { "uuid": "c56abaa4-e6b0-40cd-8e4d-98f2248fcde0", "body": "{\n \"StudioLifecycleConfigArn\": \"\",\n \"StudioLifecycleConfigName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"StudioLifecycleConfigContent\": \"\",\n \"StudioLifecycleConfigAppType\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b3f7ed41-981e-4fe0-a1dc-fa89e394604e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c6e0d18-83a9-4b3b-99f8-b721eac67460", "documentation": "Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeSubscribedWorkteam", "responses": [ { "uuid": "0aa3a77f-e03a-42a8-bd61-adc24d497ed7", "body": "{\n \"SubscribedWorkteam\": {\n \"WorkteamArn\": \"\",\n \"MarketplaceTitle\": \"\",\n \"SellerName\": \"\",\n \"MarketplaceDescription\": \"\",\n \"ListingId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fd1201d-3aac-46a0-a644-a8f551c142cd", "documentation": "

Returns information about a training job.

Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and BillableTimeInSeconds may not be present in the response.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeTrainingJob", "responses": [ { "uuid": "f92e4dba-5fbb-4b55-9e49-0984f7844377", "body": "{\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobArn\": \"\",\n \"LabelingJobArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"ModelArtifacts\": {\n \"S3ModelArtifacts\": \"\"\n },\n \"TrainingJobStatus\": \"\",\n \"SecondaryStatus\": \"\",\n \"FailureReason\": \"\",\n \"HyperParameters\": {},\n \"AlgorithmSpecification\": {\n \"TrainingImage\": \"\",\n \"AlgorithmName\": \"\",\n \"TrainingInputMode\": \"\",\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ],\n \"EnableSageMakerMetricsTimeSeries\": {{faker 'datatype.boolean'}}\n },\n \"RoleArn\": \"\",\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"SecondaryStatusTransitions\": [\n {\n \"Status\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"StatusMessage\": \"\"\n }\n ],\n \"FinalMetricDataList\": [\n {\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}},\n \"Timestamp\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableManagedSpotTraining\": {{faker 'datatype.boolean'}},\n \"CheckpointConfig\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\"\n },\n \"TrainingTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"BillableTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"DebugHookConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"HookParameters\": {},\n \"CollectionConfigurations\": [\n {\n \"CollectionName\": \"\",\n \"CollectionParameters\": {}\n }\n ]\n },\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"DebugRuleConfigurations\": [\n {\n \"RuleConfigurationName\": \"\",\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"RuleEvaluatorImage\": \"\",\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"RuleParameters\": {}\n }\n ],\n \"TensorBoardOutputConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"DebugRuleEvaluationStatuses\": [\n {\n \"RuleConfigurationName\": \"\",\n \"RuleEvaluationJobArn\": \"\",\n \"RuleEvaluationStatus\": \"\",\n \"StatusDetails\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"ProfilerConfig\": {\n \"S3OutputPath\": \"\",\n \"ProfilingIntervalInMilliseconds\": {{faker 'number.int' max=99999}},\n \"ProfilingParameters\": {}\n },\n \"ProfilerRuleConfigurations\": [\n {\n \"RuleConfigurationName\": \"\",\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"RuleEvaluatorImage\": \"\",\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"RuleParameters\": {}\n }\n ],\n \"ProfilerRuleEvaluationStatuses\": [\n {\n \"RuleConfigurationName\": \"\",\n \"RuleEvaluationJobArn\": \"\",\n \"RuleEvaluationStatus\": \"\",\n \"StatusDetails\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"ProfilingStatus\": \"\",\n \"RetryStrategy\": {\n \"MaximumRetryAttempts\": {{faker 'number.int' max=99999}}\n },\n \"Environment\": {}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9dc737fd-72e0-43eb-9ac0-a9fa382f179f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0938fb03-c99e-48b7-95b2-48a8bf86065b", "documentation": "Returns information about a transform job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeTransformJob", "responses": [ { "uuid": "425c475c-996a-4b20-a6b8-792cf6a0db2b", "body": "{\n \"TransformJobName\": \"\",\n \"TransformJobArn\": \"\",\n \"TransformJobStatus\": \"\",\n \"FailureReason\": \"\",\n \"ModelName\": \"\",\n \"MaxConcurrentTransforms\": {{faker 'number.int' max=99999}},\n \"ModelClientConfig\": {\n \"InvocationsTimeoutInSeconds\": {{faker 'number.int' max=99999}},\n \"InvocationsMaxRetries\": {{faker 'number.int' max=99999}}\n },\n \"MaxPayloadInMB\": {{faker 'number.int' max=99999}},\n \"BatchStrategy\": \"\",\n \"Environment\": {},\n \"TransformInput\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"SplitType\": \"\"\n },\n \"TransformOutput\": {\n \"S3OutputPath\": \"\",\n \"Accept\": \"\",\n \"AssembleWith\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"TransformResources\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LabelingJobArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"DataProcessing\": {\n \"InputFilter\": \"\",\n \"OutputFilter\": \"\",\n \"JoinSource\": \"\"\n },\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "550511c0-9ded-41ab-a00c-3ddf0c10d92b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28008df0-19cd-4a06-9856-76cb526c9a54", "documentation": "Provides a list of a trial's properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeTrial", "responses": [ { "uuid": "f7c36f3a-db42-4c5c-a24d-7cb7ae3877cb", "body": "{\n \"TrialName\": \"\",\n \"TrialArn\": \"\",\n \"DisplayName\": \"\",\n \"ExperimentName\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "51aea2c9-1ddf-4540-b7bd-9eb673aa3e34", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37b93637-73fc-4187-ad81-851cd48ae7b1", "documentation": "Provides a list of a trials component's properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeTrialComponent", "responses": [ { "uuid": "17ebb3c5-b01a-412e-b986-b76fae72de60", "body": "{\n \"TrialComponentName\": \"\",\n \"TrialComponentArn\": \"\",\n \"DisplayName\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"Status\": {\n \"PrimaryStatus\": \"\",\n \"Message\": \"\"\n },\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"Parameters\": {},\n \"InputArtifacts\": {},\n \"OutputArtifacts\": {},\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n },\n \"Metrics\": [\n {\n \"MetricName\": \"\",\n \"SourceArn\": \"\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\",\n \"Max\": {{faker 'number.float'}},\n \"Min\": {{faker 'number.float'}},\n \"Last\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}},\n \"Avg\": {{faker 'number.float'}},\n \"StdDev\": {{faker 'number.float'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94603b99-218a-4046-9a22-360cfad4afc7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3c4f5b2-e5ad-4402-b817-8ca3056edf72", "documentation": "Describes a user profile. For more information, see CreateUserProfile.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeUserProfile", "responses": [ { "uuid": "3fc84ecf-1053-490f-aed9-7e1a188960e5", "body": "{\n \"DomainId\": \"\",\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"HomeEfsFileSystemUid\": \"\",\n \"Status\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"SingleSignOnUserIdentifier\": \"\",\n \"SingleSignOnUserValue\": \"\",\n \"UserSettings\": {\n \"ExecutionRole\": \"\",\n \"SecurityGroups\": [\n \"\"\n ],\n \"SharingSettings\": {\n \"NotebookOutputOption\": \"\",\n \"S3OutputPath\": \"\",\n \"S3KmsKeyId\": \"\"\n },\n \"JupyterServerAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n },\n \"LifecycleConfigArns\": [\n \"\"\n ]\n },\n \"KernelGatewayAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n },\n \"CustomImages\": [\n {\n \"ImageName\": \"\",\n \"ImageVersionNumber\": {{faker 'number.int' max=99999}},\n \"AppImageConfigName\": \"\"\n }\n ],\n \"LifecycleConfigArns\": [\n \"\"\n ]\n },\n \"TensorBoardAppSettings\": {\n \"DefaultResourceSpec\": {\n \"SageMakerImageArn\": \"\",\n \"SageMakerImageVersionArn\": \"\",\n \"InstanceType\": \"\",\n \"LifecycleConfigArn\": \"\"\n }\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9eaa80b4-b530-448a-81ff-604ffb08bad4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82282f4b-f6e5-43cc-8df8-00a0d40484f0", "documentation": "

Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs). Allowable IP address ranges are the IP addresses that workers can use to access tasks.

This operation applies only to private workforces.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeWorkforce", "responses": [ { "uuid": "c03197ce-0002-49f2-85a9-7dab032c9f5b", "body": "{\n \"Workforce\": {\n \"WorkforceName\": \"\",\n \"WorkforceArn\": \"\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"SourceIpConfig\": {\n \"Cidrs\": [\n \"\"\n ]\n },\n \"SubDomain\": \"\",\n \"CognitoConfig\": {\n \"UserPool\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcConfig\": {\n \"ClientId\": \"\",\n \"Issuer\": \"\",\n \"AuthorizationEndpoint\": \"\",\n \"TokenEndpoint\": \"\",\n \"UserInfoEndpoint\": \"\",\n \"LogoutEndpoint\": \"\",\n \"JwksUri\": \"\"\n },\n \"CreateDate\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2808f3a4-ac89-467a-b173-b4275f118986", "documentation": "Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DescribeWorkteam", "responses": [ { "uuid": "072e91fc-4e35-428a-9f3b-02c9e00e6622", "body": "{\n \"Workteam\": {\n \"WorkteamName\": \"\",\n \"MemberDefinitions\": [\n {\n \"CognitoMemberDefinition\": {\n \"UserPool\": \"\",\n \"UserGroup\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcMemberDefinition\": {\n \"Groups\": [\n \"\"\n ]\n }\n }\n ],\n \"WorkteamArn\": \"\",\n \"WorkforceArn\": \"\",\n \"ProductListingIds\": [\n \"\"\n ],\n \"Description\": \"\",\n \"SubDomain\": \"\",\n \"CreateDate\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"NotificationConfiguration\": {\n \"NotificationTopicArn\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ed7525e-cb53-46d9-8f18-9e155483827e", "documentation": "Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DisableSagemakerServicecatalogPortfolio", "responses": [ { "uuid": "8566f0ce-2f34-4c4b-b0e2-25f4c4d25570", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d30f21c3-d041-4063-82dc-8f8e6497e07e", "documentation": "

Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent API.

To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.DisassociateTrialComponent", "responses": [ { "uuid": "c72cacfc-e7ba-4a61-a13a-b4438adb52b2", "body": "{\n \"TrialComponentArn\": \"\",\n \"TrialArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cb8d9115-05ee-4b52-9351-63f0361a2426", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21a4bd8b-7da6-426c-88bc-576981fcdc10", "documentation": "Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.EnableSagemakerServicecatalogPortfolio", "responses": [ { "uuid": "a981de47-7fda-41f4-8527-9a9e63727780", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c5f5675-0aae-4006-90cf-ad08573930d1", "documentation": "Describes a fleet.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.GetDeviceFleetReport", "responses": [ { "uuid": "0ee6f48f-0a19-4afe-a87b-fb366f0a254e", "body": "{\n \"DeviceFleetArn\": \"\",\n \"DeviceFleetName\": \"\",\n \"OutputConfig\": {\n \"S3OutputLocation\": \"\",\n \"KmsKeyId\": \"\",\n \"PresetDeploymentType\": \"\",\n \"PresetDeploymentConfig\": \"\"\n },\n \"Description\": \"\",\n \"ReportGenerated\": \"{{faker 'date.recent' 365}}\",\n \"DeviceStats\": {\n \"ConnectedDeviceCount\": {{faker 'number.int' max=99999}},\n \"RegisteredDeviceCount\": {{faker 'number.int' max=99999}}\n },\n \"AgentVersions\": [\n {\n \"Version\": \"\",\n \"AgentCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ModelStats\": [\n {\n \"ModelName\": \"\",\n \"ModelVersion\": \"\",\n \"OfflineDeviceCount\": {{faker 'number.int' max=99999}},\n \"ConnectedDeviceCount\": {{faker 'number.int' max=99999}},\n \"ActiveDeviceCount\": {{faker 'number.int' max=99999}},\n \"SamplingDeviceCount\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8f1719a7-67e7-4e00-a6a4-0d007d12e68f", "documentation": "Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.GetModelPackageGroupPolicy", "responses": [ { "uuid": "4965d8a3-4559-43d6-94be-977a27943533", "body": "{\n \"ResourcePolicy\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ec6ed17a-e859-4d1a-a2e2-db57ed6585cb", "documentation": "Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.GetSagemakerServicecatalogPortfolioStatus", "responses": [ { "uuid": "1ce5cd84-8efe-4ef5-ba23-46c2f6da448d", "body": "{\n \"Status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "122e0bc0-2113-4273-a779-36fde98b769f", "documentation": "An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.GetSearchSuggestions", "responses": [ { "uuid": "4f882304-e28c-4e72-8fc2-1c4bbc742cee", "body": "{\n \"PropertyNameSuggestions\": [\n {\n \"PropertyName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a864e33c-347a-4970-b1b4-363de1d92638", "documentation": "Lists the actions in your account and their properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListActions", "responses": [ { "uuid": "96673bc4-48fd-4b98-9a25-567697b2118e", "body": "{\n \"ActionSummaries\": [\n {\n \"ActionArn\": \"\",\n \"ActionName\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceType\": \"\",\n \"SourceId\": \"\"\n },\n \"ActionType\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f32c76eb-5507-4865-b97c-93bbf85431ad", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9cda37e5-020b-42a0-a386-f14f581bcc4c", "documentation": "Lists the machine learning algorithms that have been created.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListAlgorithms", "responses": [ { "uuid": "c40bf5e3-a238-477e-a152-409828900e90", "body": "{\n \"AlgorithmSummaryList\": [\n {\n \"AlgorithmName\": \"\",\n \"AlgorithmArn\": \"\",\n \"AlgorithmDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"AlgorithmStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88ee3038-b956-42ef-b574-6891a556bdf6", "documentation": "Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListAppImageConfigs", "responses": [ { "uuid": "be19f4b8-772c-4a9d-931d-c822bccde3b8", "body": "{\n \"NextToken\": \"\",\n \"AppImageConfigs\": [\n {\n \"AppImageConfigArn\": \"\",\n \"AppImageConfigName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"KernelGatewayImageConfig\": {\n \"KernelSpecs\": [\n {\n \"Name\": \"\",\n \"DisplayName\": \"\"\n }\n ],\n \"FileSystemConfig\": {\n \"MountPath\": \"\",\n \"DefaultUid\": {{faker 'number.int' max=99999}},\n \"DefaultGid\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f4123e1-1487-4adb-9d82-5bf9659b8038", "documentation": "Lists apps.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListApps", "responses": [ { "uuid": "1c205277-19b0-406c-9017-d134e8f80cc0", "body": "{\n \"Apps\": [\n {\n \"DomainId\": \"\",\n \"UserProfileName\": \"\",\n \"AppType\": \"\",\n \"AppName\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b2b5dcdf-f176-412b-9bcb-09f47ab0a253", "documentation": "Lists the artifacts in your account and their properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListArtifacts", "responses": [ { "uuid": "7f7aae5b-229b-4c7e-a3fe-329f92fa10a8", "body": "{\n \"ArtifactSummaries\": [\n {\n \"ArtifactArn\": \"\",\n \"ArtifactName\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceTypes\": [\n {\n \"SourceIdType\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ArtifactType\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00e31e84-1c0a-49d2-861f-20e071faa154", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6beafa2-6bae-4894-b95f-7ca37af17e44", "documentation": "Lists the associations in your account and their properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListAssociations", "responses": [ { "uuid": "cc5e5cdc-e90d-48d0-8086-da3a675bb024", "body": "{\n \"AssociationSummaries\": [\n {\n \"SourceArn\": \"\",\n \"DestinationArn\": \"\",\n \"SourceType\": \"\",\n \"DestinationType\": \"\",\n \"AssociationType\": \"\",\n \"SourceName\": \"\",\n \"DestinationName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2173c92b-4c25-445d-9a54-d2e4afb9aa37", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e921f867-16ed-4e1e-a1ea-97cd7cff33b9", "documentation": "Request a list of jobs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListAutoMLJobs", "responses": [ { "uuid": "d1e81c00-3c12-48b7-8fef-e8206eb73d7b", "body": "{\n \"AutoMLJobSummaries\": [\n {\n \"AutoMLJobName\": \"\",\n \"AutoMLJobArn\": \"\",\n \"AutoMLJobStatus\": \"\",\n \"AutoMLJobSecondaryStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"PartialFailureReasons\": [\n {\n \"PartialFailureMessage\": \"\"\n }\n ]\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20091441-7045-45f7-9026-3fcd14839cf5", "documentation": "List the candidates created for the job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListCandidatesForAutoMLJob", "responses": [ { "uuid": "03025852-3989-43ed-8e22-b47fd11d8d66", "body": "{\n \"Candidates\": [\n {\n \"CandidateName\": \"\",\n \"FinalAutoMLJobObjectiveMetric\": {\n \"Type\": \"\",\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}}\n },\n \"ObjectiveStatus\": \"\",\n \"CandidateSteps\": [\n {\n \"CandidateStepType\": \"\",\n \"CandidateStepArn\": \"\",\n \"CandidateStepName\": \"\"\n }\n ],\n \"CandidateStatus\": \"\",\n \"InferenceContainers\": [\n {\n \"Image\": \"\",\n \"ModelDataUrl\": \"\",\n \"Environment\": {}\n }\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"CandidateProperties\": {\n \"CandidateArtifactLocations\": {\n \"Explainability\": \"\"\n },\n \"CandidateMetrics\": [\n {\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}},\n \"Set\": \"\"\n }\n ]\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b301bbda-acea-4ae1-9bd4-680a88368b6f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fba72d96-5943-4da2-b1fa-58303387f996", "documentation": "Gets a list of the Git repositories in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListCodeRepositories", "responses": [ { "uuid": "c596ccdb-2272-43c5-bdd9-f33113e7774a", "body": "{\n \"CodeRepositorySummaryList\": [\n {\n \"CodeRepositoryName\": \"\",\n \"CodeRepositoryArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"GitConfig\": {\n \"RepositoryUrl\": \"\",\n \"Branch\": \"\",\n \"SecretArn\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c9b768f-41a9-428f-b102-31cc97490dc3", "documentation": "

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListCompilationJobs", "responses": [ { "uuid": "71bbce37-86ca-4944-9f1b-a2b88e8790e8", "body": "{\n \"CompilationJobSummaries\": [\n {\n \"CompilationJobName\": \"\",\n \"CompilationJobArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CompilationStartTime\": \"{{faker 'date.recent' 365}}\",\n \"CompilationEndTime\": \"{{faker 'date.recent' 365}}\",\n \"CompilationTargetDevice\": \"\",\n \"CompilationTargetPlatformOs\": \"\",\n \"CompilationTargetPlatformArch\": \"\",\n \"CompilationTargetPlatformAccelerator\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CompilationJobStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36459ba4-6b3a-4f80-8ae8-2cc19d0e90bc", "documentation": "Lists the contexts in your account and their properties.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListContexts", "responses": [ { "uuid": "d4db211f-76b7-4086-a458-4524e24d62b9", "body": "{\n \"ContextSummaries\": [\n {\n \"ContextArn\": \"\",\n \"ContextName\": \"\",\n \"Source\": {\n \"SourceUri\": \"\",\n \"SourceType\": \"\",\n \"SourceId\": \"\"\n },\n \"ContextType\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ec9ce84b-637e-475a-ab7c-2c203978929e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d1095bd-7e95-4bf6-b294-929c0e77d3f3", "documentation": "Lists the data quality job definitions in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListDataQualityJobDefinitions", "responses": [ { "uuid": "db7e1fda-9467-4daa-a0c0-fee7bd3f6d8e", "body": "{\n \"JobDefinitionSummaries\": [\n {\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringJobDefinitionArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndpointName\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed657aea-ad36-4114-9502-6d2b55c78d26", "documentation": "Returns a list of devices in the fleet.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListDeviceFleets", "responses": [ { "uuid": "89d18015-f503-4825-8c11-408870231569", "body": "{\n \"DeviceFleetSummaries\": [\n {\n \"DeviceFleetArn\": \"\",\n \"DeviceFleetName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b211ee4-a2eb-4ebe-a9af-cb72a3784166", "documentation": "A list of devices.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListDevices", "responses": [ { "uuid": "21e4c0bd-e2f5-47a9-a2b3-27f465156a78", "body": "{\n \"DeviceSummaries\": [\n {\n \"DeviceName\": \"\",\n \"DeviceArn\": \"\",\n \"Description\": \"\",\n \"DeviceFleetName\": \"\",\n \"IotThingName\": \"\",\n \"RegistrationTime\": \"{{faker 'date.recent' 365}}\",\n \"LatestHeartbeat\": \"{{faker 'date.recent' 365}}\",\n \"Models\": [\n {\n \"ModelName\": \"\",\n \"ModelVersion\": \"\"\n }\n ]\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83ded7c9-a3d9-43c2-b4f3-8d5327707051", "documentation": "Lists the domains.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListDomains", "responses": [ { "uuid": "8836f740-3b79-4fdf-b513-c127c92d20f7", "body": "{\n \"Domains\": [\n {\n \"DomainArn\": \"\",\n \"DomainId\": \"\",\n \"DomainName\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"Url\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80b7841d-2160-4269-8d1c-a63911730fef", "documentation": "Returns a list of edge packaging jobs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListEdgePackagingJobs", "responses": [ { "uuid": "27107742-8cff-4073-aa74-74feb62093b2", "body": "{\n \"EdgePackagingJobSummaries\": [\n {\n \"EdgePackagingJobArn\": \"\",\n \"EdgePackagingJobName\": \"\",\n \"EdgePackagingJobStatus\": \"\",\n \"CompilationJobName\": \"\",\n \"ModelName\": \"\",\n \"ModelVersion\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ff85168-713e-4911-b23f-d2ff003c5596", "documentation": "Lists endpoint configurations.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListEndpointConfigs", "responses": [ { "uuid": "530e41be-f2b2-4fb1-b213-c6d17f825b2e", "body": "{\n \"EndpointConfigs\": [\n {\n \"EndpointConfigName\": \"\",\n \"EndpointConfigArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "020207cc-bcb1-4d09-966e-743d3fbf9f17", "documentation": "Lists endpoints.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListEndpoints", "responses": [ { "uuid": "7a74432a-c456-4115-9529-a51afd40116d", "body": "{\n \"Endpoints\": [\n {\n \"EndpointName\": \"\",\n \"EndpointArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"EndpointStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3ea9a99-5c97-4ae8-9190-3b0a1a047130", "documentation": "Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListExperiments", "responses": [ { "uuid": "9a0f7eee-c02c-4a02-bc2b-337ace5e246c", "body": "{\n \"ExperimentSummaries\": [\n {\n \"ExperimentArn\": \"\",\n \"ExperimentName\": \"\",\n \"DisplayName\": \"\",\n \"ExperimentSource\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fb328c9-6a2c-4181-82e5-2b18e0f0a60c", "documentation": "List FeatureGroups based on given filter and order.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListFeatureGroups", "responses": [ { "uuid": "afdb3d47-871e-4bf0-88a5-ddfcdb41aafa", "body": "{\n \"FeatureGroupSummaries\": [\n {\n \"FeatureGroupName\": \"\",\n \"FeatureGroupArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FeatureGroupStatus\": \"\",\n \"OfflineStoreStatus\": {\n \"Status\": \"\",\n \"BlockedReason\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "821a4d72-059e-496e-917e-23d18682d17c", "documentation": "Returns information about the flow definitions in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListFlowDefinitions", "responses": [ { "uuid": "1e1b90d4-d9df-407e-a7dc-763a3afc72e3", "body": "{\n \"FlowDefinitionSummaries\": [\n {\n \"FlowDefinitionName\": \"\",\n \"FlowDefinitionArn\": \"\",\n \"FlowDefinitionStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cdfd413-5a5d-4f6b-9edc-bdf83822b9b6", "documentation": "Returns information about the human task user interfaces in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListHumanTaskUis", "responses": [ { "uuid": "33b3567b-55ac-44c3-b6e9-ca30c83faf0b", "body": "{\n \"HumanTaskUiSummaries\": [\n {\n \"HumanTaskUiName\": \"\",\n \"HumanTaskUiArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3e23b3dd-9f3e-446e-b10b-b5c501628672", "documentation": "Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListHyperParameterTuningJobs", "responses": [ { "uuid": "e61587cb-82c0-4dd9-88cf-784e367df2b0", "body": "{\n \"HyperParameterTuningJobSummaries\": [\n {\n \"HyperParameterTuningJobName\": \"\",\n \"HyperParameterTuningJobArn\": \"\",\n \"HyperParameterTuningJobStatus\": \"\",\n \"Strategy\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"HyperParameterTuningEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatusCounters\": {\n \"Completed\": {{faker 'number.int' max=99999}},\n \"InProgress\": {{faker 'number.int' max=99999}},\n \"RetryableError\": {{faker 'number.int' max=99999}},\n \"NonRetryableError\": {{faker 'number.int' max=99999}},\n \"Stopped\": {{faker 'number.int' max=99999}}\n },\n \"ObjectiveStatusCounters\": {\n \"Succeeded\": {{faker 'number.int' max=99999}},\n \"Pending\": {{faker 'number.int' max=99999}},\n \"Failed\": {{faker 'number.int' max=99999}}\n },\n \"ResourceLimits\": {\n \"MaxNumberOfTrainingJobs\": {{faker 'number.int' max=99999}},\n \"MaxParallelTrainingJobs\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a789ce4-847e-4a42-9301-ff73f0b80c1f", "documentation": "Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListImageVersions", "responses": [ { "uuid": "b26fac9c-f26b-4ac2-b08b-1b7b8883f5ab", "body": "{\n \"ImageVersions\": [\n {\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"FailureReason\": \"\",\n \"ImageArn\": \"\",\n \"ImageVersionArn\": \"\",\n \"ImageVersionStatus\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"Version\": {{faker 'number.int' max=99999}}\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d8fe1078-3158-450a-9c9c-363ebac8a27f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7556cf5-7ab7-41f9-b6a9-d48496866d6e", "documentation": "Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListImages", "responses": [ { "uuid": "51034626-6bbb-44dd-95b9-3719b8f90c72", "body": "{\n \"Images\": [\n {\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"DisplayName\": \"\",\n \"FailureReason\": \"\",\n \"ImageArn\": \"\",\n \"ImageName\": \"\",\n \"ImageStatus\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdbfaff9-3af5-4161-a63a-f2c6dd0b1cfa", "documentation": "Gets a list of labeling jobs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListLabelingJobs", "responses": [ { "uuid": "7a8258eb-a216-4609-86c4-d9807f1ede94", "body": "{\n \"LabelingJobSummaryList\": [\n {\n \"LabelingJobName\": \"\",\n \"LabelingJobArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LabelingJobStatus\": \"\",\n \"LabelCounters\": {\n \"TotalLabeled\": {{faker 'number.int' max=99999}},\n \"HumanLabeled\": {{faker 'number.int' max=99999}},\n \"MachineLabeled\": {{faker 'number.int' max=99999}},\n \"FailedNonRetryableError\": {{faker 'number.int' max=99999}},\n \"Unlabeled\": {{faker 'number.int' max=99999}}\n },\n \"WorkteamArn\": \"\",\n \"PreHumanTaskLambdaArn\": \"\",\n \"AnnotationConsolidationLambdaArn\": \"\",\n \"FailureReason\": \"\",\n \"LabelingJobOutput\": {\n \"OutputDatasetS3Uri\": \"\",\n \"FinalActiveLearningModelArn\": \"\"\n },\n \"InputConfig\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"ManifestS3Uri\": \"\"\n },\n \"SnsDataSource\": {\n \"SnsTopicArn\": \"\"\n }\n },\n \"DataAttributes\": {\n \"ContentClassifiers\": [\n \"{{oneOf (array 'FreeOfPersonallyIdentifiableInformation' 'FreeOfAdultContent')}}\"\n ]\n }\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d48a0f69-0eb0-43b4-b2d1-c9ca74d2b250", "documentation": "Gets a list of labeling jobs assigned to a specified work team.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListLabelingJobsForWorkteam", "responses": [ { "uuid": "473f4fae-370f-457e-8c5a-a92478b0aa50", "body": "{\n \"LabelingJobSummaryList\": [\n {\n \"LabelingJobName\": \"\",\n \"JobReferenceCode\": \"\",\n \"WorkRequesterAccountId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LabelCounters\": {\n \"HumanLabeled\": {{faker 'number.int' max=99999}},\n \"PendingHuman\": {{faker 'number.int' max=99999}},\n \"Total\": {{faker 'number.int' max=99999}}\n },\n \"NumberOfHumanWorkersPerDataObject\": {{faker 'number.int' max=99999}}\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00a002cf-3cfd-43a8-9049-c336696210fb", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4adbe52-00ee-452c-8f77-64fa0b34ef3a", "documentation": "Lists model bias jobs definitions that satisfy various filters.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModelBiasJobDefinitions", "responses": [ { "uuid": "cdd3faa3-d9bf-44d0-b727-8beb3b64ee3f", "body": "{\n \"JobDefinitionSummaries\": [\n {\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringJobDefinitionArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndpointName\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "020e17c6-7933-4f9b-88fd-d3139513a51f", "documentation": "Lists model explainability job definitions that satisfy various filters.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModelExplainabilityJobDefinitions", "responses": [ { "uuid": "475ca1d7-2561-4b8b-a6f6-59944bd558c4", "body": "{\n \"JobDefinitionSummaries\": [\n {\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringJobDefinitionArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndpointName\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8230e60d-c8d9-4cd2-92c6-96c10f0fffc9", "documentation": "Gets a list of the model groups in your Amazon Web Services account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModelPackageGroups", "responses": [ { "uuid": "73b39a71-2a1a-45d5-a95a-8a1f3826cb01", "body": "{\n \"ModelPackageGroupSummaryList\": [\n {\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageGroupArn\": \"\",\n \"ModelPackageGroupDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelPackageGroupStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c4970f4-7458-4a89-9792-4bc95d80ba14", "documentation": "Lists the model packages that have been created.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModelPackages", "responses": [ { "uuid": "78a89167-896d-4ff0-85c6-abcd33a27f57", "body": "{\n \"ModelPackageSummaryList\": [\n {\n \"ModelPackageName\": \"\",\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageVersion\": {{faker 'number.int' max=99999}},\n \"ModelPackageArn\": \"\",\n \"ModelPackageDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ModelPackageStatus\": \"\",\n \"ModelApprovalStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5f1f74a-65a9-46c7-b70a-030abc7eb4aa", "documentation": "Gets a list of model quality monitoring job definitions in your account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModelQualityJobDefinitions", "responses": [ { "uuid": "ee4595e0-23bd-4358-943d-97f73488e4e4", "body": "{\n \"JobDefinitionSummaries\": [\n {\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringJobDefinitionArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"EndpointName\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b91ace06-1a16-4f7d-a198-878bce8833dd", "documentation": "Lists models created with the CreateModel API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListModels", "responses": [ { "uuid": "ff1068e2-539f-4e97-b537-f3ae8083c2dd", "body": "{\n \"Models\": [\n {\n \"ModelName\": \"\",\n \"ModelArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa3f5647-0626-4128-9c16-21666ae86d87", "documentation": "Returns list of all monitoring job executions.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListMonitoringExecutions", "responses": [ { "uuid": "1ce701ff-9989-48a9-9a46-f53a8198d988", "body": "{\n \"MonitoringExecutionSummaries\": [\n {\n \"MonitoringScheduleName\": \"\",\n \"ScheduledTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringExecutionStatus\": \"\",\n \"ProcessingJobArn\": \"\",\n \"EndpointName\": \"\",\n \"FailureReason\": \"\",\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b949556-f840-4893-a614-d24d7fc5f6f0", "documentation": "Returns list of all monitoring schedules.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListMonitoringSchedules", "responses": [ { "uuid": "b3729127-a7a1-4ad9-a007-c0d6c30f3416", "body": "{\n \"MonitoringScheduleSummaries\": [\n {\n \"MonitoringScheduleName\": \"\",\n \"MonitoringScheduleArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringScheduleStatus\": \"\",\n \"EndpointName\": \"\",\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd8b2b75-5081-4065-bd15-632ad6d3d385", "documentation": "Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListNotebookInstanceLifecycleConfigs", "responses": [ { "uuid": "48927f6f-afd0-4522-bd99-76e9ff8382fe", "body": "{\n \"NextToken\": \"\",\n \"NotebookInstanceLifecycleConfigs\": [\n {\n \"NotebookInstanceLifecycleConfigName\": \"\",\n \"NotebookInstanceLifecycleConfigArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39f28f30-4829-484f-b7d1-8a99b1bfaa76", "documentation": "Returns a list of the Amazon SageMaker notebook instances in the requester's account in an Amazon Web Services Region. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListNotebookInstances", "responses": [ { "uuid": "46ed0846-ca7b-4b53-b8f9-5639fb38d83b", "body": "{\n \"NextToken\": \"\",\n \"NotebookInstances\": [\n {\n \"NotebookInstanceName\": \"\",\n \"NotebookInstanceArn\": \"\",\n \"NotebookInstanceStatus\": \"\",\n \"Url\": \"\",\n \"InstanceType\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"NotebookInstanceLifecycleConfigName\": \"\",\n \"DefaultCodeRepository\": \"\",\n \"AdditionalCodeRepositories\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db2dafbe-45be-402c-9d7e-a22dd4355ab4", "documentation": "Gets a list of PipeLineExecutionStep objects.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListPipelineExecutionSteps", "responses": [ { "uuid": "ca812580-c592-46cc-8add-5e923bcb03f6", "body": "{\n \"PipelineExecutionSteps\": [\n {\n \"StepName\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"StepStatus\": \"\",\n \"CacheHitResult\": {\n \"SourcePipelineExecutionArn\": \"\"\n },\n \"FailureReason\": \"\",\n \"Metadata\": {\n \"TrainingJob\": {\n \"Arn\": \"\"\n },\n \"ProcessingJob\": {\n \"Arn\": \"\"\n },\n \"TransformJob\": {\n \"Arn\": \"\"\n },\n \"TuningJob\": {\n \"Arn\": \"\"\n },\n \"Model\": {\n \"Arn\": \"\"\n },\n \"RegisterModel\": {\n \"Arn\": \"\"\n },\n \"Condition\": {\n \"Outcome\": \"\"\n },\n \"Callback\": {\n \"CallbackToken\": \"\",\n \"SqsQueueUrl\": \"\",\n \"OutputParameters\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"Lambda\": {\n \"Arn\": \"\",\n \"OutputParameters\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e6c06fa0-930b-49cb-b633-3d7a03e87899", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "77ecdd0b-5204-49bd-9e19-bae825b7320b", "documentation": "Gets a list of the pipeline executions.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListPipelineExecutions", "responses": [ { "uuid": "49b8f1de-1ce2-40d0-a062-0faafd179915", "body": "{\n \"PipelineExecutionSummaries\": [\n {\n \"PipelineExecutionArn\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"PipelineExecutionStatus\": \"\",\n \"PipelineExecutionDescription\": \"\",\n \"PipelineExecutionDisplayName\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1d73bc7-ff4e-43a6-b0bf-525d4647b03b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "66e7ae71-7ac2-45c2-8e97-c5f9143b4340", "documentation": "Gets a list of parameters for a pipeline execution.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListPipelineParametersForExecution", "responses": [ { "uuid": "9f7e17af-451a-45b3-8b0c-1fd793943f75", "body": "{\n \"PipelineParameters\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "199e09a7-84d3-4f7e-89cc-46eca80cb4a9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da5f0345-af79-4b05-86b1-f3c103c29d3e", "documentation": "Gets a list of pipelines.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListPipelines", "responses": [ { "uuid": "fe769e52-e3d7-408e-8128-b7777efceeb6", "body": "{\n \"PipelineSummaries\": [\n {\n \"PipelineArn\": \"\",\n \"PipelineName\": \"\",\n \"PipelineDisplayName\": \"\",\n \"PipelineDescription\": \"\",\n \"RoleArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastExecutionTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7879c69-e321-4723-af00-f852babcf7c1", "documentation": "Lists processing jobs that satisfy various filters.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListProcessingJobs", "responses": [ { "uuid": "776e9efe-8ebf-433c-809b-195dfab7b506", "body": "{\n \"ProcessingJobSummaries\": [\n {\n \"ProcessingJobName\": \"\",\n \"ProcessingJobArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessingJobStatus\": \"\",\n \"FailureReason\": \"\",\n \"ExitMessage\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ec9840aa-0785-4b51-84aa-5b1505013320", "documentation": "Gets a list of the projects in an Amazon Web Services account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListProjects", "responses": [ { "uuid": "1611d41e-c187-4bbd-b2d5-b178f9d141f5", "body": "{\n \"ProjectSummaryList\": [\n {\n \"ProjectName\": \"\",\n \"ProjectDescription\": \"\",\n \"ProjectArn\": \"\",\n \"ProjectId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"ProjectStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26793a04-d1cb-4e17-a8b9-8529005d72a1", "documentation": "Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListStudioLifecycleConfigs", "responses": [ { "uuid": "af4fcdd6-8d13-401e-91a8-f439b6edd3e3", "body": "{\n \"NextToken\": \"\",\n \"StudioLifecycleConfigs\": [\n {\n \"StudioLifecycleConfigArn\": \"\",\n \"StudioLifecycleConfigName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"StudioLifecycleConfigAppType\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "694ffe54-726e-4ea2-8e56-5ec2130cd277", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9aa85b73-2e1e-4351-866e-f06c6ad96d77", "documentation": "Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListSubscribedWorkteams", "responses": [ { "uuid": "e79231c3-4aa9-41a5-b167-bbb4ace693e1", "body": "{\n \"SubscribedWorkteams\": [\n {\n \"WorkteamArn\": \"\",\n \"MarketplaceTitle\": \"\",\n \"SellerName\": \"\",\n \"MarketplaceDescription\": \"\",\n \"ListingId\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46fafb6d-93de-4bc8-a228-7e86a0a70dd2", "documentation": "Returns the tags for the specified Amazon SageMaker resource.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTags", "responses": [ { "uuid": "5757c4a2-6a9f-4579-b568-4ad6ddac0d5b", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a80ab762-53d0-4f2c-8c30-d15feb405051", "documentation": "

Lists training jobs.

When StatusEquals and MaxResults are set at the same time, the MaxResults number of training jobs are first retrieved ignoring the StatusEquals parameter and then they are filtered by the StatusEquals parameter, which is returned as a response.

For example, if ListTrainingJobs is invoked with the following parameters:

{ ... MaxResults: 100, StatusEquals: InProgress ... }

First, 100 trainings jobs with any status, including those other than InProgress, are selected (sorted according to the creation time, from the most current to the oldest). Next, those with a status of InProgress are returned.

You can quickly test the API using the following Amazon Web Services CLI code.

aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTrainingJobs", "responses": [ { "uuid": "c4a5c3c5-bd65-4ffa-806b-7a0c5511978e", "body": "{\n \"TrainingJobSummaries\": [\n {\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d799abc-63d4-45ff-93f1-e83ef5f50ec1", "documentation": "Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTrainingJobsForHyperParameterTuningJob", "responses": [ { "uuid": "6c45a414-8adb-47a5-aa42-111af0fa4c28", "body": "{\n \"TrainingJobSummaries\": [\n {\n \"TrainingJobDefinitionName\": \"\",\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobName\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingJobStatus\": \"\",\n \"TunedHyperParameters\": {},\n \"FailureReason\": \"\",\n \"FinalHyperParameterTuningJobObjectiveMetric\": {\n \"Type\": \"\",\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}}\n },\n \"ObjectiveStatus\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b33a27a2-9f04-4538-b56a-d903a6e297a8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d2e6887-4e03-4438-8028-aa57092515ae", "documentation": "Lists transform jobs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTransformJobs", "responses": [ { "uuid": "f9d0607a-8734-40bf-b4e2-eb8ada76d696", "body": "{\n \"TransformJobSummaries\": [\n {\n \"TransformJobName\": \"\",\n \"TransformJobArn\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformJobStatus\": \"\",\n \"FailureReason\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43ae82e8-8379-4df3-8a6e-4efcb06f545e", "documentation": "

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTrialComponents", "responses": [ { "uuid": "fd4a6ca5-1f81-41f5-84d2-36a057caa09c", "body": "{\n \"TrialComponentSummaries\": [\n {\n \"TrialComponentName\": \"\",\n \"TrialComponentArn\": \"\",\n \"DisplayName\": \"\",\n \"TrialComponentSource\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"Status\": {\n \"PrimaryStatus\": \"\",\n \"Message\": \"\"\n },\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4116495e-b2ca-414b-a275-a25dddfdfb65", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "32bba47d-67d7-4d89-aa7a-a5ffe59a39ef", "documentation": "Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListTrials", "responses": [ { "uuid": "f50fbfba-3e40-443f-8902-0439543b85d3", "body": "{\n \"TrialSummaries\": [\n {\n \"TrialArn\": \"\",\n \"TrialName\": \"\",\n \"DisplayName\": \"\",\n \"TrialSource\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7b9fa486-71dc-4db8-8165-69cb1f87c4f3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0684ff74-a754-4f89-943a-3969cbeb44d7", "documentation": "Lists user profiles.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListUserProfiles", "responses": [ { "uuid": "ca78a8c7-a047-466f-9ef7-c960c18b01a0", "body": "{\n \"UserProfiles\": [\n {\n \"DomainId\": \"\",\n \"UserProfileName\": \"\",\n \"Status\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef5d4a38-0fbd-456b-8d5b-798f32ca6081", "documentation": "Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListWorkforces", "responses": [ { "uuid": "645c7970-9aab-4c36-83be-cda952a0f684", "body": "{\n \"Workforces\": [\n {\n \"WorkforceName\": \"\",\n \"WorkforceArn\": \"\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"SourceIpConfig\": {\n \"Cidrs\": [\n \"\"\n ]\n },\n \"SubDomain\": \"\",\n \"CognitoConfig\": {\n \"UserPool\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcConfig\": {\n \"ClientId\": \"\",\n \"Issuer\": \"\",\n \"AuthorizationEndpoint\": \"\",\n \"TokenEndpoint\": \"\",\n \"UserInfoEndpoint\": \"\",\n \"LogoutEndpoint\": \"\",\n \"JwksUri\": \"\"\n },\n \"CreateDate\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb92fe6d-b0fd-4057-9c6b-7fd78baf845b", "documentation": "Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.ListWorkteams", "responses": [ { "uuid": "5b2dd2c7-8231-4e63-bed7-ad5545b659cd", "body": "{\n \"Workteams\": [\n {\n \"WorkteamName\": \"\",\n \"MemberDefinitions\": [\n {\n \"CognitoMemberDefinition\": {\n \"UserPool\": \"\",\n \"UserGroup\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcMemberDefinition\": {\n \"Groups\": [\n \"\"\n ]\n }\n }\n ],\n \"WorkteamArn\": \"\",\n \"WorkforceArn\": \"\",\n \"ProductListingIds\": [\n \"\"\n ],\n \"Description\": \"\",\n \"SubDomain\": \"\",\n \"CreateDate\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"NotificationConfiguration\": {\n \"NotificationTopicArn\": \"\"\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "049fc248-a735-4463-a1e8-34aa69fb74a0", "documentation": "Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.PutModelPackageGroupPolicy", "responses": [ { "uuid": "ca87a267-252b-4d43-bb5d-a2445a9e1f54", "body": "{\n \"ModelPackageGroupArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee236a98-9c73-4f47-9480-7e4ecbe4874b", "documentation": "Register devices.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.RegisterDevices", "responses": [ { "uuid": "6e6824c7-db31-49e2-b32e-ecf10016cd23", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b9d8c19-2973-45e9-8cc2-ead8d2a96591", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7486cb81-68a6-4ef7-851a-6cf716a3ccd0", "documentation": "Renders the UI template so that you can preview the worker's experience. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.RenderUiTemplate", "responses": [ { "uuid": "77a97839-1458-403e-b8df-c5e28e919626", "body": "{\n \"RenderedContent\": \"\",\n \"Errors\": [\n {\n \"Code\": \"\",\n \"Message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5320d6b4-e7c3-42ed-892d-9e0ee2b3adc0", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82c67885-e475-472f-a001-397eff8d733e", "documentation": "Retry the execution of the pipeline.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.RetryPipelineExecution", "responses": [ { "uuid": "dcfedb62-9e4a-479c-9fae-3eeae30a121e", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c3d18b90-2b11-4036-a951-f55121d68397", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8a2ff84-172a-447d-8351-50191dc8132d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "de96d554-35f5-488c-83bb-64d0edf07d69", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "247c9e07-d0ac-4ead-b55b-485dbe32e5f4", "documentation": "

Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order.

You can query against the following value types: numeric, text, Boolean, and timestamp.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.Search", "responses": [ { "uuid": "77794194-cdcf-44fd-b32c-8fc4cab8bcb4", "body": "{\n \"Results\": [\n {\n \"TrainingJob\": {\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobArn\": \"\",\n \"LabelingJobArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"ModelArtifacts\": {\n \"S3ModelArtifacts\": \"\"\n },\n \"TrainingJobStatus\": \"\",\n \"SecondaryStatus\": \"\",\n \"FailureReason\": \"\",\n \"HyperParameters\": {},\n \"AlgorithmSpecification\": {\n \"TrainingImage\": \"\",\n \"AlgorithmName\": \"\",\n \"TrainingInputMode\": \"\",\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ],\n \"EnableSageMakerMetricsTimeSeries\": {{faker 'datatype.boolean'}}\n },\n \"RoleArn\": \"\",\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"SecondaryStatusTransitions\": [\n {\n \"Status\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"StatusMessage\": \"\"\n }\n ],\n \"FinalMetricDataList\": [\n {\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}},\n \"Timestamp\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableManagedSpotTraining\": {{faker 'datatype.boolean'}},\n \"CheckpointConfig\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\"\n },\n \"TrainingTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"BillableTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"DebugHookConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"HookParameters\": {},\n \"CollectionConfigurations\": [\n {\n \"CollectionName\": \"\",\n \"CollectionParameters\": {}\n }\n ]\n },\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"DebugRuleConfigurations\": [\n {\n \"RuleConfigurationName\": \"\",\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"RuleEvaluatorImage\": \"\",\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"RuleParameters\": {}\n }\n ],\n \"TensorBoardOutputConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"DebugRuleEvaluationStatuses\": [\n {\n \"RuleConfigurationName\": \"\",\n \"RuleEvaluationJobArn\": \"\",\n \"RuleEvaluationStatus\": \"\",\n \"StatusDetails\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"Environment\": {},\n \"RetryStrategy\": {\n \"MaximumRetryAttempts\": {{faker 'number.int' max=99999}}\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"Experiment\": {\n \"ExperimentName\": \"\",\n \"ExperimentArn\": \"\",\n \"DisplayName\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"Description\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"Trial\": {\n \"TrialName\": \"\",\n \"TrialArn\": \"\",\n \"DisplayName\": \"\",\n \"ExperimentName\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"TrialComponentSummaries\": [\n {\n \"TrialComponentName\": \"\",\n \"TrialComponentArn\": \"\",\n \"TrialComponentSource\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n }\n }\n ]\n },\n \"TrialComponent\": {\n \"TrialComponentName\": \"\",\n \"DisplayName\": \"\",\n \"TrialComponentArn\": \"\",\n \"Source\": {\n \"SourceArn\": \"\",\n \"SourceType\": \"\"\n },\n \"Status\": {\n \"PrimaryStatus\": \"\",\n \"Message\": \"\"\n },\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"Parameters\": {},\n \"InputArtifacts\": {},\n \"OutputArtifacts\": {},\n \"Metrics\": [\n {\n \"MetricName\": \"\",\n \"SourceArn\": \"\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\",\n \"Max\": {{faker 'number.float'}},\n \"Min\": {{faker 'number.float'}},\n \"Last\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}},\n \"Avg\": {{faker 'number.float'}},\n \"StdDev\": {{faker 'number.float'}}\n }\n ],\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n },\n \"SourceDetail\": {\n \"SourceArn\": \"\",\n \"TrainingJob\": {\n \"TrainingJobName\": \"\",\n \"TrainingJobArn\": \"\",\n \"TuningJobArn\": \"\",\n \"LabelingJobArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"ModelArtifacts\": {\n \"S3ModelArtifacts\": \"\"\n },\n \"TrainingJobStatus\": \"\",\n \"SecondaryStatus\": \"\",\n \"FailureReason\": \"\",\n \"HyperParameters\": {},\n \"AlgorithmSpecification\": {\n \"TrainingImage\": \"\",\n \"AlgorithmName\": \"\",\n \"TrainingInputMode\": \"\",\n \"MetricDefinitions\": [\n {\n \"Name\": \"\",\n \"Regex\": \"\"\n }\n ],\n \"EnableSageMakerMetricsTimeSeries\": {{faker 'datatype.boolean'}}\n },\n \"RoleArn\": \"\",\n \"InputDataConfig\": [\n {\n \"ChannelName\": \"\",\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\",\n \"S3DataDistributionType\": \"\",\n \"AttributeNames\": [\n \"\"\n ]\n },\n \"FileSystemDataSource\": {\n \"FileSystemId\": \"\",\n \"FileSystemAccessMode\": \"\",\n \"FileSystemType\": \"\",\n \"DirectoryPath\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"RecordWrapperType\": \"\",\n \"InputMode\": \"\",\n \"ShuffleConfig\": {\n \"Seed\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"OutputDataConfig\": {\n \"KmsKeyId\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"ResourceConfig\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}},\n \"MaxWaitTimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TrainingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"SecondaryStatusTransitions\": [\n {\n \"Status\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"StatusMessage\": \"\"\n }\n ],\n \"FinalMetricDataList\": [\n {\n \"MetricName\": \"\",\n \"Value\": {{faker 'number.float'}},\n \"Timestamp\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableManagedSpotTraining\": {{faker 'datatype.boolean'}},\n \"CheckpointConfig\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\"\n },\n \"TrainingTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"BillableTimeInSeconds\": {{faker 'number.int' max=99999}},\n \"DebugHookConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"HookParameters\": {},\n \"CollectionConfigurations\": [\n {\n \"CollectionName\": \"\",\n \"CollectionParameters\": {}\n }\n ]\n },\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"DebugRuleConfigurations\": [\n {\n \"RuleConfigurationName\": \"\",\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\",\n \"RuleEvaluatorImage\": \"\",\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"RuleParameters\": {}\n }\n ],\n \"TensorBoardOutputConfig\": {\n \"LocalPath\": \"\",\n \"S3OutputPath\": \"\"\n },\n \"DebugRuleEvaluationStatuses\": [\n {\n \"RuleConfigurationName\": \"\",\n \"RuleEvaluationJobArn\": \"\",\n \"RuleEvaluationStatus\": \"\",\n \"StatusDetails\": \"\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"Environment\": {},\n \"RetryStrategy\": {\n \"MaximumRetryAttempts\": {{faker 'number.int' max=99999}}\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ProcessingJob\": {\n \"ProcessingInputs\": [\n {\n \"InputName\": \"\",\n \"AppManaged\": {{faker 'datatype.boolean'}},\n \"S3Input\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3DataType\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"S3CompressionType\": \"\"\n },\n \"DatasetDefinition\": {\n \"AthenaDatasetDefinition\": {\n \"Catalog\": \"\",\n \"Database\": \"\",\n \"QueryString\": \"\",\n \"WorkGroup\": \"\",\n \"OutputS3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"OutputFormat\": \"{{oneOf (array 'PARQUET' 'ORC' 'AVRO' 'JSON' 'TEXTFILE')}}\",\n \"OutputCompression\": \"{{oneOf (array 'GZIP' 'SNAPPY' 'ZLIB')}}\"\n },\n \"RedshiftDatasetDefinition\": {\n \"ClusterId\": \"\",\n \"Database\": \"\",\n \"DbUser\": \"\",\n \"QueryString\": \"\",\n \"ClusterRoleArn\": \"\",\n \"OutputS3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"OutputFormat\": \"{{oneOf (array 'PARQUET' 'CSV')}}\",\n \"OutputCompression\": \"{{oneOf (array 'None' 'GZIP' 'BZIP2' 'ZSTD' 'SNAPPY')}}\"\n },\n \"LocalPath\": \"\",\n \"DataDistributionType\": \"\",\n \"InputMode\": \"\"\n }\n }\n ],\n \"ProcessingOutputConfig\": {\n \"Outputs\": [\n {\n \"OutputName\": \"\",\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n },\n \"FeatureStoreOutput\": {\n \"FeatureGroupName\": \"\"\n },\n \"AppManaged\": {{faker 'datatype.boolean'}}\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"ProcessingJobName\": \"\",\n \"ProcessingResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"AppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ]\n },\n \"Environment\": {},\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\",\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"ProcessingJobArn\": \"\",\n \"ProcessingJobStatus\": \"\",\n \"ExitMessage\": \"\",\n \"FailureReason\": \"\",\n \"ProcessingEndTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessingStartTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringScheduleArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"TrainingJobArn\": \"\",\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"TransformJob\": {\n \"TransformJobName\": \"\",\n \"TransformJobArn\": \"\",\n \"TransformJobStatus\": \"\",\n \"FailureReason\": \"\",\n \"ModelName\": \"\",\n \"MaxConcurrentTransforms\": {{faker 'number.int' max=99999}},\n \"ModelClientConfig\": {\n \"InvocationsTimeoutInSeconds\": {{faker 'number.int' max=99999}},\n \"InvocationsMaxRetries\": {{faker 'number.int' max=99999}}\n },\n \"MaxPayloadInMB\": {{faker 'number.int' max=99999}},\n \"BatchStrategy\": \"\",\n \"Environment\": {},\n \"TransformInput\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"SplitType\": \"\"\n },\n \"TransformOutput\": {\n \"S3OutputPath\": \"\",\n \"Accept\": \"\",\n \"AssembleWith\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"TransformResources\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformStartTime\": \"{{faker 'date.recent' 365}}\",\n \"TransformEndTime\": \"{{faker 'date.recent' 365}}\",\n \"LabelingJobArn\": \"\",\n \"AutoMLJobArn\": \"\",\n \"DataProcessing\": {\n \"InputFilter\": \"\",\n \"OutputFilter\": \"\",\n \"JoinSource\": \"\"\n },\n \"ExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\",\n \"TrialComponentDisplayName\": \"\"\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"Parents\": [\n {\n \"TrialName\": \"\",\n \"ExperimentName\": \"\"\n }\n ]\n },\n \"Endpoint\": {\n \"EndpointName\": \"\",\n \"EndpointArn\": \"\",\n \"EndpointConfigName\": \"\",\n \"ProductionVariants\": [\n {\n \"VariantName\": \"\",\n \"DeployedImages\": [\n {\n \"SpecifiedImage\": \"\",\n \"ResolvedImage\": \"\",\n \"ResolutionTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"CurrentWeight\": {{faker 'number.float'}},\n \"DesiredWeight\": {{faker 'number.float'}},\n \"CurrentInstanceCount\": {{faker 'number.int' max=99999}},\n \"DesiredInstanceCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"DataCaptureConfig\": {\n \"EnableCapture\": {{faker 'datatype.boolean'}},\n \"CaptureStatus\": \"\",\n \"CurrentSamplingPercentage\": {{faker 'number.int' max=99999}},\n \"DestinationS3Uri\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"EndpointStatus\": \"\",\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringSchedules\": [\n {\n \"MonitoringScheduleArn\": \"\",\n \"MonitoringScheduleName\": \"\",\n \"MonitoringScheduleStatus\": \"\",\n \"MonitoringType\": \"\",\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringScheduleConfig\": {\n \"ScheduleConfig\": {\n \"ScheduleExpression\": \"\"\n },\n \"MonitoringJobDefinition\": {\n \"BaselineConfig\": {\n \"BaseliningJobName\": \"\",\n \"ConstraintsResource\": {\n \"S3Uri\": \"\"\n },\n \"StatisticsResource\": {\n \"S3Uri\": \"\"\n }\n },\n \"MonitoringInputs\": [\n {\n \"EndpointInput\": {\n \"EndpointName\": \"\",\n \"LocalPath\": \"\",\n \"S3InputMode\": \"\",\n \"S3DataDistributionType\": \"\",\n \"FeaturesAttribute\": \"\",\n \"InferenceAttribute\": \"\",\n \"ProbabilityAttribute\": \"\",\n \"ProbabilityThresholdAttribute\": {{faker 'number.float'}},\n \"StartTimeOffset\": \"\",\n \"EndTimeOffset\": \"\"\n }\n }\n ],\n \"MonitoringOutputConfig\": {\n \"MonitoringOutputs\": [\n {\n \"S3Output\": {\n \"S3Uri\": \"\",\n \"LocalPath\": \"\",\n \"S3UploadMode\": \"\"\n }\n }\n ],\n \"KmsKeyId\": \"\"\n },\n \"MonitoringResources\": {\n \"ClusterConfig\": {\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"InstanceType\": \"\",\n \"VolumeSizeInGB\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n },\n \"MonitoringAppSpecification\": {\n \"ImageUri\": \"\",\n \"ContainerEntrypoint\": [\n \"\"\n ],\n \"ContainerArguments\": [\n \"\"\n ],\n \"RecordPreprocessorSourceUri\": \"\",\n \"PostAnalyticsProcessorSourceUri\": \"\"\n },\n \"StoppingCondition\": {\n \"MaxRuntimeInSeconds\": {{faker 'number.int' max=99999}}\n },\n \"Environment\": {},\n \"NetworkConfig\": {\n \"EnableInterContainerTrafficEncryption\": {{faker 'datatype.boolean'}},\n \"EnableNetworkIsolation\": {{faker 'datatype.boolean'}},\n \"VpcConfig\": {\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Subnets\": [\n \"\"\n ]\n }\n },\n \"RoleArn\": \"\"\n },\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n },\n \"EndpointName\": \"\",\n \"LastMonitoringExecutionSummary\": {\n \"MonitoringScheduleName\": \"\",\n \"ScheduledTime\": \"{{faker 'date.recent' 365}}\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"MonitoringExecutionStatus\": \"\",\n \"ProcessingJobArn\": \"\",\n \"EndpointName\": \"\",\n \"FailureReason\": \"\",\n \"MonitoringJobDefinitionName\": \"\",\n \"MonitoringType\": \"\"\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n ],\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ModelPackage\": {\n \"ModelPackageName\": \"\",\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageVersion\": {{faker 'number.int' max=99999}},\n \"ModelPackageArn\": \"\",\n \"ModelPackageDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"InferenceSpecification\": {\n \"Containers\": [\n {\n \"ContainerHostname\": \"\",\n \"Image\": \"\",\n \"ImageDigest\": \"\",\n \"ModelDataUrl\": \"\",\n \"ProductId\": \"\",\n \"Environment\": {}\n }\n ],\n \"SupportedTransformInstanceTypes\": [\n \"{{oneOf (array 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge')}}\"\n ],\n \"SupportedRealtimeInferenceInstanceTypes\": [\n \"{{oneOf (array 'ml.t2.medium' 'ml.t2.large' 'ml.t2.xlarge' 'ml.t2.2xlarge' 'ml.m4.xlarge' 'ml.m4.2xlarge' 'ml.m4.4xlarge' 'ml.m4.10xlarge' 'ml.m4.16xlarge' 'ml.m5.large' 'ml.m5.xlarge' 'ml.m5.2xlarge' 'ml.m5.4xlarge' 'ml.m5.12xlarge' 'ml.m5.24xlarge' 'ml.m5d.large' 'ml.m5d.xlarge' 'ml.m5d.2xlarge' 'ml.m5d.4xlarge' 'ml.m5d.12xlarge' 'ml.m5d.24xlarge' 'ml.c4.large' 'ml.c4.xlarge' 'ml.c4.2xlarge' 'ml.c4.4xlarge' 'ml.c4.8xlarge' 'ml.p2.xlarge' 'ml.p2.8xlarge' 'ml.p2.16xlarge' 'ml.p3.2xlarge' 'ml.p3.8xlarge' 'ml.p3.16xlarge' 'ml.c5.large' 'ml.c5.xlarge' 'ml.c5.2xlarge' 'ml.c5.4xlarge' 'ml.c5.9xlarge' 'ml.c5.18xlarge' 'ml.c5d.large' 'ml.c5d.xlarge' 'ml.c5d.2xlarge' 'ml.c5d.4xlarge' 'ml.c5d.9xlarge' 'ml.c5d.18xlarge' 'ml.g4dn.xlarge' 'ml.g4dn.2xlarge' 'ml.g4dn.4xlarge' 'ml.g4dn.8xlarge' 'ml.g4dn.12xlarge' 'ml.g4dn.16xlarge' 'ml.r5.large' 'ml.r5.xlarge' 'ml.r5.2xlarge' 'ml.r5.4xlarge' 'ml.r5.12xlarge' 'ml.r5.24xlarge' 'ml.r5d.large' 'ml.r5d.xlarge' 'ml.r5d.2xlarge' 'ml.r5d.4xlarge' 'ml.r5d.12xlarge' 'ml.r5d.24xlarge' 'ml.inf1.xlarge' 'ml.inf1.2xlarge' 'ml.inf1.6xlarge' 'ml.inf1.24xlarge')}}\"\n ],\n \"SupportedContentTypes\": [\n \"\"\n ],\n \"SupportedResponseMIMETypes\": [\n \"\"\n ]\n },\n \"SourceAlgorithmSpecification\": {\n \"SourceAlgorithms\": [\n {\n \"ModelDataUrl\": \"\",\n \"AlgorithmName\": \"\"\n }\n ]\n },\n \"ValidationSpecification\": {\n \"ValidationRole\": \"\",\n \"ValidationProfiles\": [\n {\n \"ProfileName\": \"\",\n \"TransformJobDefinition\": {\n \"MaxConcurrentTransforms\": {{faker 'number.int' max=99999}},\n \"MaxPayloadInMB\": {{faker 'number.int' max=99999}},\n \"BatchStrategy\": \"\",\n \"Environment\": {},\n \"TransformInput\": {\n \"DataSource\": {\n \"S3DataSource\": {\n \"S3DataType\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ContentType\": \"\",\n \"CompressionType\": \"\",\n \"SplitType\": \"\"\n },\n \"TransformOutput\": {\n \"S3OutputPath\": \"\",\n \"Accept\": \"\",\n \"AssembleWith\": \"\",\n \"KmsKeyId\": \"\"\n },\n \"TransformResources\": {\n \"InstanceType\": \"\",\n \"InstanceCount\": {{faker 'number.int' max=99999}},\n \"VolumeKmsKeyId\": \"\"\n }\n }\n }\n ]\n },\n \"ModelPackageStatus\": \"\",\n \"ModelPackageStatusDetails\": {\n \"ValidationStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ],\n \"ImageScanStatuses\": [\n {\n \"Name\": \"\",\n \"Status\": \"\",\n \"FailureReason\": \"\"\n }\n ]\n },\n \"CertifyForMarketplace\": {{faker 'datatype.boolean'}},\n \"ModelApprovalStatus\": \"\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"MetadataProperties\": {\n \"CommitId\": \"\",\n \"Repository\": \"\",\n \"GeneratedBy\": \"\",\n \"ProjectId\": \"\"\n },\n \"ModelMetrics\": {\n \"ModelQuality\": {\n \"Statistics\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n },\n \"Constraints\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"ModelDataQuality\": {\n \"Statistics\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n },\n \"Constraints\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"Bias\": {\n \"Report\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n },\n \"Explainability\": {\n \"Report\": {\n \"ContentType\": \"\",\n \"ContentDigest\": \"\",\n \"S3Uri\": \"\"\n }\n }\n },\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"ApprovalDescription\": \"\",\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ModelPackageGroup\": {\n \"ModelPackageGroupName\": \"\",\n \"ModelPackageGroupArn\": \"\",\n \"ModelPackageGroupDescription\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"ModelPackageGroupStatus\": \"\",\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"Pipeline\": {\n \"PipelineArn\": \"\",\n \"PipelineName\": \"\",\n \"PipelineDisplayName\": \"\",\n \"PipelineDescription\": \"\",\n \"RoleArn\": \"\",\n \"PipelineStatus\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"LastRunTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"PipelineExecution\": {\n \"PipelineArn\": \"\",\n \"PipelineExecutionArn\": \"\",\n \"PipelineExecutionDisplayName\": \"\",\n \"PipelineExecutionStatus\": \"\",\n \"PipelineExecutionDescription\": \"\",\n \"PipelineExperimentConfig\": {\n \"ExperimentName\": \"\",\n \"TrialName\": \"\"\n },\n \"FailureReason\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastModifiedTime\": \"{{faker 'date.recent' 365}}\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"LastModifiedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"PipelineParameters\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"FeatureGroup\": {\n \"FeatureGroupArn\": \"\",\n \"FeatureGroupName\": \"\",\n \"RecordIdentifierFeatureName\": \"\",\n \"EventTimeFeatureName\": \"\",\n \"FeatureDefinitions\": [\n {\n \"FeatureName\": \"\",\n \"FeatureType\": \"\"\n }\n ],\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"OnlineStoreConfig\": {\n \"SecurityConfig\": {\n \"KmsKeyId\": \"\"\n },\n \"EnableOnlineStore\": {{faker 'datatype.boolean'}}\n },\n \"OfflineStoreConfig\": {\n \"S3StorageConfig\": {\n \"S3Uri\": \"\",\n \"KmsKeyId\": \"\",\n \"ResolvedOutputS3Uri\": \"\"\n },\n \"DisableGlueTableCreation\": {{faker 'datatype.boolean'}},\n \"DataCatalogConfig\": {\n \"TableName\": \"\",\n \"Catalog\": \"\",\n \"Database\": \"\"\n }\n },\n \"RoleArn\": \"\",\n \"FeatureGroupStatus\": \"\",\n \"OfflineStoreStatus\": {\n \"Status\": \"\",\n \"BlockedReason\": \"\"\n },\n \"FailureReason\": \"\",\n \"Description\": \"\",\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"Project\": {\n \"ProjectArn\": \"\",\n \"ProjectName\": \"\",\n \"ProjectId\": \"\",\n \"ProjectDescription\": \"\",\n \"ServiceCatalogProvisioningDetails\": {\n \"ProductId\": \"\",\n \"ProvisioningArtifactId\": \"\",\n \"PathId\": \"\",\n \"ProvisioningParameters\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ServiceCatalogProvisionedProductDetails\": {\n \"ProvisionedProductId\": \"\",\n \"ProvisionedProductStatusMessage\": \"\"\n },\n \"ProjectStatus\": \"\",\n \"CreatedBy\": {\n \"UserProfileArn\": \"\",\n \"UserProfileName\": \"\",\n \"DomainId\": \"\"\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e89b2309-9149-463a-a9ff-1b3ef8c3531d", "documentation": "Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.SendPipelineExecutionStepFailure", "responses": [ { "uuid": "4182d3bc-625e-406c-a523-2a1c5ecbaeed", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26b81007-81c5-43e7-9f16-1d210bd2aba8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a046bae9-7a28-4b24-84ed-9ce7b6f4cbc6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5cb38c4-d13b-4040-8463-5a3114da8559", "documentation": "Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.SendPipelineExecutionStepSuccess", "responses": [ { "uuid": "c5c6171c-fdaf-497b-914a-66fa66c8e777", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "48d1e12f-c20c-4d9f-b586-9363a6b396a5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f708cc65-b008-463b-a719-6821b427b846", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "693d2e27-692a-4eaf-8b4d-f05faa9f27cd", "documentation": "

Starts a previously stopped monitoring schedule.

By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StartMonitoringSchedule", "responses": [ { "uuid": "eb20fcf8-5c85-4373-9cdc-a8cedb512154", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "422d7a41-9249-4f3a-9375-edcd42aeb16b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdbb8e28-0792-4d8e-8ca6-71074881649d", "documentation": "Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, Amazon SageMaker sets the notebook instance status to InService. A notebook instance's status must be InService before you can connect to your Jupyter notebook. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StartNotebookInstance", "responses": [ { "uuid": "fa202c42-25cd-47dd-b97b-5a59717e795f", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e2821f1-63d0-4a65-b4a1-c550a84ac0db", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23c174aa-06b2-4a5a-8a81-5b61e0a0c62c", "documentation": "Starts a pipeline execution.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StartPipelineExecution", "responses": [ { "uuid": "433452b8-6489-4b95-83b6-4f08db78ba93", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6cae918a-cdfd-4b98-834e-724113fa64db", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f2f8d114-0c5e-48bd-8490-eda0a4fad41c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aac6b115-d233-449e-a583-3328da41917e", "documentation": "A method for forcing the termination of a running job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopAutoMLJob", "responses": [ { "uuid": "f34110f2-10c3-43ab-87e6-6cdb1d370fb7", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "03d99375-0ccd-41e8-8c8a-8628c872a992", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b05b11f6-3ae5-43c0-8484-04c167670477", "documentation": "

Stops a model compilation job.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.

When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopCompilationJob", "responses": [ { "uuid": "04ca3662-0553-45f4-85de-2224b422b126", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "487f130d-9e3a-4f4d-b70f-9e44f33d69da", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc3a37b1-fc45-42db-a947-acfd762c6a95", "documentation": "Request to stop an edge packaging job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopEdgePackagingJob", "responses": [ { "uuid": "17890953-c79b-4d3e-ac53-63e486c66cbb", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce6628a9-2e39-45a1-b869-0d865177c947", "documentation": "

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.

All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopHyperParameterTuningJob", "responses": [ { "uuid": "18a4ddca-1acc-4d41-b6a8-b311309d9975", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "54f178e1-ff65-4031-9693-34fbdef9d812", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "749fcc35-1f3d-4591-a956-277812545fad", "documentation": "Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopLabelingJob", "responses": [ { "uuid": "30a441bd-0c9e-4e47-9b91-6aceebb66a26", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "89b165ec-56bf-42b6-8fac-b32b819527b6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6bd8dc3-7251-43d5-817e-135dfa5448cf", "documentation": "Stops a previously started monitoring schedule.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopMonitoringSchedule", "responses": [ { "uuid": "7bdd5043-e1e3-4c91-afd0-0474e4b47896", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f48a31f-59c9-49aa-938d-60708dc5eb1a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1db0a0d8-4da1-46c8-ae34-f430958b12c5", "documentation": "

Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker disconnects the ML storage volume from it. Amazon SageMaker preserves the ML storage volume. Amazon SageMaker stops charging you for the ML compute instance when you call StopNotebookInstance.

To access data on the ML storage volume for a notebook instance that has been terminated, call the StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopNotebookInstance", "responses": [ { "uuid": "f518a96f-4b72-436f-95c2-d411e2472bd0", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e2019e3-ca9c-40e3-a80b-b2b6c2d95010", "documentation": "

Stops a pipeline execution.

Callback Step

A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a \"Status\" field which is set to \"Stopping\".

You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure.

Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.

Lambda Step

A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopPipelineExecution", "responses": [ { "uuid": "69963802-b029-4162-b954-5e88238366e1", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "12412b9e-18c9-4759-8a86-244880990549", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28ecdd8d-41e3-48c7-8941-4476ecf51e37", "documentation": "Stops a processing job.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopProcessingJob", "responses": [ { "uuid": "8f97093a-021f-4f9f-9820-bf083752d995", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9a1fecc5-7dc7-420f-8141-14ffc5c81793", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "de1d2ca4-640d-4f2f-ba75-ad7a2604980c", "documentation": "

Stops a training job. To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost.

When it receives a StopTrainingJob request, Amazon SageMaker changes the status of the job to Stopping. After Amazon SageMaker stops the job, it sets the status to Stopped.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopTrainingJob", "responses": [ { "uuid": "a699ce83-538e-4509-b682-8831b6da81d3", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "46c6c147-0ddf-4154-8d28-5291c3ce0f90", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "214dde1d-4da4-427c-9c98-593879e4473f", "documentation": "

Stops a transform job.

When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.StopTransformJob", "responses": [ { "uuid": "45ef2210-ca5f-4eda-bec0-517cb415a885", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "806d243c-248c-4680-a46b-1f91ece3b5bc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8fa61b1a-594a-4c2f-8f6a-595377abfe26", "documentation": "Updates an action.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateAction", "responses": [ { "uuid": "8efcb384-e3e2-45de-bc16-78e0c245aac7", "body": "{\n \"ActionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3a9cc942-9861-4618-818c-60e8ef45c735", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08e069ae-47d8-4ac1-82f1-f5b3cf3af6e6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "60afd2fa-ec42-4d5c-b50a-01ed6b4c8acc", "documentation": "Updates the properties of an AppImageConfig.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateAppImageConfig", "responses": [ { "uuid": "0058e42d-727d-4d3c-a3ef-783c0c2433dd", "body": "{\n \"AppImageConfigArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d047f043-ae50-4e10-931c-b99c78a135af", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37d78e56-ea26-42d4-b2d5-718cc45f6796", "documentation": "Updates an artifact.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateArtifact", "responses": [ { "uuid": "14f76601-3f47-4bca-bade-2bd09ad5ce61", "body": "{\n \"ArtifactArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "65351bab-afa0-4cd3-b52f-98180b6ac7ad", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "07e94e77-aa19-4224-b7f8-532f8fdeee77", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b091d0b4-83de-4896-97a5-e2814ee9e6da", "documentation": "Updates the specified Git repository with the specified values.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateCodeRepository", "responses": [ { "uuid": "4d6d2a56-c344-4900-9a44-5e6bb046b482", "body": "{\n \"CodeRepositoryArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2aee7c9-0ac1-4f30-a747-7e5d42a3220e", "documentation": "Updates a context.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateContext", "responses": [ { "uuid": "83216980-5a5b-41d6-a004-ef58d5fc9c70", "body": "{\n \"ContextArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7cbe357b-ffcf-489f-a16f-d3a2bcd930b3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "581ec171-0a82-4994-a71b-19d7245c7ed0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14f50da8-c2e7-4ca3-91c3-2939d214547a", "documentation": "Updates a fleet of devices.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateDeviceFleet", "responses": [ { "uuid": "a262934c-88da-49d2-8c2b-13de0e891e5a", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3b50b4b-c038-4a98-8cab-b89f14e4c254", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c46e647-10f2-47d8-bcb3-e2b603582d5d", "documentation": "Updates one or more devices in a fleet.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateDevices", "responses": [ { "uuid": "0063bf75-fb19-4991-aaeb-918d49b6f4b2", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7df36327-961c-43ba-8167-cd2ff74f39d5", "documentation": "Updates the default settings for new user profiles in the domain.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateDomain", "responses": [ { "uuid": "b591537b-1e0e-4bda-a09d-62c1f636dde6", "body": "{\n \"DomainArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7c16e3f-9b70-4016-ae62-c1511f7317db", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ce61143-554f-46f0-a4e8-52edfd3d0e5a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6beb559-1e58-4e78-bed6-c542e36cbd06", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0994e892-8865-46d7-88f5-c70b68e0f410", "documentation": "

Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is no availability loss).

When Amazon SageMaker receives the request, it sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateEndpoint", "responses": [ { "uuid": "ca6739a2-15b8-4ad4-b28d-5af7f5817089", "body": "{\n \"EndpointArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "18140652-95e0-4c4e-84ed-6e321fa162d8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "568e8138-4106-47cd-9a9f-4527254645d3", "documentation": "Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, Amazon SageMaker sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API. ", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateEndpointWeightsAndCapacities", "responses": [ { "uuid": "fb5edc51-4787-4caa-95b7-541090d7ebcd", "body": "{\n \"EndpointArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9783cc8c-359e-46f2-9054-fd0c910136f5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d66c258-9715-4479-93a3-fc7a807c9a00", "documentation": "Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateExperiment", "responses": [ { "uuid": "f2ae24bb-7fdd-4428-8aea-1a29567a7154", "body": "{\n \"ExperimentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5bcb0c8f-c047-47b3-9f6a-7e9cbd7eb527", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "108b4875-1949-4d96-8ef9-2dcdc0811f2f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "baa99033-9750-439a-942b-e75b7b6a1933", "documentation": "Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateImage", "responses": [ { "uuid": "90808474-9be2-4d09-9105-eea3fd495550", "body": "{\n \"ImageArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74d31ca2-902b-4d50-b1b9-bede9867947a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9bf87ae4-cd6d-403c-b5dd-ece7c4e4d577", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28531920-3a91-40a3-b0cf-a8c7ee483896", "documentation": "Updates a versioned model.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateModelPackage", "responses": [ { "uuid": "23081650-6cb5-4cbb-a31c-cb6429adf8fd", "body": "{\n \"ModelPackageArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01d51d95-6ea4-437e-911e-3ee136d0d6d0", "documentation": "Updates a previously created schedule.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateMonitoringSchedule", "responses": [ { "uuid": "4820166e-19bc-4815-9f1a-bd8df7a9c7f8", "body": "{\n \"MonitoringScheduleArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e5bf14b-60f2-4837-9a4c-4f9708f86166", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a567d2b-3c0d-440d-9edb-4425bd1f2879", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "319ac57d-4826-47c3-94cd-ca26f425a2f2", "documentation": "Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateNotebookInstance", "responses": [ { "uuid": "17b0d191-5279-4b48-8ef4-4ce4c3701d9a", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "31341a29-5bf5-4e04-b442-bf84018e43c4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d9fbdde-6711-4930-8445-bfb4c134eaf4", "documentation": "Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateNotebookInstanceLifecycleConfig", "responses": [ { "uuid": "672a9fd3-fc05-4a92-b5c7-8ca1720f3e55", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5acf7df9-768d-4d02-bc4c-d8774d7b6b6d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9eda610-b1c1-476c-bfbd-baf6d260f314", "documentation": "Updates a pipeline.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdatePipeline", "responses": [ { "uuid": "3745ef79-b871-42c2-ab91-80630a23eb46", "body": "{\n \"PipelineArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4c3bc956-7b94-45e3-a528-4fc8e895a5b2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0720fe07-5d3c-45eb-9ff7-34cdf7f44d83", "documentation": "Updates a pipeline execution.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdatePipelineExecution", "responses": [ { "uuid": "588574ee-4671-437d-a809-d9e2c617fbaf", "body": "{\n \"PipelineExecutionArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d10f64fa-e3f7-422e-858b-bb097209f3b9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9909721-e957-424e-9128-a4f21152ab19", "documentation": "Update a model training job to request a new Debugger profiling configuration.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateTrainingJob", "responses": [ { "uuid": "f204f968-8867-44ce-94f5-a7a8495e6f7d", "body": "{\n \"TrainingJobArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b0793826-1f02-4cfc-8fa8-ec94a4b87351", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c62c7327-250f-409b-8dd5-33e5a05035bc", "documentation": "Updates the display name of a trial.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateTrial", "responses": [ { "uuid": "cce38469-96a4-44e9-9048-960d2df38eaa", "body": "{\n \"TrialArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "50027aac-8148-4e34-9f92-c0046b1708fc", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a5a3e91a-9530-4daa-8d21-67ce7cba113c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "49b8921a-45fc-47df-ac2b-0376dee4b260", "documentation": "Updates one or more properties of a trial component.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateTrialComponent", "responses": [ { "uuid": "735fac66-666d-4387-be27-874b441c3d27", "body": "{\n \"TrialComponentArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f45e4e39-a9cb-447f-a125-3c768e631ec5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91511d3d-4825-497a-aa00-d68377c4d75d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f15eaf56-ef71-4081-948f-093132c20179", "documentation": "Updates a user profile.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateUserProfile", "responses": [ { "uuid": "c38c6ee5-9de8-412b-8e3b-febde4bc1802", "body": "{\n \"UserProfileArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b50f917-bd95-4e8e-802a-4572155c4262", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "100123e9-a7d8-44fa-a659-3651ac54c469", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUse", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d06c4ea-0722-4aa1-8d92-43829c92d665", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFound", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae8c8a66-6fc0-4232-91b9-781e13f346f0", "documentation": "

Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.

Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal.

Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP.

You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation.

After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation.

This operation only applies to private workforces.

", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateWorkforce", "responses": [ { "uuid": "7d0f1fdc-85d3-46dd-a1f6-465eaf2853a2", "body": "{\n \"Workforce\": {\n \"WorkforceName\": \"\",\n \"WorkforceArn\": \"\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"SourceIpConfig\": {\n \"Cidrs\": [\n \"\"\n ]\n },\n \"SubDomain\": \"\",\n \"CognitoConfig\": {\n \"UserPool\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcConfig\": {\n \"ClientId\": \"\",\n \"Issuer\": \"\",\n \"AuthorizationEndpoint\": \"\",\n \"TokenEndpoint\": \"\",\n \"UserInfoEndpoint\": \"\",\n \"LogoutEndpoint\": \"\",\n \"JwksUri\": \"\"\n },\n \"CreateDate\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23a2b808-36a2-4ec3-ab75-bf3a996f0f1d", "documentation": "Updates an existing work team with new member definitions or description.", "method": "post", "endpoint": "#X-Amz-Target=SageMaker.UpdateWorkteam", "responses": [ { "uuid": "57217af5-ed90-4fe2-a1bd-ece887a0b2da", "body": "{\n \"Workteam\": {\n \"WorkteamName\": \"\",\n \"MemberDefinitions\": [\n {\n \"CognitoMemberDefinition\": {\n \"UserPool\": \"\",\n \"UserGroup\": \"\",\n \"ClientId\": \"\"\n },\n \"OidcMemberDefinition\": {\n \"Groups\": [\n \"\"\n ]\n }\n }\n ],\n \"WorkteamArn\": \"\",\n \"WorkforceArn\": \"\",\n \"ProductListingIds\": [\n \"\"\n ],\n \"Description\": \"\",\n \"SubDomain\": \"\",\n \"CreateDate\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedDate\": \"{{faker 'date.recent' 365}}\",\n \"NotificationConfiguration\": {\n \"NotificationTopicArn\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eea88b99-f040-47da-8f10-5c64e8d078a4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceLimitExceeded", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "0876188e-98c7-45ca-b2d7-241419e91b8e" }, { "type": "route", "uuid": "e2ceb52c-54b1-45e4-bf68-4387b7f793e2" }, { "type": "route", "uuid": "5810e8a5-8cb4-4a9a-a72b-1203ce961234" }, { "type": "route", "uuid": "a7254e5d-9e8d-4561-aa8f-54b1c95d8f35" }, { "type": "route", "uuid": "15b836a4-be09-406b-9700-00e0ac67a211" }, { "type": "route", "uuid": "3bb24b9c-14d8-474a-9817-fd22a11e3074" }, { "type": "route", "uuid": "46d77112-725e-4b53-9ea1-754f78aafa38" }, { "type": "route", "uuid": "17966023-eaaf-4a72-9c0c-87934e55ad4a" }, { "type": "route", "uuid": "8b18016d-d17c-4dca-8445-15400fbf6b42" }, { "type": "route", "uuid": "c4a39ee8-a17b-4cd4-bedf-20625b3d64c3" }, { "type": "route", "uuid": "80b34cb3-7f6c-4cb1-8e31-d7f6f86b8726" }, { "type": "route", "uuid": "51baf1f1-7e2d-49af-81c4-bbb467356a59" }, { "type": "route", "uuid": "b2647d7e-b132-496b-88be-b8319fa41e1b" }, { "type": "route", "uuid": "a77ffc62-120a-4e86-992d-669073927637" }, { "type": "route", "uuid": "9a1d32bf-3e30-4f9f-8746-f84c1343e0f8" }, { "type": "route", "uuid": "182c5bff-0b29-47e0-9b88-2ab903924637" }, { "type": "route", "uuid": "c4c27ee6-bf73-4fd8-8efb-37d2f2f85060" }, { "type": "route", "uuid": "d063bdb2-c3ef-4771-b967-e0825783669c" }, { "type": "route", "uuid": "08229711-6b2b-4130-9527-e80b079ef4b3" }, { "type": "route", "uuid": "20e6c48c-2f7b-42b1-8425-3f7efe5135ba" }, { "type": "route", "uuid": "dd90d537-fd69-40e3-a1e9-0d282b73efe2" }, { "type": "route", "uuid": "f92c8668-6ce3-4604-8b20-f105621214ff" }, { "type": "route", "uuid": "39fedb90-4a35-4d9e-87e8-41b2692bb710" }, { "type": "route", "uuid": "41cb8159-8510-4b98-8b0b-9a9732a34ddd" }, { "type": "route", "uuid": "c172fa29-c9a8-489e-9496-96b46117617a" }, { "type": "route", "uuid": "634a268e-4ac5-46ce-b395-21c61564dd06" }, { "type": "route", "uuid": "f24992df-b3f1-47a1-bf92-2b466442b238" }, { "type": "route", "uuid": "92192d4a-02c8-4180-ab9c-32c41ba3f7f9" }, { "type": "route", "uuid": "65f72854-2950-4df4-919d-95185a5d34ed" }, { "type": "route", "uuid": "0a409851-eb5e-4289-8cf9-2a4c8929cab5" }, { "type": "route", "uuid": "008f1048-3366-4446-8cf4-721512861689" }, { "type": "route", "uuid": "c08a031f-49d8-4e3f-b4d6-a8e40b423c71" }, { "type": "route", "uuid": "15c5c555-85ee-4c1a-87f0-50070e5438ac" }, { "type": "route", "uuid": "0aed9e65-4e08-4261-8288-4443b409d5e0" }, { "type": "route", "uuid": "124e6a82-d7fd-428a-bfd3-f14ccee58f70" }, { "type": "route", "uuid": "a2524369-526a-4a9d-a8fa-8a8958570e59" }, { "type": "route", "uuid": "f5fa1bd9-32b6-415f-9c31-5002b5124dc0" }, { "type": "route", "uuid": "cf27c34d-e3ab-4f8e-8237-5f3c5d8c7528" }, { "type": "route", "uuid": "1b978a62-a875-4fed-84b0-18fee2f5cf2e" }, { "type": "route", "uuid": "72b9d03a-aabd-4684-b815-64e4256ef4e0" }, { "type": "route", "uuid": "3aa7142d-4386-40d2-b0a0-111546e514be" }, { "type": "route", "uuid": "d3c68e9a-7bc3-4ee4-b730-29b6f3d1e133" }, { "type": "route", "uuid": "f10d9857-82f5-48ff-8732-96776730c84d" }, { "type": "route", "uuid": "425fc80b-88a7-4068-90e0-e1e409203cb6" }, { "type": "route", "uuid": "9600978e-7652-4d6b-985e-8968bb894d18" }, { "type": "route", "uuid": "c9b7a6b9-0245-43d0-af28-f592cd313ec2" }, { "type": "route", "uuid": "7d1f1af6-87c7-4050-9952-7823ff4d02a5" }, { "type": "route", "uuid": "b735a643-6518-4772-9af5-7b0e9467e593" }, { "type": "route", "uuid": "4eb5cd80-81ea-4ecd-a469-d386e4904ccd" }, { "type": "route", "uuid": "25e810b6-2828-41ef-b7b6-4e2e3028ad53" }, { "type": "route", "uuid": "605a87dc-f61c-450c-9495-7a9965bf7fb9" }, { "type": "route", "uuid": "a1633551-2a61-481f-8f01-78e97a6d6b29" }, { "type": "route", "uuid": "e42908f8-e9d0-4eb9-89c7-2427deae3418" }, { "type": "route", "uuid": "41d984fa-ae1e-4a26-b095-f343e69c6e89" }, { "type": "route", "uuid": "7f1d9a6e-dbf7-49f3-946d-af38b2d40a04" }, { "type": "route", "uuid": "f6fdad24-ecbd-4175-9b0d-66e7fa97f382" }, { "type": "route", "uuid": "2e5afa0c-a60e-4873-b602-c16e363f88a6" }, { "type": "route", "uuid": "516a13d6-6160-47fd-a642-b2b5d161699b" }, { "type": "route", "uuid": "f0662d67-3ea5-468f-b1db-832da56cffed" }, { "type": "route", "uuid": "9224a08c-4648-40f9-9138-cc56f1ff6b5a" }, { "type": "route", "uuid": "70403aae-d106-464e-8c38-81dddfea03e9" }, { "type": "route", "uuid": "e8cd0894-211b-4954-8835-3790cf2fb1bb" }, { "type": "route", "uuid": "73104dc4-5bb4-4594-b8c7-042bc196de12" }, { "type": "route", "uuid": "356985ca-a713-4162-8a33-9fc8535aee44" }, { "type": "route", "uuid": "73fefa47-d35a-442b-adb6-f011740b358a" }, { "type": "route", "uuid": "9f198941-3ae0-417d-9bbe-0f4977c7928d" }, { "type": "route", "uuid": "abd6e260-00d8-4182-adc4-f5d20c94baa5" }, { "type": "route", "uuid": "b9f047b6-2bb1-4bc9-a018-a44e9758a63e" }, { "type": "route", "uuid": "63c4b9c7-d7a9-4fa7-a26d-9ea4609f8a53" }, { "type": "route", "uuid": "460ae02c-697b-4d65-887a-5808207a07d7" }, { "type": "route", "uuid": "af64b0d4-66a5-4063-89d5-99c95975b47f" }, { "type": "route", "uuid": "710e8371-750a-499f-a188-d37216e53321" }, { "type": "route", "uuid": "5c545873-d5c2-4e1f-adfc-4a566a082fa1" }, { "type": "route", "uuid": "478b79c1-288c-4a38-9d5b-af5d315573e7" }, { "type": "route", "uuid": "b520a39a-fa58-4a27-b2ac-a5c9a1b7859d" }, { "type": "route", "uuid": "28dc5b38-da9f-474c-8ce9-bc8ee815e5ce" }, { "type": "route", "uuid": "feeb9039-5497-4004-b8d4-a16fd0650e12" }, { "type": "route", "uuid": "99509986-f681-4f2a-b348-a8b70a5c68d6" }, { "type": "route", "uuid": "2c27d669-26c0-4112-b0cc-b7b9b9c579de" }, { "type": "route", "uuid": "d3e784f2-b49b-42ec-a5b4-ca8c1958e9f5" }, { "type": "route", "uuid": "183d0321-f5c6-4e82-935b-40584d57ed38" }, { "type": "route", "uuid": "db126de8-d64f-40e3-b831-bef20211f977" }, { "type": "route", "uuid": "8593dcca-0ef1-41e0-9475-8b41b0705978" }, { "type": "route", "uuid": "94011007-434c-4dbf-9d1a-a855937516e5" }, { "type": "route", "uuid": "318cef1d-b948-486b-a7eb-734fbb0ae791" }, { "type": "route", "uuid": "45b4c347-14df-40cb-b33f-acc205f36748" }, { "type": "route", "uuid": "b9bef78c-2780-4593-828e-73258d699d47" }, { "type": "route", "uuid": "337f55f4-3343-416d-9ca2-f9a3397cada6" }, { "type": "route", "uuid": "64eac3c4-1f3d-4fb3-adf9-bb941d1e81a1" }, { "type": "route", "uuid": "09678353-fff2-4ed8-a982-89160001c1b5" }, { "type": "route", "uuid": "90555914-804e-4e99-8472-7d068c8b8334" }, { "type": "route", "uuid": "72f594b5-3183-4f02-90aa-afcee8e77ce4" }, { "type": "route", "uuid": "09a7a6c7-f78d-4da2-9e39-c6f48a25bc6d" }, { "type": "route", "uuid": "c1f64051-eba5-4d40-9b58-66fa2963421a" }, { "type": "route", "uuid": "cb1faf3a-1204-4ad1-8746-97fee9643471" }, { "type": "route", "uuid": "bbb3dd05-3255-46c3-aff3-cb30b948f5e1" }, { "type": "route", "uuid": "b503b92d-5a01-4b2f-a7ff-0f22b647c4a4" }, { "type": "route", "uuid": "68f44969-9e33-4f13-ab8c-2147bb40346c" }, { "type": "route", "uuid": "5e49a12a-bee5-42af-84fa-fbbceb6b3a1e" }, { "type": "route", "uuid": "cd5a4372-4788-4d6a-9c0f-9a04606a192f" }, { "type": "route", "uuid": "ea3f7156-4f7e-4a78-9772-8c9542e89bf0" }, { "type": "route", "uuid": "0fdb4864-a330-48cd-859f-cddef0a77d14" }, { "type": "route", "uuid": "40d9eab6-0ff4-43bb-a1e3-24bdbc5438fd" }, { "type": "route", "uuid": "5d11579f-5b06-4e9d-9c0c-adb448d20bbf" }, { "type": "route", "uuid": "e3d2f6b8-2c1e-4d0d-adc1-88519bb0c76a" }, { "type": "route", "uuid": "fdbc8fa8-f929-4429-a412-b8e5e5edbb58" }, { "type": "route", "uuid": "036abd5b-ea80-43dd-9950-0d66bc39b270" }, { "type": "route", "uuid": "f785b66e-c3ba-4225-889a-51d435396a31" }, { "type": "route", "uuid": "4bac3c5a-3cc0-49c6-b2aa-c4c6c81fe9a4" }, { "type": "route", "uuid": "43f49351-5272-4175-b8db-aab29364c990" }, { "type": "route", "uuid": "516255eb-e219-43b3-84c6-fe08f3781ea8" }, { "type": "route", "uuid": "f1164d70-f7f7-4f06-b5b1-bc9284f39369" }, { "type": "route", "uuid": "87a48db2-6152-4cac-8d44-090b967b25ef" }, { "type": "route", "uuid": "925ff826-f2ac-4904-8abc-a095ac8ca6c5" }, { "type": "route", "uuid": "3fbda1be-ec78-40ec-bc6e-30abf34369ce" }, { "type": "route", "uuid": "9f189d6b-10be-40f6-8e8f-d6ac75ecbc02" }, { "type": "route", "uuid": "31bacd3a-00ba-44ac-bca2-0f5ea9232c53" }, { "type": "route", "uuid": "fc540aa6-a1a5-4eeb-8bf2-f9f71adf19ef" }, { "type": "route", "uuid": "4dd2f061-b4d9-4504-ae62-b3970d2e258f" }, { "type": "route", "uuid": "aabd79ed-c791-4a51-834d-6d67d58f48f4" }, { "type": "route", "uuid": "3c5796e9-a7d8-4b9c-8e13-61e5bc631e73" }, { "type": "route", "uuid": "1b9b781d-7848-4a05-ae44-5a28171ca5b3" }, { "type": "route", "uuid": "6db07178-7bd8-4450-9750-a4b09a927afe" }, { "type": "route", "uuid": "932f1f60-74f2-4fab-8a63-ab34d419e107" }, { "type": "route", "uuid": "eda09e9b-ecf7-4a36-8d26-b05a23765c1d" }, { "type": "route", "uuid": "ca0f2528-dd1e-44e7-9600-e6b9acc84d59" }, { "type": "route", "uuid": "3c6e0d18-83a9-4b3b-99f8-b721eac67460" }, { "type": "route", "uuid": "7fd1201d-3aac-46a0-a644-a8f551c142cd" }, { "type": "route", "uuid": "0938fb03-c99e-48b7-95b2-48a8bf86065b" }, { "type": "route", "uuid": "28008df0-19cd-4a06-9856-76cb526c9a54" }, { "type": "route", "uuid": "37b93637-73fc-4187-ad81-851cd48ae7b1" }, { "type": "route", "uuid": "a3c4f5b2-e5ad-4402-b817-8ca3056edf72" }, { "type": "route", "uuid": "82282f4b-f6e5-43cc-8df8-00a0d40484f0" }, { "type": "route", "uuid": "2808f3a4-ac89-467a-b173-b4275f118986" }, { "type": "route", "uuid": "0ed7525e-cb53-46d9-8f18-9e155483827e" }, { "type": "route", "uuid": "d30f21c3-d041-4063-82dc-8f8e6497e07e" }, { "type": "route", "uuid": "21a4bd8b-7da6-426c-88bc-576981fcdc10" }, { "type": "route", "uuid": "7c5f5675-0aae-4006-90cf-ad08573930d1" }, { "type": "route", "uuid": "8f1719a7-67e7-4e00-a6a4-0d007d12e68f" }, { "type": "route", "uuid": "ec6ed17a-e859-4d1a-a2e2-db57ed6585cb" }, { "type": "route", "uuid": "122e0bc0-2113-4273-a779-36fde98b769f" }, { "type": "route", "uuid": "a864e33c-347a-4970-b1b4-363de1d92638" }, { "type": "route", "uuid": "9cda37e5-020b-42a0-a386-f14f581bcc4c" }, { "type": "route", "uuid": "88ee3038-b956-42ef-b574-6891a556bdf6" }, { "type": "route", "uuid": "0f4123e1-1487-4adb-9d82-5bf9659b8038" }, { "type": "route", "uuid": "b2b5dcdf-f176-412b-9bcb-09f47ab0a253" }, { "type": "route", "uuid": "c6beafa2-6bae-4894-b95f-7ca37af17e44" }, { "type": "route", "uuid": "e921f867-16ed-4e1e-a1ea-97cd7cff33b9" }, { "type": "route", "uuid": "20091441-7045-45f7-9026-3fcd14839cf5" }, { "type": "route", "uuid": "fba72d96-5943-4da2-b1fa-58303387f996" }, { "type": "route", "uuid": "6c9b768f-41a9-428f-b102-31cc97490dc3" }, { "type": "route", "uuid": "36459ba4-6b3a-4f80-8ae8-2cc19d0e90bc" }, { "type": "route", "uuid": "1d1095bd-7e95-4bf6-b294-929c0e77d3f3" }, { "type": "route", "uuid": "ed657aea-ad36-4114-9502-6d2b55c78d26" }, { "type": "route", "uuid": "4b211ee4-a2eb-4ebe-a9af-cb72a3784166" }, { "type": "route", "uuid": "83ded7c9-a3d9-43c2-b4f3-8d5327707051" }, { "type": "route", "uuid": "80b7841d-2160-4269-8d1c-a63911730fef" }, { "type": "route", "uuid": "2ff85168-713e-4911-b23f-d2ff003c5596" }, { "type": "route", "uuid": "020207cc-bcb1-4d09-966e-743d3fbf9f17" }, { "type": "route", "uuid": "a3ea9a99-5c97-4ae8-9190-3b0a1a047130" }, { "type": "route", "uuid": "7fb328c9-6a2c-4181-82e5-2b18e0f0a60c" }, { "type": "route", "uuid": "821a4d72-059e-496e-917e-23d18682d17c" }, { "type": "route", "uuid": "1cdfd413-5a5d-4f6b-9edc-bdf83822b9b6" }, { "type": "route", "uuid": "3e23b3dd-9f3e-446e-b10b-b5c501628672" }, { "type": "route", "uuid": "3a789ce4-847e-4a42-9301-ff73f0b80c1f" }, { "type": "route", "uuid": "b7556cf5-7ab7-41f9-b6a9-d48496866d6e" }, { "type": "route", "uuid": "bdbfaff9-3af5-4161-a63a-f2c6dd0b1cfa" }, { "type": "route", "uuid": "d48a0f69-0eb0-43b4-b2d1-c9ca74d2b250" }, { "type": "route", "uuid": "a4adbe52-00ee-452c-8f77-64fa0b34ef3a" }, { "type": "route", "uuid": "020e17c6-7933-4f9b-88fd-d3139513a51f" }, { "type": "route", "uuid": "8230e60d-c8d9-4cd2-92c6-96c10f0fffc9" }, { "type": "route", "uuid": "3c4970f4-7458-4a89-9792-4bc95d80ba14" }, { "type": "route", "uuid": "e5f1f74a-65a9-46c7-b70a-030abc7eb4aa" }, { "type": "route", "uuid": "b91ace06-1a16-4f7d-a198-878bce8833dd" }, { "type": "route", "uuid": "fa3f5647-0626-4128-9c16-21666ae86d87" }, { "type": "route", "uuid": "0b949556-f840-4893-a614-d24d7fc5f6f0" }, { "type": "route", "uuid": "bd8b2b75-5081-4065-bd15-632ad6d3d385" }, { "type": "route", "uuid": "39f28f30-4829-484f-b7d1-8a99b1bfaa76" }, { "type": "route", "uuid": "db2dafbe-45be-402c-9d7e-a22dd4355ab4" }, { "type": "route", "uuid": "77ecdd0b-5204-49bd-9e19-bae825b7320b" }, { "type": "route", "uuid": "66e7ae71-7ac2-45c2-8e97-c5f9143b4340" }, { "type": "route", "uuid": "da5f0345-af79-4b05-86b1-f3c103c29d3e" }, { "type": "route", "uuid": "b7879c69-e321-4723-af00-f852babcf7c1" }, { "type": "route", "uuid": "ec9840aa-0785-4b51-84aa-5b1505013320" }, { "type": "route", "uuid": "26793a04-d1cb-4e17-a8b9-8529005d72a1" }, { "type": "route", "uuid": "9aa85b73-2e1e-4351-866e-f06c6ad96d77" }, { "type": "route", "uuid": "46fafb6d-93de-4bc8-a228-7e86a0a70dd2" }, { "type": "route", "uuid": "a80ab762-53d0-4f2c-8c30-d15feb405051" }, { "type": "route", "uuid": "8d799abc-63d4-45ff-93f1-e83ef5f50ec1" }, { "type": "route", "uuid": "7d2e6887-4e03-4438-8028-aa57092515ae" }, { "type": "route", "uuid": "43ae82e8-8379-4df3-8a6e-4efcb06f545e" }, { "type": "route", "uuid": "32bba47d-67d7-4d89-aa7a-a5ffe59a39ef" }, { "type": "route", "uuid": "0684ff74-a754-4f89-943a-3969cbeb44d7" }, { "type": "route", "uuid": "ef5d4a38-0fbd-456b-8d5b-798f32ca6081" }, { "type": "route", "uuid": "eb92fe6d-b0fd-4057-9c6b-7fd78baf845b" }, { "type": "route", "uuid": "049fc248-a735-4463-a1e8-34aa69fb74a0" }, { "type": "route", "uuid": "ee236a98-9c73-4f47-9480-7e4ecbe4874b" }, { "type": "route", "uuid": "7486cb81-68a6-4ef7-851a-6cf716a3ccd0" }, { "type": "route", "uuid": "82c67885-e475-472f-a001-397eff8d733e" }, { "type": "route", "uuid": "247c9e07-d0ac-4ead-b55b-485dbe32e5f4" }, { "type": "route", "uuid": "e89b2309-9149-463a-a9ff-1b3ef8c3531d" }, { "type": "route", "uuid": "f5cb38c4-d13b-4040-8463-5a3114da8559" }, { "type": "route", "uuid": "693d2e27-692a-4eaf-8b4d-f05faa9f27cd" }, { "type": "route", "uuid": "bdbb8e28-0792-4d8e-8ca6-71074881649d" }, { "type": "route", "uuid": "23c174aa-06b2-4a5a-8a81-5b61e0a0c62c" }, { "type": "route", "uuid": "aac6b115-d233-449e-a583-3328da41917e" }, { "type": "route", "uuid": "b05b11f6-3ae5-43c0-8484-04c167670477" }, { "type": "route", "uuid": "bc3a37b1-fc45-42db-a947-acfd762c6a95" }, { "type": "route", "uuid": "ce6628a9-2e39-45a1-b869-0d865177c947" }, { "type": "route", "uuid": "749fcc35-1f3d-4591-a956-277812545fad" }, { "type": "route", "uuid": "f6bd8dc3-7251-43d5-817e-135dfa5448cf" }, { "type": "route", "uuid": "1db0a0d8-4da1-46c8-ae34-f430958b12c5" }, { "type": "route", "uuid": "2e2019e3-ca9c-40e3-a80b-b2b6c2d95010" }, { "type": "route", "uuid": "28ecdd8d-41e3-48c7-8941-4476ecf51e37" }, { "type": "route", "uuid": "de1d2ca4-640d-4f2f-ba75-ad7a2604980c" }, { "type": "route", "uuid": "214dde1d-4da4-427c-9c98-593879e4473f" }, { "type": "route", "uuid": "8fa61b1a-594a-4c2f-8f6a-595377abfe26" }, { "type": "route", "uuid": "60afd2fa-ec42-4d5c-b50a-01ed6b4c8acc" }, { "type": "route", "uuid": "37d78e56-ea26-42d4-b2d5-718cc45f6796" }, { "type": "route", "uuid": "b091d0b4-83de-4896-97a5-e2814ee9e6da" }, { "type": "route", "uuid": "e2aee7c9-0ac1-4f30-a747-7e5d42a3220e" }, { "type": "route", "uuid": "14f50da8-c2e7-4ca3-91c3-2939d214547a" }, { "type": "route", "uuid": "6c46e647-10f2-47d8-bcb3-e2b603582d5d" }, { "type": "route", "uuid": "7df36327-961c-43ba-8167-cd2ff74f39d5" }, { "type": "route", "uuid": "0994e892-8865-46d7-88f5-c70b68e0f410" }, { "type": "route", "uuid": "568e8138-4106-47cd-9a9f-4527254645d3" }, { "type": "route", "uuid": "5d66c258-9715-4479-93a3-fc7a807c9a00" }, { "type": "route", "uuid": "baa99033-9750-439a-942b-e75b7b6a1933" }, { "type": "route", "uuid": "28531920-3a91-40a3-b0cf-a8c7ee483896" }, { "type": "route", "uuid": "01d51d95-6ea4-437e-911e-3ee136d0d6d0" }, { "type": "route", "uuid": "319ac57d-4826-47c3-94cd-ca26f425a2f2" }, { "type": "route", "uuid": "6d9fbdde-6711-4930-8445-bfb4c134eaf4" }, { "type": "route", "uuid": "b9eda610-b1c1-476c-bfbd-baf6d260f314" }, { "type": "route", "uuid": "0720fe07-5d3c-45eb-9ff7-34cdf7f44d83" }, { "type": "route", "uuid": "f9909721-e957-424e-9128-a4f21152ab19" }, { "type": "route", "uuid": "c62c7327-250f-409b-8dd5-33e5a05035bc" }, { "type": "route", "uuid": "49b8921a-45fc-47df-ac2b-0376dee4b260" }, { "type": "route", "uuid": "f15eaf56-ef71-4081-948f-093132c20179" }, { "type": "route", "uuid": "ae8c8a66-6fc0-4232-91b9-781e13f346f0" }, { "type": "route", "uuid": "23a2b808-36a2-4ec3-ab75-bf3a996f0f1d" } ] }