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)


13859
13860
13861
13862
13863
# File 'lib/aws-sdk-sagemaker/types.rb', line 13859

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