Class: Aws::Comprehend::Types::FlywheelSummary

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

Overview

Flywheel summary information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_arnString

ARN of the active model version for the flywheel.

Returns:

  • (String)


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_timeTime

Creation time of the flywheel.

Returns:

  • (Time)


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_uriString

Amazon S3 URI of the data lake location.

Returns:

  • (String)


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_arnString

The Amazon Resource Number (ARN) of the flywheel

Returns:

  • (String)


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_timeTime

Last modified time for the flywheel.

Returns:

  • (Time)


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_iterationString

The most recent flywheel iteration.

Returns:

  • (String)


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

#messageString

A description of the status of the flywheel.

Returns:

  • (String)


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_typeString

Model type of the flywheel’s model.

Returns:

  • (String)


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

#statusString

The status of the flywheel.

Returns:

  • (String)


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