#[non_exhaustive]pub struct CreateMlModelOutput { /* private fields */ }
Expand description
Represents the output of a CreateMLModel
operation, and is an acknowledgement that Amazon ML received the request.
The CreateMLModel
operation is asynchronous. You can poll for status updates by using the GetMLModel
operation and checking the Status
parameter.
Implementations§
source§impl CreateMlModelOutput
impl CreateMlModelOutput
sourcepub fn ml_model_id(&self) -> Option<&str>
pub fn ml_model_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
source§impl CreateMlModelOutput
impl CreateMlModelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMlModelOutput
.
Trait Implementations§
source§impl Clone for CreateMlModelOutput
impl Clone for CreateMlModelOutput
source§fn clone(&self) -> CreateMlModelOutput
fn clone(&self) -> CreateMlModelOutput
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 CreateMlModelOutput
impl Debug for CreateMlModelOutput
source§impl PartialEq<CreateMlModelOutput> for CreateMlModelOutput
impl PartialEq<CreateMlModelOutput> for CreateMlModelOutput
source§fn eq(&self, other: &CreateMlModelOutput) -> bool
fn eq(&self, other: &CreateMlModelOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.