Class: Aws::SageMaker::Types::DescribeAIWorkloadConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAIWorkloadConfigRequest
- 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 describe.
Instance Attribute Details
#ai_workload_config_name ⇒ String
The name of the AI workload configuration to describe.
16775 16776 16777 16778 16779 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16775 class DescribeAIWorkloadConfigRequest < Struct.new( :ai_workload_config_name) SENSITIVE = [] include Aws::Structure end |