|
3095 | 3095 | "members":{
|
3096 | 3096 | "AlarmName":{
|
3097 | 3097 | "shape":"AlarmName",
|
3098 |
| - "documentation":"<p/>" |
| 3098 | + "documentation":"<p>The name of a CloudWatch alarm in your account.</p>" |
3099 | 3099 | }
|
3100 | 3100 | },
|
3101 |
| - "documentation":"<p>This API is not supported.</p>" |
| 3101 | + "documentation":"<p>An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.</p>" |
3102 | 3102 | },
|
3103 | 3103 | "AlarmList":{
|
3104 | 3104 | "type":"list",
|
|
4273 | 4273 | "members":{
|
4274 | 4274 | "Alarms":{
|
4275 | 4275 | "shape":"AlarmList",
|
4276 |
| - "documentation":"<p/>" |
| 4276 | + "documentation":"<p>List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.</p>" |
4277 | 4277 | }
|
4278 | 4278 | },
|
4279 |
| - "documentation":"<p>Currently, the <code>AutoRollbackConfig</code> API is not supported.</p>" |
| 4279 | + "documentation":"<p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>" |
4280 | 4280 | },
|
4281 | 4281 | "AwsManagedHumanLoopRequestSource":{
|
4282 | 4282 | "type":"string",
|
|
4404 | 4404 | "members":{
|
4405 | 4405 | "TrafficRoutingConfiguration":{
|
4406 | 4406 | "shape":"TrafficRoutingConfig",
|
4407 |
| - "documentation":"<p/>" |
| 4407 | + "documentation":"<p>Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.</p>" |
4408 | 4408 | },
|
4409 | 4409 | "TerminationWaitInSeconds":{
|
4410 | 4410 | "shape":"TerminationWaitInSeconds",
|
4411 |
| - "documentation":"<p/>" |
| 4411 | + "documentation":"<p>Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0.</p>" |
4412 | 4412 | },
|
4413 | 4413 | "MaximumExecutionTimeoutInSeconds":{
|
4414 | 4414 | "shape":"MaximumExecutionTimeoutInSeconds",
|
4415 |
| - "documentation":"<p/>" |
| 4415 | + "documentation":"<p>Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total waiting time specified in <code>TerminationWaitInSeconds</code> and <code>WaitIntervalInSeconds</code>.</p>" |
4416 | 4416 | }
|
4417 | 4417 | },
|
4418 |
| - "documentation":"<p>Currently, the <code>BlueGreenUpdatePolicy</code> API is not supported.</p>" |
| 4418 | + "documentation":"<p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.</p>" |
4419 | 4419 | },
|
4420 | 4420 | "Boolean":{"type":"boolean"},
|
4421 | 4421 | "BooleanOperator":{
|
|
4549 | 4549 | "members":{
|
4550 | 4550 | "Type":{
|
4551 | 4551 | "shape":"CapacitySizeType",
|
4552 |
| - "documentation":"<p>This API is not supported.</p>" |
| 4552 | + "documentation":"<p>Specifies the endpoint capacity type.</p> <ul> <li> <p> <code>INSTANCE_COUNT</code>: The endpoint activates based on the number of instances.</p> </li> <li> <p> <code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified percentage of capacity.</p> </li> </ul>" |
4553 | 4553 | },
|
4554 | 4554 | "Value":{
|
4555 | 4555 | "shape":"CapacitySizeValue",
|
4556 |
| - "documentation":"<p/>" |
| 4556 | + "documentation":"<p>Defines the capacity size, either as a number of instances or a capacity percentage.</p>" |
4557 | 4557 | }
|
4558 | 4558 | },
|
4559 |
| - "documentation":"<p>Currently, the <code>CapacitySize</code> API is not supported.</p>" |
| 4559 | + "documentation":"<p>Specifies the endpoint capacity to activate for production.</p>" |
4560 | 4560 | },
|
4561 | 4561 | "CapacitySizeType":{
|
4562 | 4562 | "type":"string",
|
|
5943 | 5943 | "shape":"EndpointConfigName",
|
5944 | 5944 | "documentation":"<p>The name of an endpoint configuration. For more information, see <a>CreateEndpointConfig</a>. </p>"
|
5945 | 5945 | },
|
| 5946 | + "DeploymentConfig":{"shape":"DeploymentConfig"}, |
5946 | 5947 | "Tags":{
|
5947 | 5948 | "shape":"TagList",
|
5948 | 5949 | "documentation":"<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a>.</p>"
|
|
8337 | 8338 | "members":{
|
8338 | 8339 | "BlueGreenUpdatePolicy":{
|
8339 | 8340 | "shape":"BlueGreenUpdatePolicy",
|
8340 |
| - "documentation":"<p/>" |
| 8341 | + "documentation":"<p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.</p>" |
8341 | 8342 | },
|
8342 | 8343 | "AutoRollbackConfiguration":{
|
8343 | 8344 | "shape":"AutoRollbackConfig",
|
8344 |
| - "documentation":"<p/>" |
| 8345 | + "documentation":"<p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>" |
8345 | 8346 | }
|
8346 | 8347 | },
|
8347 |
| - "documentation":"<p>Currently, the <code>DeploymentConfig</code> API is not supported.</p>" |
| 8348 | + "documentation":"<p>The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.</p>" |
8348 | 8349 | },
|
8349 | 8350 | "DeregisterDevicesRequest":{
|
8350 | 8351 | "type":"structure",
|
|
9406 | 9407 | "AsyncInferenceConfig":{
|
9407 | 9408 | "shape":"AsyncInferenceConfig",
|
9408 | 9409 | "documentation":"<p>Returns the description of an endpoint configuration created using the <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html\"> <code>CreateEndpointConfig</code> </a> API.</p>"
|
| 9410 | + }, |
| 9411 | + "PendingDeploymentSummary":{ |
| 9412 | + "shape":"PendingDeploymentSummary", |
| 9413 | + "documentation":"<p>Returns the summary of an in-progress deployment. This field is only returned when the endpoint is creating or updating with a new endpoint configuration.</p>" |
9409 | 9414 | }
|
9410 | 9415 | }
|
9411 | 9416 | },
|
@@ -13130,11 +13135,11 @@
|
13130 | 13135 | },
|
13131 | 13136 | "TaskTimeLimitInSeconds":{
|
13132 | 13137 | "shape":"TaskTimeLimitInSeconds",
|
13133 |
| - "documentation":"<p>The amount of time that a worker has to complete a task. </p> <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).</p> <p>If you create a labeling job using a <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html\">built-in task type</a> the maximum for this parameter depends on the task type you use:</p> <ul> <li> <p>For <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html\">image</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html\">text</a> labeling jobs, the maximum is 8 hours (28,800 seconds).</p> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html\">3D point cloud</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html\">video frame</a> labeling jobs, the maximum is 7 days (604,800 seconds). If you want to change these limits, contact Amazon Web Services Support.</p> </li> </ul>" |
| 13138 | + "documentation":"<p>The amount of time that a worker has to complete a task. </p> <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).</p> <p>If you create a labeling job using a <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html\">built-in task type</a> the maximum for this parameter depends on the task type you use:</p> <ul> <li> <p>For <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html\">image</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html\">text</a> labeling jobs, the maximum is 8 hours (28,800 seconds).</p> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html\">3D point cloud</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html\">video frame</a> labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days. If you want to change these limits, contact Amazon Web Services Support.</p> </li> </ul>" |
13134 | 13139 | },
|
13135 | 13140 | "TaskAvailabilityLifetimeInSeconds":{
|
13136 | 13141 | "shape":"TaskAvailabilityLifetimeInSeconds",
|
13137 |
| - "documentation":"<p>The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.</p> <ul> <li> <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).</p> </li> <li> <p>If you choose a private or vendor workforce, the default value is 10 days (864,000 seconds). For most users, the maximum is also 10 days. If you want to change this limit, contact Amazon Web Services Support.</p> </li> </ul>" |
| 13142 | + "documentation":"<p>The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.</p> <ul> <li> <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).</p> </li> <li> <p>If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days. If you want to change this limit, contact Amazon Web Services Support.</p> </li> </ul>" |
13138 | 13143 | },
|
13139 | 13144 | "MaxConcurrentTaskCount":{
|
13140 | 13145 | "shape":"MaxConcurrentTaskCount",
|
|
19595 | 19600 | "type":"list",
|
19596 | 19601 | "member":{"shape":"Parent"}
|
19597 | 19602 | },
|
| 19603 | + "PendingDeploymentSummary":{ |
| 19604 | + "type":"structure", |
| 19605 | + "required":["EndpointConfigName"], |
| 19606 | + "members":{ |
| 19607 | + "EndpointConfigName":{ |
| 19608 | + "shape":"EndpointConfigName", |
| 19609 | + "documentation":"<p>The name of the endpoint configuration used in the deployment. </p>" |
| 19610 | + }, |
| 19611 | + "ProductionVariants":{ |
| 19612 | + "shape":"PendingProductionVariantSummaryList", |
| 19613 | + "documentation":"<p>List of <code>PendingProductionVariantSummary</code> objects.</p>" |
| 19614 | + }, |
| 19615 | + "StartTime":{ |
| 19616 | + "shape":"Timestamp", |
| 19617 | + "documentation":"<p>The start time of the deployment.</p>" |
| 19618 | + } |
| 19619 | + }, |
| 19620 | + "documentation":"<p>The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.</p>" |
| 19621 | + }, |
| 19622 | + "PendingProductionVariantSummary":{ |
| 19623 | + "type":"structure", |
| 19624 | + "required":["VariantName"], |
| 19625 | + "members":{ |
| 19626 | + "VariantName":{ |
| 19627 | + "shape":"VariantName", |
| 19628 | + "documentation":"<p>The name of the variant.</p>" |
| 19629 | + }, |
| 19630 | + "DeployedImages":{ |
| 19631 | + "shape":"DeployedImages", |
| 19632 | + "documentation":"<p>An array of <code>DeployedImage</code> objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this <code>ProductionVariant</code>.</p>" |
| 19633 | + }, |
| 19634 | + "CurrentWeight":{ |
| 19635 | + "shape":"VariantWeight", |
| 19636 | + "documentation":"<p>The weight associated with the variant.</p>" |
| 19637 | + }, |
| 19638 | + "DesiredWeight":{ |
| 19639 | + "shape":"VariantWeight", |
| 19640 | + "documentation":"<p>The requested weight for the variant in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the <code> <a>CreateEndpointConfig</a> </code> operation.</p>" |
| 19641 | + }, |
| 19642 | + "CurrentInstanceCount":{ |
| 19643 | + "shape":"TaskCount", |
| 19644 | + "documentation":"<p>The number of instances associated with the variant.</p>" |
| 19645 | + }, |
| 19646 | + "DesiredInstanceCount":{ |
| 19647 | + "shape":"TaskCount", |
| 19648 | + "documentation":"<p>The number of instances requested in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the <code> <a>CreateEndpointConfig</a> </code> operation.</p>" |
| 19649 | + }, |
| 19650 | + "InstanceType":{ |
| 19651 | + "shape":"ProductionVariantInstanceType", |
| 19652 | + "documentation":"<p>The type of instances associated with the variant.</p>" |
| 19653 | + }, |
| 19654 | + "AcceleratorType":{ |
| 19655 | + "shape":"ProductionVariantAcceleratorType", |
| 19656 | + "documentation":"<p>The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html\">Using Elastic Inference in Amazon SageMaker</a>.</p>" |
| 19657 | + }, |
| 19658 | + "VariantStatus":{ |
| 19659 | + "shape":"ProductionVariantStatusList", |
| 19660 | + "documentation":"<p>The endpoint variant status which describes the current deployment stage status or operational status.</p>" |
| 19661 | + } |
| 19662 | + }, |
| 19663 | + "documentation":"<p>The production variant summary for a deployment when an endpoint is creating or updating with the <code> <a>CreateEndpoint</a> </code> or <code> <a>UpdateEndpoint</a> </code> operations. Describes the <code>VariantStatus </code>, weight and capacity for a production variant associated with an endpoint. </p>" |
| 19664 | + }, |
| 19665 | + "PendingProductionVariantSummaryList":{ |
| 19666 | + "type":"list", |
| 19667 | + "member":{"shape":"PendingProductionVariantSummary"}, |
| 19668 | + "min":1 |
| 19669 | + }, |
19598 | 19670 | "Pipeline":{
|
19599 | 19671 | "type":"structure",
|
19600 | 19672 | "members":{
|
|
20563 | 20635 | "max":10,
|
20564 | 20636 | "min":1
|
20565 | 20637 | },
|
| 20638 | + "ProductionVariantStatus":{ |
| 20639 | + "type":"structure", |
| 20640 | + "required":["Status"], |
| 20641 | + "members":{ |
| 20642 | + "Status":{ |
| 20643 | + "shape":"VariantStatus", |
| 20644 | + "documentation":"<p>The endpoint variant status which describes the current deployment stage status or operational status.</p> <ul> <li> <p> <code>Creating</code>: Creating inference resources for the production variant.</p> </li> <li> <p> <code>Deleting</code>: Terminating inference resources for the production variant.</p> </li> <li> <p> <code>Updating</code>: Updating capacity for the production variant.</p> </li> <li> <p> <code>ActivatingTraffic</code>: Turning on traffic for the production variant.</p> </li> <li> <p> <code>Baking</code>: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.</p> </li> </ul>" |
| 20645 | + }, |
| 20646 | + "StatusMessage":{ |
| 20647 | + "shape":"VariantStatusMessage", |
| 20648 | + "documentation":"<p>A message that describes the status of the production variant.</p>" |
| 20649 | + }, |
| 20650 | + "StartTime":{ |
| 20651 | + "shape":"Timestamp", |
| 20652 | + "documentation":"<p>The start time of the current status change.</p>" |
| 20653 | + } |
| 20654 | + }, |
| 20655 | + "documentation":"<p>Describes the status of the production variant.</p>" |
| 20656 | + }, |
| 20657 | + "ProductionVariantStatusList":{ |
| 20658 | + "type":"list", |
| 20659 | + "member":{"shape":"ProductionVariantStatus"}, |
| 20660 | + "max":5, |
| 20661 | + "min":0 |
| 20662 | + }, |
20566 | 20663 | "ProductionVariantSummary":{
|
20567 | 20664 | "type":"structure",
|
20568 | 20665 | "required":["VariantName"],
|
|
20590 | 20687 | "DesiredInstanceCount":{
|
20591 | 20688 | "shape":"TaskCount",
|
20592 | 20689 | "documentation":"<p>The number of instances requested in the <code>UpdateEndpointWeightsAndCapacities</code> request. </p>"
|
| 20690 | + }, |
| 20691 | + "VariantStatus":{ |
| 20692 | + "shape":"ProductionVariantStatusList", |
| 20693 | + "documentation":"<p>The endpoint variant status which describes the current deployment stage status or operational status.</p>" |
20593 | 20694 | }
|
20594 | 20695 | },
|
20595 | 20696 | "documentation":"<p>Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the <code>UpdateEndpointWeightsAndCapacities</code> API and the endpoint status is <code>Updating</code>, you get different desired and current values. </p>"
|
@@ -22675,24 +22776,29 @@
|
22675 | 22776 | "members":{
|
22676 | 22777 | "Type":{
|
22677 | 22778 | "shape":"TrafficRoutingConfigType",
|
22678 |
| - "documentation":"<p/>" |
| 22779 | + "documentation":"<p>Traffic routing strategy type.</p> <ul> <li> <p> <code>ALL_AT_ONCE</code>: Endpoint traffic shifts to the new fleet in a single step. </p> </li> <li> <p> <code>CANARY</code>: Endpoint traffic shifts to the new fleet in two steps. The first step is the canary, which is a small portion of the traffic. The second step is the remainder of the traffic. </p> </li> <li> <p> <code>LINEAR</code>: Endpoint traffic shifts to the new fleet in n steps of a configurable size. </p> </li> </ul>" |
22679 | 22780 | },
|
22680 | 22781 | "WaitIntervalInSeconds":{
|
22681 | 22782 | "shape":"WaitIntervalInSeconds",
|
22682 |
| - "documentation":"<p/>" |
| 22783 | + "documentation":"<p>The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet.</p>" |
22683 | 22784 | },
|
22684 | 22785 | "CanarySize":{
|
22685 | 22786 | "shape":"CapacitySize",
|
22686 |
| - "documentation":"<p/>" |
| 22787 | + "documentation":"<p>Batch size for the first step to turn on traffic on the new endpoint fleet. <code>Value</code> must be less than or equal to 50% of the variant's total instance count.</p>" |
| 22788 | + }, |
| 22789 | + "LinearStepSize":{ |
| 22790 | + "shape":"CapacitySize", |
| 22791 | + "documentation":"<p>Batch size for each step to turn on traffic on the new endpoint fleet. <code>Value</code> must be 10-50% of the variant's total instance count.</p>" |
22687 | 22792 | }
|
22688 | 22793 | },
|
22689 |
| - "documentation":"<p>Currently, the <code>TrafficRoutingConfig</code> API is not supported.</p>" |
| 22794 | + "documentation":"<p>Defines the traffic routing strategy during an endpoint deployment to shift traffic from the old fleet to the new fleet.</p>" |
22690 | 22795 | },
|
22691 | 22796 | "TrafficRoutingConfigType":{
|
22692 | 22797 | "type":"string",
|
22693 | 22798 | "enum":[
|
22694 | 22799 | "ALL_AT_ONCE",
|
22695 |
| - "CANARY" |
| 22800 | + "CANARY", |
| 22801 | + "LINEAR" |
22696 | 22802 | ]
|
22697 | 22803 | },
|
22698 | 22804 | "TrainingEnvironmentKey":{
|
|
24204 | 24310 | },
|
24205 | 24311 | "DeploymentConfig":{
|
24206 | 24312 | "shape":"DeploymentConfig",
|
24207 |
| - "documentation":"<p>The deployment configuration for the endpoint to be updated.</p>" |
| 24313 | + "documentation":"<p>The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.</p>" |
| 24314 | + }, |
| 24315 | + "RetainDeploymentConfig":{ |
| 24316 | + "shape":"Boolean", |
| 24317 | + "documentation":"<p>Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).</p>" |
24208 | 24318 | }
|
24209 | 24319 | }
|
24210 | 24320 | },
|
|
24900 | 25010 | "DataCaptureConfig"
|
24901 | 25011 | ]
|
24902 | 25012 | },
|
| 25013 | + "VariantStatus":{ |
| 25014 | + "type":"string", |
| 25015 | + "enum":[ |
| 25016 | + "Creating", |
| 25017 | + "Updating", |
| 25018 | + "Deleting", |
| 25019 | + "ActivatingTraffic", |
| 25020 | + "Baking" |
| 25021 | + ] |
| 25022 | + }, |
| 25023 | + "VariantStatusMessage":{ |
| 25024 | + "type":"string", |
| 25025 | + "max":1024 |
| 25026 | + }, |
24903 | 25027 | "VariantWeight":{
|
24904 | 25028 | "type":"float",
|
24905 | 25029 | "min":0
|
|
0 commit comments