NAME
Paws::SageMaker::DescribeEndpointConfigOutput
ATTRIBUTES
REQUIRED CreationTime => Str
A timestamp that shows when the endpoint configuration was created.
DataCaptureConfig => Paws::SageMaker::DataCaptureConfig
REQUIRED EndpointConfigArn => Str
The Amazon Resource Name (ARN) of the endpoint configuration.
REQUIRED EndpointConfigName => Str
Name of the Amazon SageMaker endpoint configuration.
KmsKeyId => Str
Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
REQUIRED ProductionVariants => ArrayRef[Paws::SageMaker::ProductionVariant]
An array of ProductionVariant
objects, one for each model that you want to host at this endpoint.