Class: Aws::SageMaker::Types::DescribeEndpointConfigInput

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

#endpoint_config_nameString

The name of the endpoint configuration.

Returns:

  • (String)


12970
12971
12972
12973
12974
# File 'lib/aws-sdk-sagemaker/types.rb', line 12970

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