Class: Aws::SageMaker::Types::CreateAIWorkloadConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_workload_config_arnString

The Amazon Resource Name (ARN) of the created AI workload configuration.

Returns:

  • (String)


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