Class: Aws::SageMaker::Types::ModelLifeCycle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A structure describing the current state of the model in its life cycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stageString

The current stage in the model life cycle.

Returns:

  • (String)


34353
34354
34355
34356
34357
34358
34359
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34353

class ModelLifeCycle < Struct.new(
  :stage,
  :stage_status,
  :stage_description)
  SENSITIVE = []
  include Aws::Structure
end

#stage_descriptionString

Describes the stage related details.

Returns:

  • (String)


34353
34354
34355
34356
34357
34358
34359
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34353

class ModelLifeCycle < Struct.new(
  :stage,
  :stage_status,
  :stage_description)
  SENSITIVE = []
  include Aws::Structure
end

#stage_statusString

The current status of a stage in model life cycle.

Returns:

  • (String)


34353
34354
34355
34356
34357
34358
34359
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34353

class ModelLifeCycle < Struct.new(
  :stage,
  :stage_status,
  :stage_description)
  SENSITIVE = []
  include Aws::Structure
end