Struct aws_sdk_sagemaker::output::list_algorithms_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListAlgorithmsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn algorithm_summary_list(self, input: AlgorithmSummary) -> Self
pub fn algorithm_summary_list(self, input: AlgorithmSummary) -> Self
Appends an item to algorithm_summary_list
.
To override the contents of this collection use set_algorithm_summary_list
.
>An array of AlgorithmSummary
objects, each of which lists an algorithm.
sourcepub fn set_algorithm_summary_list(
self,
input: Option<Vec<AlgorithmSummary>>
) -> Self
pub fn set_algorithm_summary_list(
self,
input: Option<Vec<AlgorithmSummary>>
) -> Self
>An array of AlgorithmSummary
objects, each of which lists an algorithm.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
sourcepub fn build(self) -> ListAlgorithmsOutput
pub fn build(self) -> ListAlgorithmsOutput
Consumes the builder and constructs a ListAlgorithmsOutput
.