pub struct Builder { /* private fields */ }
Expand description
A builder for ListInferenceExperimentsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn inference_experiments(self, input: InferenceExperimentSummary) -> Self
pub fn inference_experiments(self, input: InferenceExperimentSummary) -> Self
Appends an item to inference_experiments
.
To override the contents of this collection use set_inference_experiments
.
List of inference experiments.
sourcepub fn set_inference_experiments(
self,
input: Option<Vec<InferenceExperimentSummary>>
) -> Self
pub fn set_inference_experiments(
self,
input: Option<Vec<InferenceExperimentSummary>>
) -> Self
List of inference experiments.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use when calling the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use when calling the next page of results.
sourcepub fn build(self) -> ListInferenceExperimentsOutput
pub fn build(self) -> ListInferenceExperimentsOutput
Consumes the builder and constructs a ListInferenceExperimentsOutput
.