Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetFields(int index) Required.intRequired.Required.getFieldsOrBuilder(int index) Required.List<? extends SyntheticFieldOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Required. A list of fields that constitute an example.
repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
-