Struct rusoto_machinelearning::DescribeMLModelsOutput [] [src]

pub struct DescribeMLModelsOutput {
    pub next_token: Option<String>,
    pub results: Option<Vec<MLModel>>,
}

Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.

Fields

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

A list of MLModel that meet the search criteria.

Trait Implementations

impl Default for DescribeMLModelsOutput
[src]

[src]

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

impl Debug for DescribeMLModelsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeMLModelsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more