Class: Aws::SageMaker::Types::ModelLifeCycle
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelLifeCycle
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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
- 
  
    
      #stage  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current stage in the model life cycle.
 - 
  
    
      #stage_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the stage related details.
 - 
  
    
      #stage_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of a stage in model life cycle.
 
Instance Attribute Details
#stage ⇒ String
The current stage in the model life cycle.
      34364 34365 34366 34367 34368 34369 34370  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34364 class ModelLifeCycle < Struct.new( :stage, :stage_status, :stage_description) SENSITIVE = [] include Aws::Structure end  | 
  
#stage_description ⇒ String
Describes the stage related details.
      34364 34365 34366 34367 34368 34369 34370  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34364 class ModelLifeCycle < Struct.new( :stage, :stage_status, :stage_description) SENSITIVE = [] include Aws::Structure end  | 
  
#stage_status ⇒ String
The current status of a stage in model life cycle.
      34364 34365 34366 34367 34368 34369 34370  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34364 class ModelLifeCycle < Struct.new( :stage, :stage_status, :stage_description) SENSITIVE = [] include Aws::Structure end  |