Class: Aws::SageMaker::Types::DescribeEndpointConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEndpointConfigInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
14703 14704 14705 14706 14707 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703 class DescribeEndpointConfigInput < Struct.new( :endpoint_config_name) SENSITIVE = [] include Aws::Structure end |