Class: Aws::CleanRoomsML::Types::GetTrainingDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainingDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The time at which the training dataset was created.
-
#description ⇒ String
The description of the training dataset.
-
#name ⇒ String
The name of the training dataset.
-
#role_arn ⇒ String
The IAM role used to read the training data.
-
#status ⇒ String
The status of the training dataset.
-
#tags ⇒ Hash<String,String>
The tags that are assigned to this training dataset.
-
#training_data ⇒ Array<Types::Dataset>
Metadata about the requested training data.
-
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset.
-
#update_time ⇒ Time
The most recent time at which the training dataset was updated.
Instance Attribute Details
#create_time ⇒ Time
The time at which the training dataset was created.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the training dataset.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the training dataset.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role used to read the training data.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the training dataset.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that are assigned to this training dataset.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#training_data ⇒ Array<Types::Dataset>
Metadata about the requested training data.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the training dataset was updated.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3276 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |