Interface ListInferenceExecutionsResponse.Builder

    • Method Detail

      • nextToken

        ListInferenceExecutionsResponse.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of inference executions.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of inference executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceExecutionSummaries

        ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries​(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)

        Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

        Parameters:
        inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceExecutionSummaries

        ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries​(InferenceExecutionSummary... inferenceExecutionSummaries)

        Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

        Parameters:
        inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.