Struct aws_sdk_sagemaker::model::Endpoint
source · #[non_exhaustive]pub struct Endpoint { /* private fields */ }
Expand description
A hosted endpoint for real-time inference.
Implementations§
source§impl Endpoint
impl Endpoint
sourcepub fn endpoint_name(&self) -> Option<&str>
pub fn endpoint_name(&self) -> Option<&str>
The name of the endpoint.
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint.
sourcepub fn endpoint_config_name(&self) -> Option<&str>
pub fn endpoint_config_name(&self) -> Option<&str>
The endpoint configuration associated with the endpoint.
sourcepub fn production_variants(&self) -> Option<&[ProductionVariantSummary]>
pub fn production_variants(&self) -> Option<&[ProductionVariantSummary]>
A list of the production variants hosted on the endpoint. Each production variant is a model.
sourcepub fn data_capture_config(&self) -> Option<&DataCaptureConfigSummary>
pub fn data_capture_config(&self) -> Option<&DataCaptureConfigSummary>
The currently active data capture configuration used by your Endpoint.
sourcepub fn endpoint_status(&self) -> Option<&EndpointStatus>
pub fn endpoint_status(&self) -> Option<&EndpointStatus>
The status of the endpoint.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the endpoint failed, the reason it failed.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time that the endpoint was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The last time the endpoint was modified.
sourcepub fn monitoring_schedules(&self) -> Option<&[MonitoringSchedule]>
pub fn monitoring_schedules(&self) -> Option<&[MonitoringSchedule]>
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
sourcepub fn shadow_production_variants(&self) -> Option<&[ProductionVariantSummary]>
pub fn shadow_production_variants(&self) -> Option<&[ProductionVariantSummary]>
A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.