public interface SyntheticExampleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFields(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SyntheticField |
getFieldsCount()
public abstract int getFieldsCount()
Required. A list of fields that constitute an example.
repeated .google.cloud.aiplatform.v1.SyntheticField fields = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getFieldsList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<SyntheticField> |
getFieldsOrBuilder(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SyntheticFieldOrBuilder |
getFieldsOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.SyntheticFieldOrBuilder> |