Class: Aws::Types::TrainingDatasetSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrainingDatasetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
-
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def name @name end |
#status ⇒ "ACTIVE"
Returns the value of attribute status.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def status @status end |
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def training_dataset_arn @training_dataset_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def update_time @update_time end |