Struct aws_sdk_sagemaker::output::list_experiments_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListExperimentsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn experiment_summaries(self, input: ExperimentSummary) -> Self
pub fn experiment_summaries(self, input: ExperimentSummary) -> Self
Appends an item to experiment_summaries
.
To override the contents of this collection use set_experiment_summaries
.
A list of the summaries of your experiments.
sourcepub fn set_experiment_summaries(
self,
input: Option<Vec<ExperimentSummary>>
) -> Self
pub fn set_experiment_summaries(
self,
input: Option<Vec<ExperimentSummary>>
) -> Self
A list of the summaries of your experiments.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token for getting the next set of experiments, if there are any.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token for getting the next set of experiments, if there are any.
sourcepub fn build(self) -> ListExperimentsOutput
pub fn build(self) -> ListExperimentsOutput
Consumes the builder and constructs a ListExperimentsOutput
.