Class: Aws::SageMaker::Types::DescribeEndpointConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEndpointConfigInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeEndpointConfigInput data as a hash:
{
endpoint_config_name: "EndpointConfigName", # required
}
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ String
The name of the endpoint configuration.
Instance Attribute Details
#endpoint_config_name ⇒ String
The name of the endpoint configuration.
6615 6616 6617 6618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6615 class DescribeEndpointConfigInput < Struct.new( :endpoint_config_name) include Aws::Structure end |