Interface SyntheticExampleOrBuilder

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

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

    • getFieldsList

      List<SyntheticField> getFieldsList()
       Required. A list of fields that constitute an example.
       
      repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFields

      SyntheticField getFields(int index)
       Required. A list of fields that constitute an example.
       
      repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFieldsCount

      int getFieldsCount()
       Required. A list of fields that constitute an example.
       
      repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFieldsOrBuilderList

      List<? extends SyntheticFieldOrBuilder> getFieldsOrBuilderList()
       Required. A list of fields that constitute an example.
       
      repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFieldsOrBuilder

      SyntheticFieldOrBuilder getFieldsOrBuilder(int index)
       Required. A list of fields that constitute an example.
       
      repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];