Class: Aws::SageMaker::Types::ProductionVariantStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProductionVariantStatus
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Describes the status of the production variant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ Time
The start time of the current status change.
-
#status ⇒ String
The endpoint variant status which describes the current deployment stage status or operational status.
-
#status_message ⇒ String
A message that describes the status of the production variant.
Instance Attribute Details
#start_time ⇒ Time
The start time of the current status change.
37756 37757 37758 37759 37760 37761 37762 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37756 class ProductionVariantStatus < Struct.new( :status, :status_message, :start_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The endpoint variant status which describes the current deployment stage status or operational status.
Creating
: Creating inference resources for the production variant.Deleting
: Terminating inference resources for the production variant.Updating
: Updating capacity for the production variant.ActivatingTraffic
: Turning on traffic for the production variant.Baking
: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
37756 37757 37758 37759 37760 37761 37762 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37756 class ProductionVariantStatus < Struct.new( :status, :status_message, :start_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message that describes the status of the production variant.
37756 37757 37758 37759 37760 37761 37762 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37756 class ProductionVariantStatus < Struct.new( :status, :status_message, :start_time) SENSITIVE = [] include Aws::Structure end |