#[non_exhaustive]pub struct DescribeEndpointConfigOutput { /* private fields */ }
Implementations§
source§impl DescribeEndpointConfigOutput
impl DescribeEndpointConfigOutput
sourcepub fn endpoint_config_name(&self) -> Option<&str>
pub fn endpoint_config_name(&self) -> Option<&str>
Name of the SageMaker endpoint configuration.
sourcepub fn endpoint_config_arn(&self) -> Option<&str>
pub fn endpoint_config_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint configuration.
sourcepub fn production_variants(&self) -> Option<&[ProductionVariant]>
pub fn production_variants(&self) -> Option<&[ProductionVariant]>
An array of ProductionVariant
objects, one for each model that you want to host at this endpoint.
sourcepub fn data_capture_config(&self) -> Option<&DataCaptureConfig>
pub fn data_capture_config(&self) -> Option<&DataCaptureConfig>
Configuration to control how SageMaker captures inference data.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&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.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
A timestamp that shows when the endpoint configuration was created.
sourcepub fn async_inference_config(&self) -> Option<&AsyncInferenceConfig>
pub fn async_inference_config(&self) -> Option<&AsyncInferenceConfig>
Returns the description of an endpoint configuration created using the CreateEndpointConfig
API.
sourcepub fn explainer_config(&self) -> Option<&ExplainerConfig>
pub fn explainer_config(&self) -> Option<&ExplainerConfig>
The configuration parameters for an explainer.
sourcepub fn shadow_production_variants(&self) -> Option<&[ProductionVariant]>
pub fn shadow_production_variants(&self) -> Option<&[ProductionVariant]>
An array of ProductionVariant
objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants
.
source§impl DescribeEndpointConfigOutput
impl DescribeEndpointConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEndpointConfigOutput
.
Trait Implementations§
source§impl Clone for DescribeEndpointConfigOutput
impl Clone for DescribeEndpointConfigOutput
source§fn clone(&self) -> DescribeEndpointConfigOutput
fn clone(&self) -> DescribeEndpointConfigOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeEndpointConfigOutput
impl Debug for DescribeEndpointConfigOutput
source§impl PartialEq<DescribeEndpointConfigOutput> for DescribeEndpointConfigOutput
impl PartialEq<DescribeEndpointConfigOutput> for DescribeEndpointConfigOutput
source§fn eq(&self, other: &DescribeEndpointConfigOutput) -> bool
fn eq(&self, other: &DescribeEndpointConfigOutput) -> bool
self
and other
values to be equal, and is used
by ==
.