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 ==
.impl StructuralPartialEq for ModelDeployResult
Auto Trait Implementations§
impl RefUnwindSafe for ModelDeployResult
impl Send for ModelDeployResult
impl Sync for ModelDeployResult
impl Unpin for ModelDeployResult
impl UnwindSafe for ModelDeployResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more