public static interface ListCompilationJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCompilationJobsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
|
ListCompilationJobsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
|
ListCompilationJobsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
|
ListCompilationJobsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
|
ListCompilationJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
|
ListCompilationJobsRequest.Builder |
nameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
|
ListCompilationJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
ListCompilationJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCompilationJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListCompilationJobsRequest.Builder |
statusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
ListCompilationJobsRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
buildoverrideConfigurationcopyapplyMutation, buildListCompilationJobsRequest.Builder nextToken(String nextToken)
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next
request.
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token
in the next request.ListCompilationJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of model compilation jobs to return in the response.
maxResults - The maximum number of model compilation jobs to return in the response.ListCompilationJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns the model compilation jobs that were created after a specified time.
creationTimeAfter - A filter that returns the model compilation jobs that were created after a specified time.ListCompilationJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns the model compilation jobs that were created before a specified time.
creationTimeBefore - A filter that returns the model compilation jobs that were created before a specified time.ListCompilationJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns the model compilation jobs that were modified after a specified time.
lastModifiedTimeAfter - A filter that returns the model compilation jobs that were modified after a specified time.ListCompilationJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns the model compilation jobs that were modified before a specified time.
lastModifiedTimeBefore - A filter that returns the model compilation jobs that were modified before a specified time.ListCompilationJobsRequest.Builder nameContains(String nameContains)
A filter that returns the model compilation jobs whose name contains a specified string.
nameContains - A filter that returns the model compilation jobs whose name contains a specified string.ListCompilationJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.CompilationJobStatus,
CompilationJobStatusListCompilationJobsRequest.Builder statusEquals(CompilationJobStatus statusEquals)
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
statusEquals - A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.CompilationJobStatus,
CompilationJobStatusListCompilationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListCompilationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.