Interface ListInferenceEventsResponse.Builder

    • Method Detail

      • nextToken

        ListInferenceEventsResponse.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.
      • inferenceEventSummaries

        ListInferenceEventsResponse.Builder inferenceEventSummaries​(Collection<InferenceEventSummary> inferenceEventSummaries)

        Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

        Parameters:
        inferenceEventSummaries - Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceEventSummaries

        ListInferenceEventsResponse.Builder inferenceEventSummaries​(InferenceEventSummary... inferenceEventSummaries)

        Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

        Parameters:
        inferenceEventSummaries - Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.