Struct rusoto_machinelearning::DescribeEvaluationsOutput [] [src]

pub struct DescribeEvaluationsOutput {
    pub next_token: Option<String>,
    pub results: Option<Vec<Evaluation>>,
}

Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation.

Fields

The ID of the next page in the paginated results that indicates at least one more page follows.

A list of Evaluation that meet the search criteria.

Trait Implementations

impl Default for DescribeEvaluationsOutput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeEvaluationsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeEvaluationsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more