public interface GenerateSyntheticDataResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSyntheticExamples(int index)
public abstract SyntheticExample getSyntheticExamples(int index)A list of generated synthetic examples.
repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SyntheticExample |
|
getSyntheticExamplesCount()
public abstract int getSyntheticExamplesCount()A list of generated synthetic examples.
repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSyntheticExamplesList()
public abstract List<SyntheticExample> getSyntheticExamplesList()A list of generated synthetic examples.
repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<SyntheticExample> |
|
getSyntheticExamplesOrBuilder(int index)
public abstract SyntheticExampleOrBuilder getSyntheticExamplesOrBuilder(int index)A list of generated synthetic examples.
repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SyntheticExampleOrBuilder |
|
getSyntheticExamplesOrBuilderList()
public abstract List<? extends SyntheticExampleOrBuilder> getSyntheticExamplesOrBuilderList()A list of generated synthetic examples.
repeated .google.cloud.aiplatform.v1.SyntheticExample synthetic_examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.SyntheticExampleOrBuilder> |
|