Struct aws_sdk_machinelearning::input::GetEvaluationInput
source · #[non_exhaustive]pub struct GetEvaluationInput { /* private fields */ }
Implementations§
source§impl GetEvaluationInput
impl GetEvaluationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvaluation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvaluation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEvaluation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEvaluationInput
.
source§impl GetEvaluationInput
impl GetEvaluationInput
sourcepub fn evaluation_id(&self) -> Option<&str>
pub fn evaluation_id(&self) -> Option<&str>
The ID of the Evaluation
to retrieve. The evaluation of each MLModel
is recorded and cataloged. The ID provides the means to access the information.
Trait Implementations§
source§impl Clone for GetEvaluationInput
impl Clone for GetEvaluationInput
source§fn clone(&self) -> GetEvaluationInput
fn clone(&self) -> GetEvaluationInput
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 GetEvaluationInput
impl Debug for GetEvaluationInput
source§impl PartialEq<GetEvaluationInput> for GetEvaluationInput
impl PartialEq<GetEvaluationInput> for GetEvaluationInput
source§fn eq(&self, other: &GetEvaluationInput) -> bool
fn eq(&self, other: &GetEvaluationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.