Class: Aws::Types::CreateAIWorkloadConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIWorkloadConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
-
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
-
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def ai_workload_config_name @ai_workload_config_name end |
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def ai_workload_configs @ai_workload_configs end |
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def dataset_config @dataset_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def end |