Class: Aws::SageMaker::Types::CreateAIWorkloadConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAIWorkloadConfigResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
8717 8718 8719 8720 8721 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8717 class CreateAIWorkloadConfigResponse < Struct.new( :ai_workload_config_arn) SENSITIVE = [] include Aws::Structure end |