public interface EvaluationDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQuerySource |
getBigquerySource()
BigQuery source holds the dataset.
|
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
BigQuery source holds the dataset.
|
GcsSource |
getGcsSource()
Cloud storage source holds the dataset.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Cloud storage source holds the dataset.
|
EvaluationDataset.SourceCase |
getSourceCase() |
boolean |
hasBigquerySource()
BigQuery source holds the dataset.
|
boolean |
hasGcsSource()
Cloud storage source holds the dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;GcsSource getGcsSource()
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;GcsSourceOrBuilder getGcsSourceOrBuilder()
Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;boolean hasBigquerySource()
BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;BigQuerySource getBigquerySource()
BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;EvaluationDataset.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.