Class: Aws::Types::CreateTrainingDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrainingDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_data ⇒ ::Array[Types::Dataset]
Returns the value of attribute training_data.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
383 384 385 |
# File 'sig/types.rbs', line 383 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
379 380 381 |
# File 'sig/types.rbs', line 379 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
382 383 384 |
# File 'sig/types.rbs', line 382 def @tags end |
#training_data ⇒ ::Array[Types::Dataset]
Returns the value of attribute training_data.
381 382 383 |
# File 'sig/types.rbs', line 381 def training_data @training_data end |