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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the endpoint.

Returns:

  • (String)


12989
12990
12991
12992
12993
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12989

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