Interface ListModelPackagingJobsResponse.Builder

    • Method Detail

      • modelPackagingJobs

        ListModelPackagingJobsResponse.Builder modelPackagingJobs​(Collection<ModelPackagingJobMetadata> modelPackagingJobs)

        A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

        Parameters:
        modelPackagingJobs - A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackagingJobs

        ListModelPackagingJobsResponse.Builder modelPackagingJobs​(ModelPackagingJobMetadata... modelPackagingJobs)

        A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

        Parameters:
        modelPackagingJobs - A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.