Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
-
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_source ⇒ Types::DatasetSource
Returns the value of attribute dataset_source.
227 228 229 |
# File 'sig/types.rbs', line 227 def dataset_source @dataset_source end |
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
228 229 230 |
# File 'sig/types.rbs', line 228 def dataset_type @dataset_type end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
229 230 231 |
# File 'sig/types.rbs', line 229 def project_arn @project_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
230 231 232 |
# File 'sig/types.rbs', line 230 def end |