Interface GenerateSyntheticDataResponseOrBuilder

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

@Generated public interface GenerateSyntheticDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSyntheticExamplesList

      List<SyntheticExample> getSyntheticExamplesList()
       A list of generated synthetic examples.
       
      repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
    • getSyntheticExamples

      SyntheticExample getSyntheticExamples(int index)
       A list of generated synthetic examples.
       
      repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
    • getSyntheticExamplesCount

      int getSyntheticExamplesCount()
       A list of generated synthetic examples.
       
      repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
    • getSyntheticExamplesOrBuilderList

      List<? extends SyntheticExampleOrBuilder> getSyntheticExamplesOrBuilderList()
       A list of generated synthetic examples.
       
      repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
    • getSyntheticExamplesOrBuilder

      SyntheticExampleOrBuilder getSyntheticExamplesOrBuilder(int index)
       A list of generated synthetic examples.
       
      repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;