You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeEndpointConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEndpointConfigOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
-
#data_capture_config ⇒ Types::DataCaptureConfig
.
-
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
-
#endpoint_config_name ⇒ String
Name of the Amazon SageMaker endpoint configuration.
-
#kms_key_id ⇒ String
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
-
#production_variants ⇒ Array<Types::ProductionVariant>
An array of
ProductionVariant
objects, one for each model that you want to host at this endpoint.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
#data_capture_config ⇒ Types::DataCaptureConfig
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
#endpoint_config_name ⇒ String
Name of the Amazon SageMaker endpoint configuration.
#kms_key_id ⇒ String
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
#production_variants ⇒ Array<Types::ProductionVariant>
An array of ProductionVariant
objects, one for each model that you
want to host at this endpoint.