Class: Aws::Comprehend::Types::FlywheelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::FlywheelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Flywheel summary information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_model_arn ⇒ String
ARN of the active model version for the flywheel.
-
#creation_time ⇒ Time
Creation time of the flywheel.
-
#data_lake_s3_uri ⇒ String
Amazon S3 URI of the data lake location.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
-
#last_modified_time ⇒ Time
Last modified time for the flywheel.
-
#latest_flywheel_iteration ⇒ String
The most recent flywheel iteration.
-
#message ⇒ String
A description of the status of the flywheel.
-
#model_type ⇒ String
Model type of the flywheel’s model.
-
#status ⇒ String
The status of the flywheel.
Instance Attribute Details
#active_model_arn ⇒ String
ARN of the active model version for the flywheel.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Creation time of the flywheel.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#data_lake_s3_uri ⇒ String
Amazon S3 URI of the data lake location.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Last modified time for the flywheel.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#latest_flywheel_iteration ⇒ String
The most recent flywheel iteration.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the status of the flywheel.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
Model type of the flywheel’s model.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flywheel.
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4922 class FlywheelSummary < Struct.new( :flywheel_arn, :active_model_arn, :data_lake_s3_uri, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |