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

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

Instance Attribute Details

#start_timeTime

The start time of the current status change.

Returns:

  • (Time)


35573
35574
35575
35576
35577
35578
35579
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35573

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)


35573
35574
35575
35576
35577
35578
35579
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35573

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)


35573
35574
35575
35576
35577
35578
35579
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35573

class ProductionVariantStatus < Struct.new(
  :status,
  :status_message,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end