Class: Aws::SageMaker::Types::ProductionVariantStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProductionVariantStatus
- Includes:
- Aws::Structure
- Defined in:
- 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.
37654 37655 37656 37657 37658 37659 37660 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37654 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.
37654 37655 37656 37657 37658 37659 37660 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37654 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.
37654 37655 37656 37657 37658 37659 37660 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37654 class ProductionVariantStatus < Struct.new( :status, :status_message, :start_time) SENSITIVE = [] include Aws::Structure end |