Class: Aws::SageMaker::Types::CreateEndpointConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEndpointConfigOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
5344 5345 5346 5347 5348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5344 class CreateEndpointConfigOutput < Struct.new( :endpoint_config_arn) SENSITIVE = [] include Aws::Structure end |