#[non_exhaustive]pub struct ListInferenceExperimentsOutput { /* private fields */ }
Implementations§
source§impl ListInferenceExperimentsOutput
impl ListInferenceExperimentsOutput
sourcepub fn inference_experiments(&self) -> Option<&[InferenceExperimentSummary]>
pub fn inference_experiments(&self) -> Option<&[InferenceExperimentSummary]>
List of inference experiments.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when calling the next page of results.
source§impl ListInferenceExperimentsOutput
impl ListInferenceExperimentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListInferenceExperimentsOutput
.
Trait Implementations§
source§impl Clone for ListInferenceExperimentsOutput
impl Clone for ListInferenceExperimentsOutput
source§fn clone(&self) -> ListInferenceExperimentsOutput
fn clone(&self) -> ListInferenceExperimentsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListInferenceExperimentsOutput> for ListInferenceExperimentsOutput
impl PartialEq<ListInferenceExperimentsOutput> for ListInferenceExperimentsOutput
source§fn eq(&self, other: &ListInferenceExperimentsOutput) -> bool
fn eq(&self, other: &ListInferenceExperimentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.