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): SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>.</p>
8002
+
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a
* <p>The size, in GB, of the ML storage volume attached to individual
8468
-
* inference instance associated with the production variant. Currenly only
8469
-
* Amazon EBS gp2 storage volumes are supported.</p>
8529
+
* <p>The size, in GB, of the ML storage volume attached to individual inference instance
8530
+
* associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are
8531
+
* supported.</p>
8470
8532
*/
8471
8533
VolumeSizeInGB?: number;
8472
8534
8473
8535
/**
8474
-
* <p>The timeout value, in seconds, to download and extract the
8475
-
* model that you want to host from Amazon S3 to the individual inference instance associated with
8476
-
* this production variant.</p>
8536
+
* <p>The timeout value, in seconds, to download and extract the model that you want to host
8537
+
* from Amazon S3 to the individual inference instance associated with this production
8538
+
* variant.</p>
8477
8539
*/
8478
8540
ModelDataDownloadTimeoutInSeconds?: number;
8479
8541
8480
8542
/**
8481
-
* <p>The timeout value, in seconds, for your inference container
8482
-
* to pass health check by SageMaker Hosting. For more information about health
8483
-
* check, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests">How
8484
-
* Your Container Should Respond to Health Check (Ping)
8485
-
* Requests</a>.</p>
8543
+
* <p>The timeout value, in seconds, for your inference container to pass health check by
8544
+
* SageMaker Hosting. For more information about health check, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests">How Your Container Should Respond to Health Check (Ping) Requests</a>.</p>
0 commit comments