Class: Aws::Types::DatasetMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DatasetMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#status_message_code ⇒ "SUCCESS", ...
Returns the value of attribute status_message_code.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
363 364 365 |
# File 'sig/types.rbs', line 363 def @creation_timestamp end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
365 366 367 |
# File 'sig/types.rbs', line 365 def dataset_arn @dataset_arn end |
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
364 365 366 |
# File 'sig/types.rbs', line 364 def dataset_type @dataset_type end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
366 367 368 |
# File 'sig/types.rbs', line 366 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
367 368 369 |
# File 'sig/types.rbs', line 367 def @status_message end |
#status_message_code ⇒ "SUCCESS", ...
Returns the value of attribute status_message_code.
368 369 370 |
# File 'sig/types.rbs', line 368 def @status_message_code end |