public static interface ListModelPackagingJobsResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackagingJobsResponse.Builder,ListModelPackagingJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagingJobsResponse.Builder |
modelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
ListModelPackagingJobsResponse.Builder |
modelPackagingJobs(Consumer<ModelPackagingJobMetadata.Builder>... modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
ListModelPackagingJobsResponse.Builder |
modelPackagingJobs(ModelPackagingJobMetadata... modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
ListModelPackagingJobsResponse.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for
Vision returns a pagination token in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelPackagingJobsResponse.Builder modelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
modelPackagingJobs - A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.ListModelPackagingJobsResponse.Builder modelPackagingJobs(ModelPackagingJobMetadata... modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
modelPackagingJobs - A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.ListModelPackagingJobsResponse.Builder modelPackagingJobs(Consumer<ModelPackagingJobMetadata.Builder>... modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
This is a convenience method that creates an instance of theModelPackagingJobMetadata.Builder avoiding the
need to create one manually via
ModelPackagingJobMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #modelPackagingJobs(List.
modelPackagingJobs - a consumer that will call methods on
ModelPackagingJobMetadata.Builder#modelPackagingJobs(java.util.Collection) ListModelPackagingJobsResponse.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout
for Vision returns a pagination token in the response. You can use this pagination token to retrieve
the next set of results.Copyright © 2023. All rights reserved.