Class: Aws::CleanRoomsML::Types::GetTrainingDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainingDatasetResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 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.
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3427 class GetTrainingDatasetResponse < Struct.new( :create_time, :update_time, :training_dataset_arn, :name, :training_data, :status, :role_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |