Interface ListRetrainingSchedulersResponse.Builder

    • Method Detail

      • retrainingSchedulerSummaries

        ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries​(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)

        Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.

        Parameters:
        retrainingSchedulerSummaries - Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retrainingSchedulerSummaries

        ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries​(RetrainingSchedulerSummary... retrainingSchedulerSummaries)

        Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.

        Parameters:
        retrainingSchedulerSummaries - Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRetrainingSchedulersResponse.Builder nextToken​(String nextToken)

        If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.

        Parameters:
        nextToken - If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.