Class: Aws::SageMaker::Types::ProductionVariantStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#start_timeTime

The start time of the current status change.

Returns:

  • (Time)


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

#statusString

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.

Returns:

  • (String)


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_messageString

A message that describes the status of the production variant.

Returns:

  • (String)


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