Class: Aws::Types::GetTrainingDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrainingDatasetResponse
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_data ⇒ ::Array[Types::Dataset]
Returns the value of attribute training_data.
-
#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.
796 797 798 |
# File 'sig/types.rbs', line 796 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
804 805 806 |
# File 'sig/types.rbs', line 804 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
799 800 801 |
# File 'sig/types.rbs', line 799 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
802 803 804 |
# File 'sig/types.rbs', line 802 def role_arn @role_arn end |
#status ⇒ "ACTIVE"
Returns the value of attribute status.
801 802 803 |
# File 'sig/types.rbs', line 801 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
803 804 805 |
# File 'sig/types.rbs', line 803 def @tags end |
#training_data ⇒ ::Array[Types::Dataset]
Returns the value of attribute training_data.
800 801 802 |
# File 'sig/types.rbs', line 800 def training_data @training_data end |
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
798 799 800 |
# File 'sig/types.rbs', line 798 def training_dataset_arn @training_dataset_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
797 798 799 |
# File 'sig/types.rbs', line 797 def update_time @update_time end |