Struct aws_sdk_sagemaker::model::PendingDeploymentSummary
source ·
[−]#[non_exhaustive]pub struct PendingDeploymentSummary {
pub endpoint_config_name: Option<String>,
pub production_variants: Option<Vec<PendingProductionVariantSummary>>,
pub start_time: Option<DateTime>,
}
Expand description
The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.endpoint_config_name: Option<String>
The name of the endpoint configuration used in the deployment.
production_variants: Option<Vec<PendingProductionVariantSummary>>
List of PendingProductionVariantSummary
objects.
start_time: Option<DateTime>
The start time of the deployment.
Implementations
The name of the endpoint configuration used in the deployment.
List of PendingProductionVariantSummary
objects.
The start time of the deployment.
Creates a new builder-style object to manufacture PendingDeploymentSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PendingDeploymentSummary
impl Send for PendingDeploymentSummary
impl Sync for PendingDeploymentSummary
impl Unpin for PendingDeploymentSummary
impl UnwindSafe for PendingDeploymentSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more