#[non_exhaustive]pub struct DeleteEvaluationOutput { /* private fields */ }
Expand description
Represents the output of a DeleteEvaluation
operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.
You can use the GetEvaluation
operation and check the value of the Status
parameter to see whether an Evaluation
is marked as DELETED
.
Implementations§
source§impl DeleteEvaluationOutput
impl DeleteEvaluationOutput
sourcepub fn evaluation_id(&self) -> Option<&str>
pub fn evaluation_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
source§impl DeleteEvaluationOutput
impl DeleteEvaluationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEvaluationOutput
.
Trait Implementations§
source§impl Clone for DeleteEvaluationOutput
impl Clone for DeleteEvaluationOutput
source§fn clone(&self) -> DeleteEvaluationOutput
fn clone(&self) -> DeleteEvaluationOutput
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 DeleteEvaluationOutput
impl Debug for DeleteEvaluationOutput
source§impl PartialEq<DeleteEvaluationOutput> for DeleteEvaluationOutput
impl PartialEq<DeleteEvaluationOutput> for DeleteEvaluationOutput
source§fn eq(&self, other: &DeleteEvaluationOutput) -> bool
fn eq(&self, other: &DeleteEvaluationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.