Class: Aws::SageMaker::Types::DescribeEndpointInput

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

Overview

Note:

When making an API call, you may pass DescribeEndpointInput data as a hash:

{
  endpoint_name: "EndpointName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the endpoint.

Returns:

  • (String)


6670
6671
6672
6673
# File 'lib/aws-sdk-sagemaker/types.rb', line 6670

class DescribeEndpointInput < Struct.new(
  :endpoint_name)
  include Aws::Structure
end