Class: Aws::SageMaker::Types::DescribeAIWorkloadConfigRequest

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_nameString

The name of the AI workload configuration to describe.

Returns:

  • (String)


17009
17010
17011
17012
17013
# File 'lib/aws-sdk-sagemaker/types.rb', line 17009

class DescribeAIWorkloadConfigRequest < Struct.new(
  :ai_workload_config_name)
  SENSITIVE = []
  include Aws::Structure
end