Class: Aws::SageMaker::Types::DescribeEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEndpointInput
- 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
-
#endpoint_name ⇒ String
The name of the endpoint.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint.
6670 6671 6672 6673 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6670 class DescribeEndpointInput < Struct.new( :endpoint_name) include Aws::Structure end |