Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#input_data_config ⇒ Types::DatasetInputDataConfig
Returns the value of attribute input_data_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
234 235 236 |
# File 'sig/types.rbs', line 234 def client_request_token @client_request_token end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
230 231 232 |
# File 'sig/types.rbs', line 230 def dataset_name @dataset_name end |
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
231 232 233 |
# File 'sig/types.rbs', line 231 def dataset_type @dataset_type end |
#description ⇒ ::String
Returns the value of attribute description.
232 233 234 |
# File 'sig/types.rbs', line 232 def description @description end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
229 230 231 |
# File 'sig/types.rbs', line 229 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::DatasetInputDataConfig
Returns the value of attribute input_data_config.
233 234 235 |
# File 'sig/types.rbs', line 233 def input_data_config @input_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
235 236 237 |
# File 'sig/types.rbs', line 235 def end |