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.
7018 7019 7020 7021 7022 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7018 class CreateEndpointConfigOutput < Struct.new( :endpoint_config_arn) SENSITIVE = [] include Aws::Structure end |