Struct aws_sdk_machinelearning::output::DescribeBatchPredictionsOutput [−][src]
#[non_exhaustive]pub struct DescribeBatchPredictionsOutput {
pub results: Option<Vec<BatchPrediction>>,
pub next_token: Option<String>,
}
Expand description
Represents the output of a DescribeBatchPredictions
operation. The content is essentially a list of BatchPrediction
s.
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.results: Option<Vec<BatchPrediction>>
A list of BatchPrediction
objects that meet the search criteria.
next_token: Option<String>
The ID of the next page in the paginated results that indicates at least one more page follows.
Implementations
A list of BatchPrediction
objects that meet the search criteria.
The ID of the next page in the paginated results that indicates at least one more page follows.
Creates a new builder-style object to manufacture DescribeBatchPredictionsOutput
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 Send for DescribeBatchPredictionsOutput
impl Sync for DescribeBatchPredictionsOutput
impl Unpin for DescribeBatchPredictionsOutput
impl UnwindSafe for DescribeBatchPredictionsOutput
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