Interface ListModelInvocationJobsResponse.Builder

    • Method Detail

      • nextToken

        ListModelInvocationJobsResponse.Builder nextToken​(String nextToken)

        If there are more results than can fit in the response, a nextToken is returned. Use the nextToken in a request to return the next batch of results.

        Parameters:
        nextToken - If there are more results than can fit in the response, a nextToken is returned. Use the nextToken in a request to return the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invocationJobSummaries

        ListModelInvocationJobsResponse.Builder invocationJobSummaries​(Collection<ModelInvocationJobSummary> invocationJobSummaries)

        A list of items, each of which contains a summary about a batch inference job.

        Parameters:
        invocationJobSummaries - A list of items, each of which contains a summary about a batch inference job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invocationJobSummaries

        ListModelInvocationJobsResponse.Builder invocationJobSummaries​(ModelInvocationJobSummary... invocationJobSummaries)

        A list of items, each of which contains a summary about a batch inference job.

        Parameters:
        invocationJobSummaries - A list of items, each of which contains a summary about a batch inference job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.