Interface ListInferenceSchedulersResponse.Builder

    • Method Detail

      • nextToken

        ListInferenceSchedulersResponse.Builder nextToken​(String nextToken)

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

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

        ListInferenceSchedulersResponse.Builder inferenceSchedulerSummaries​(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)

        Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.

        Parameters:
        inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceSchedulerSummaries

        ListInferenceSchedulersResponse.Builder inferenceSchedulerSummaries​(InferenceSchedulerSummary... inferenceSchedulerSummaries)

        Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.

        Parameters:
        inferenceSchedulerSummaries - Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.