Class: Aws::Comprehend::Types::FlywheelProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

The flywheel properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_arnString

The Amazon Resource Number (ARN) of the active model version.

Returns:

  • (String)


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_timeTime

Creation time of the flywheel.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

Returns:

  • (String)


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_uriString

Amazon S3 URI of the data lake location.

Returns:

  • (String)


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_configTypes::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_arnString

The Amazon Resource Number (ARN) of the flywheel.

Returns:

  • (String)


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_timeTime

Last modified time for the flywheel.

Returns:

  • (Time)


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_iterationString

The most recent flywheel iteration.

Returns:

  • (String)


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

#messageString

A description of the status of the flywheel.

Returns:

  • (String)


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_typeString

Model type of the flywheel’s model.

Returns:

  • (String)


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

#statusString

The status of the flywheel.

Returns:

  • (String)


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_configTypes::TaskConfig

Configuration about the model associated with a flywheel.

Returns:



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