Class: Aws::SageMaker::Types::CreateEndpointConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEndpointConfigOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
Instance Attribute Details
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
6609 6610 6611 6612 6613 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6609 class CreateEndpointConfigOutput < Struct.new( :endpoint_config_arn) SENSITIVE = [] include Aws::Structure end |