Class: Aws::CleanRoomsML::Types::GetTrainingDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time at which the training dataset was created.

Returns:

  • (Time)


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

#descriptionString

The description of the training dataset.

Returns:

  • (String)


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

#nameString

The name of the training dataset.

Returns:

  • (String)


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_arnString

The IAM role used to read the training data.

Returns:

  • (String)


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

#statusString

The status of the training dataset.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags that are assigned to this training dataset.

Returns:

  • (Hash<String,String>)


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_dataArray<Types::Dataset>

Metadata about the requested training data.

Returns:



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_arnString

The Amazon Resource Name (ARN) of the training dataset.

Returns:

  • (String)


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_timeTime

The most recent time at which the training dataset was updated.

Returns:

  • (Time)


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