Interface ListTuningJobsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListTuningJobsResponse, ListTuningJobsResponse.Builder

@Generated public interface ListTuningJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A token to retrieve the next page of results.
    com.google.protobuf.ByteString
    A token to retrieve the next page of results.
    getTuningJobs(int index)
    List of TuningJobs in the requested page.
    int
    List of TuningJobs in the requested page.
    List of TuningJobs in the requested page.
    List of TuningJobs in the requested page.
    List of TuningJobs in the requested page.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTuningJobsList

      List<TuningJob> getTuningJobsList()
       List of TuningJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;
    • getTuningJobs

      TuningJob getTuningJobs(int index)
       List of TuningJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;
    • getTuningJobsCount

      int getTuningJobsCount()
       List of TuningJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;
    • getTuningJobsOrBuilderList

      List<? extends TuningJobOrBuilder> getTuningJobsOrBuilderList()
       List of TuningJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;
    • getTuningJobsOrBuilder

      TuningJobOrBuilder getTuningJobsOrBuilder(int index)
       List of TuningJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListTuningJobsRequest.page_token][google.cloud.aiplatform.v1.ListTuningJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token to retrieve the next page of results.
       Pass to
       [ListTuningJobsRequest.page_token][google.cloud.aiplatform.v1.ListTuningJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.