Interface FetchExamplesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getExamples(int index)
    The examples in the Example Store that satisfy the metadata filters.
    int
    The examples in the Example Store that satisfy the metadata filters.
    The examples in the Example Store that satisfy the metadata filters.
    The examples in the Example Store that satisfy the metadata filters.
    The examples in the Example Store that satisfy the metadata filters.
    A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next 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

    • getExamplesList

      List<Example> getExamplesList()
       The examples in the Example Store that satisfy the metadata filters.
       
      repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;
    • getExamples

      Example getExamples(int index)
       The examples in the Example Store that satisfy the metadata filters.
       
      repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;
    • getExamplesCount

      int getExamplesCount()
       The examples in the Example Store that satisfy the metadata filters.
       
      repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;
    • getExamplesOrBuilderList

      List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
       The examples in the Example Store that satisfy the metadata filters.
       
      repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;
    • getExamplesOrBuilder

      ExampleOrBuilder getExamplesOrBuilder(int index)
       The examples in the Example Store that satisfy the metadata filters.
       
      repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as [FetchExamplesRequest.page_token][] to
       retrieve the next page. Absence of this field indicates there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as [FetchExamplesRequest.page_token][] to
       retrieve the next page. Absence of this field indicates there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.