Struct aws_sdk_sagemaker::input::list_pipeline_execution_steps_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListPipelineExecutionStepsInput
Implementations
The Amazon Resource Name (ARN) of the pipeline execution.
The Amazon Resource Name (ARN) of the pipeline execution.
If the result of the previous ListPipelineExecutionSteps
request was truncated,
the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
If the result of the previous ListPipelineExecutionSteps
request was truncated,
the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
The maximum number of pipeline execution steps to return in the response.
The maximum number of pipeline execution steps to return in the response.
The field by which to sort results. The default is CreatedTime
.
The field by which to sort results. The default is CreatedTime
.
Consumes the builder and constructs a ListPipelineExecutionStepsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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