Class: Aws::SageMaker::Types::CreateAIWorkloadConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAIWorkloadConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the created AI workload configuration.
Instance Attribute Details
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the created AI workload configuration.
8688 8689 8690 8691 8692 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8688 class CreateAIWorkloadConfigResponse < Struct.new( :ai_workload_config_arn) SENSITIVE = [] include Aws::Structure end |