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)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the training dataset.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the training dataset.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role used to read the training data.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the training dataset.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are assigned to this training dataset.

Returns:

  • (Hash<String,String>)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_dataArray<Types::Dataset>

Metadata about the requested training data.

Returns:



1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_dataset_arnString

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

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1180

class GetTrainingDatasetResponse < Struct.new(
  :create_time,
  :description,
  :name,
  :role_arn,
  :status,
  :tags,
  :training_data,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end