#[non_exhaustive]pub struct ModelNotReadyException { /* private fields */ }
Expand description
Either a serverless endpoint variant's resources are still being provisioned, or a multi-model endpoint is still downloading or loading the target model. Wait and try your request again.
Implementations§
source§impl ModelNotReadyException
impl ModelNotReadyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelNotReadyException
.
Trait Implementations§
source§impl Clone for ModelNotReadyException
impl Clone for ModelNotReadyException
source§fn clone(&self) -> ModelNotReadyException
fn clone(&self) -> ModelNotReadyException
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 ModelNotReadyException
impl Debug for ModelNotReadyException
source§impl Display for ModelNotReadyException
impl Display for ModelNotReadyException
source§impl Error for ModelNotReadyException
impl Error for ModelNotReadyException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<ModelNotReadyException> for ModelNotReadyException
impl PartialEq<ModelNotReadyException> for ModelNotReadyException
source§fn eq(&self, other: &ModelNotReadyException) -> bool
fn eq(&self, other: &ModelNotReadyException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.