Class: Aws::SageMaker::Types::DeleteAIWorkloadConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIWorkloadConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_workload_config_name ⇒ String
The name of the AI workload configuration to delete.
Instance Attribute Details
#ai_workload_config_name ⇒ String
The name of the AI workload configuration to delete.
15310 15311 15312 15313 15314 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15310 class DeleteAIWorkloadConfigRequest < Struct.new( :ai_workload_config_name) SENSITIVE = [] include Aws::Structure end |