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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/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)


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

#descriptionString

The description of the training dataset.

Returns:

  • (String)


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

#nameString

The name of the training dataset.

Returns:

  • (String)


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_arnString

The IAM role used to read the training data.

Returns:

  • (String)


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

#statusString

The status of the training dataset.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags that are assigned to this training dataset.

Returns:

  • (Hash<String,String>)


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

Metadata about the requested training data.

Returns:



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_arnString

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

Returns:

  • (String)


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_timeTime

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

Returns:

  • (Time)


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