Class: Aws::SageMaker::Types::EndpointConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointConfigSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information for an endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
-
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
-
#endpoint_config_name ⇒ String
The name of the endpoint configuration.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
20814 20815 20816 20817 20818 20819 20820 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20814 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
20814 20815 20816 20817 20818 20819 20820 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20814 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#endpoint_config_name ⇒ String
The name of the endpoint configuration.
20814 20815 20816 20817 20818 20819 20820 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20814 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |