Class: Aws::Comprehend::Types::FlywheelProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::FlywheelProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The flywheel properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_model_arn ⇒ String
The Amazon Resource Number (ARN) of the active model version.
-
#creation_time ⇒ Time
Creation time of the flywheel.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
-
#data_lake_s3_uri ⇒ String
Amazon S3 URI of the data lake location.
-
#data_security_config ⇒ Types::DataSecurityConfig
Data security configuration.
-
#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.
-
#task_config ⇒ Types::TaskConfig
Configuration about the model associated with a flywheel.
Instance Attribute Details
#active_model_arn ⇒ String
The Amazon Resource Number (ARN) of the active model version.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#data_security_config ⇒ Types::DataSecurityConfig
Data security configuration.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :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.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flywheel.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |
#task_config ⇒ Types::TaskConfig
Configuration about the model associated with a flywheel.
4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4865 class FlywheelProperties < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :task_config, :data_lake_s3_uri, :data_security_config, :status, :model_type, :message, :creation_time, :last_modified_time, :latest_flywheel_iteration) SENSITIVE = [] include Aws::Structure end |