Package com.google.cloud.aiplatform.v1
Interface EvaluationDatasetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationDataset,EvaluationDataset.Builder
@Generated
public interface EvaluationDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBigQuery source holds the dataset.BigQuery source holds the dataset.Cloud storage source holds the dataset.Cloud storage source holds the dataset.booleanBigQuery source holds the dataset.booleanCloud storage source holds the dataset.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
-
hasGcsSource
boolean hasGcsSource()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 1;- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 1;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 1; -
hasBigquerySource
boolean hasBigquerySource()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 2;- Returns:
- Whether the bigquerySource field is set.
-
getBigquerySource
BigQuerySource getBigquerySource()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 2;- Returns:
- The bigquerySource.
-
getBigquerySourceOrBuilder
BigQuerySourceOrBuilder getBigquerySourceOrBuilder()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 2; -
getSourceCase
EvaluationDataset.SourceCase getSourceCase()
-