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.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def ai_workload_config_name @ai_workload_config_name end |
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def ai_workload_configs @ai_workload_configs end |
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def dataset_config @dataset_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def @tags end |