Class: Aws::CleanRoomsML::Types::TrainingDatasetSummary

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

Overview

Provides information about the training dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time at which the training dataset was created.

Returns:

  • (Time)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

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

#descriptionString

The description of the training dataset.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

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

#nameString

The name of the training dataset.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

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

#statusString

The status of the training dataset.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

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

#training_dataset_arnString

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

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

class TrainingDatasetSummary < Struct.new(
  :create_time,
  :description,
  :name,
  :status,
  :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)


1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1767

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