Struct aws_sdk_machinelearning::input::GetEvaluationInput [−][src]
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 of the Evaluation to retrieve. The evaluation of each MLModel is recorded and cataloged. The ID provides the means to access the information.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvaluation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvaluation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetEvaluation>
Creates a new builder-style object to manufacture GetEvaluationInput
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
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 GetEvaluationInput
impl Send for GetEvaluationInput
impl Sync for GetEvaluationInput
impl Unpin for GetEvaluationInput
impl UnwindSafe for GetEvaluationInput
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
