Struct aws_sdk_sagemaker::types::ModelDeployResult
source · #[non_exhaustive]pub struct ModelDeployResult { /* private fields */ }
Expand description
Provides information about the endpoint of the model deployment.
Implementations§
source§impl ModelDeployResult
impl ModelDeployResult
sourcepub fn endpoint_name(&self) -> Option<&str>
pub fn endpoint_name(&self) -> Option<&str>
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
source§impl ModelDeployResult
impl ModelDeployResult
sourcepub fn builder() -> ModelDeployResultBuilder
pub fn builder() -> ModelDeployResultBuilder
Creates a new builder-style object to manufacture ModelDeployResult
.
Trait Implementations§
source§impl Clone for ModelDeployResult
impl Clone for ModelDeployResult
source§fn clone(&self) -> ModelDeployResult
fn clone(&self) -> ModelDeployResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModelDeployResult
impl Debug for ModelDeployResult
source§impl PartialEq<ModelDeployResult> for ModelDeployResult
impl PartialEq<ModelDeployResult> for ModelDeployResult
source§fn eq(&self, other: &ModelDeployResult) -> bool
fn eq(&self, other: &ModelDeployResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.