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