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)


12984
12985
12986
12987
12988
# File 'lib/aws-sdk-sagemaker/types.rb', line 12984

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