Module: Aws::CleanRoomsML::Client::_GetTrainingDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTrainingDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "ACTIVE"
- #tags ⇒ ::Hash[::String, ::String]
- #training_data ⇒ ::Array[Types::Dataset]
- #training_dataset_arn ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#create_time ⇒ ::Time
694 |
# File 'sig/client.rbs', line 694
def create_time: () -> ::Time
|
#description ⇒ ::String
702 |
# File 'sig/client.rbs', line 702
def description: () -> ::String
|
#name ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def name: () -> ::String
|
#role_arn ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def role_arn: () -> ::String
|
#status ⇒ "ACTIVE"
699 |
# File 'sig/client.rbs', line 699
def status: () -> ("ACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
701 |
# File 'sig/client.rbs', line 701
def tags: () -> ::Hash[::String, ::String]
|
#training_data ⇒ ::Array[Types::Dataset]
698 |
# File 'sig/client.rbs', line 698
def training_data: () -> ::Array[Types::Dataset]
|
#training_dataset_arn ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def training_dataset_arn: () -> ::String
|
#update_time ⇒ ::Time
695 |
# File 'sig/client.rbs', line 695
def update_time: () -> ::Time
|