Class: Aws::SageMaker::Types::EndpointConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointConfigSummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
19774 19775 19776 19777 19778 19779 19780 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19774 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.
19774 19775 19776 19777 19778 19779 19780 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19774 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.
19774 19775 19776 19777 19778 19779 19780 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19774 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |