You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-sagemaker): Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.
* <p>Creates a Git repository as a resource in your Amazon SageMaker account. You can associate the
25
+
* <p>Creates a Git repository as a resource in your SageMaker account. You can associate the
26
26
* repository with notebook instances so that you can use Git source control for the
27
-
* notebooks you create. The Git repository is a resource in your Amazon SageMaker account, so it can
27
+
* notebooks you create. The Git repository is a resource in your SageMaker account, so it can
28
28
* be associated with more than one notebook instance, and it persists independently from
29
29
* the lifecycle of any notebook instances it is associated with.</p>
30
30
* <p>The repository can be hosted either in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any
* <p>Creates an endpoint using the endpoint configuration specified in the request. Amazon SageMaker
25
+
* <p>Creates an endpoint using the endpoint configuration specified in the request. SageMaker
26
26
* uses the endpoint to provision resources and deploy models. You create the endpoint
27
27
* configuration with the <a>CreateEndpointConfig</a> API. </p>
28
-
* <p> Use this API to deploy models using Amazon SageMaker hosting services. </p>
29
-
* <p>For an example that calls this method when deploying a model to Amazon SageMaker hosting services,
28
+
* <p> Use this API to deploy models using SageMaker hosting services. </p>
29
+
* <p>For an example that calls this method when deploying a model to SageMaker hosting services,
30
30
* see the <a href="https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-fundamentals/create-endpoint/create_endpoint.ipynb">Create Endpoint example notebook.</a>
* response should return the latest data. So retry logic is recommended to handle
52
52
* these possible issues. We also recommend that customers call <a>DescribeEndpointConfig</a> before calling <a>CreateEndpoint</a> to minimize the potential impact of a DynamoDB eventually consistent read.</p>
53
53
* </note>
54
-
* <p>When Amazon SageMaker receives the request, it sets the endpoint status to
54
+
* <p>When SageMaker receives the request, it sets the endpoint status to
55
55
* <code>Creating</code>. After it creates the endpoint, it sets the status to
56
-
* <code>InService</code>. Amazon SageMaker can then process incoming requests for inferences. To
56
+
* <code>InService</code>. SageMaker can then process incoming requests for inferences. To
57
57
* check the status of an endpoint, use the <a>DescribeEndpoint</a>
58
58
* API.</p>
59
59
* <p>If any of the models hosted at this endpoint get model data from an Amazon S3 location,
60
-
* Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you
60
+
* SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you
61
61
* provided. Amazon Web Services STS is activated in your IAM user account by default. If you previously
62
62
* deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For
63
63
* more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
0 commit comments