Struct aws_sdk_sagemaker::input::list_transform_jobs_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListTransformJobsInput
Implementations
A filter that returns only transform jobs created after the specified time.
A filter that returns only transform jobs created after the specified time.
A filter that returns only transform jobs created before the specified time.
A filter that returns only transform jobs created before the specified time.
A filter that returns only transform jobs modified after the specified time.
A filter that returns only transform jobs modified after the specified time.
A filter that returns only transform jobs modified before the specified time.
A filter that returns only transform jobs modified before the specified time.
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
A filter that retrieves only transform jobs with a specific status.
A filter that retrieves only transform jobs with a specific status.
The field to sort results by. The default is CreationTime
.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Descending
.
The sort order for results. The default is Descending
.
If the result of the previous ListTransformJobs
request was truncated, the response includes a NextToken
. To retrieve the next set of transform jobs, use the token in the next request.
If the result of the previous ListTransformJobs
request was truncated, the response includes a NextToken
. To retrieve the next set of transform jobs, use the token in the next request.
The maximum number of transform jobs to return in the response. The default value is 10
.
The maximum number of transform jobs to return in the response. The default value is 10
.
Consumes the builder and constructs a ListTransformJobsInput
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