Class: Aws::Comprehend::Types::FlywheelIterationProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::FlywheelIterationProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
The configuration properties of a flywheel iteration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation start time of the flywheel iteration.
 - 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The completion time of this flywheel iteration.
 - 
  
    
      #evaluated_model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the evaluated model associated with this flywheel iteration.
 - 
  
    
      #evaluated_model_metrics  ⇒ Types::FlywheelModelEvaluationMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The evaluation metrics associated with the evaluated model.
 - #evaluation_manifest_s3_prefix ⇒ String
 - #flywheel_arn ⇒ String
 - #flywheel_iteration_id ⇒ String
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the status of the flywheel iteration.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flywheel iteration.
 - 
  
    
      #trained_model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the trained model associated with this flywheel iteration.
 - 
  
    
      #trained_model_metrics  ⇒ Types::FlywheelModelEvaluationMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metrics associated with the trained model.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation start time of the flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
The completion time of this flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluated_model_arn ⇒ String
The ARN of the evaluated model associated with this flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluated_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
The evaluation metrics associated with the evaluated model.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_manifest_s3_prefix ⇒ String
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#flywheel_arn ⇒ String
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#flywheel_iteration_id ⇒ String
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A description of the status of the flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#trained_model_arn ⇒ String
The ARN of the trained model associated with this flywheel iteration.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#trained_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
The metrics associated with the trained model.
      4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 4711 class FlywheelIterationProperties < Struct.new( :flywheel_arn, :flywheel_iteration_id, :creation_time, :end_time, :status, :message, :evaluated_model_arn, :evaluated_model_metrics, :trained_model_arn, :trained_model_metrics, :evaluation_manifest_s3_prefix) SENSITIVE = [] include Aws::Structure end  |