Struct aws_sdk_machinelearning::input::UpdateEvaluationInput [−][src]
#[non_exhaustive]pub struct UpdateEvaluationInput {
pub evaluation_id: Option<String>,
pub evaluation_name: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.evaluation_id: Option<String>
The ID assigned to the Evaluation
during creation.
evaluation_name: Option<String>
A new user-supplied name or description of the Evaluation
that will replace the current content.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEvaluation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEvaluation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateEvaluation
>
Creates a new builder-style object to manufacture UpdateEvaluationInput
The ID assigned to the Evaluation
during creation.
A new user-supplied name or description of the Evaluation
that will replace the current content.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateEvaluationInput
impl Send for UpdateEvaluationInput
impl Sync for UpdateEvaluationInput
impl Unpin for UpdateEvaluationInput
impl UnwindSafe for UpdateEvaluationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more