Uses of Class
com.google.cloud.aiplatform.v1.BigQuerySource
-
Packages that use BigQuerySource Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of BigQuerySource in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BigQuerySource Modifier and Type Method Description BigQuerySource
BigQuerySource.Builder. build()
BigQuerySource
BigQuerySource.Builder. buildPartial()
BigQuerySource
BatchReadFeatureValuesRequest.Builder. getBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.BigQuerySource
BatchReadFeatureValuesRequest. getBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.BigQuerySource
BatchReadFeatureValuesRequestOrBuilder. getBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.BigQuerySource
BatchPredictionJob.InputConfig.Builder. getBigquerySource()
The BigQuery location of the input table.BigQuerySource
BatchPredictionJob.InputConfig. getBigquerySource()
The BigQuery location of the input table.BigQuerySource
BatchPredictionJob.InputConfigOrBuilder. getBigquerySource()
The BigQuery location of the input table.BigQuerySource
ImportFeatureValuesRequest.Builder. getBigquerySource()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;
BigQuerySource
ImportFeatureValuesRequest. getBigquerySource()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;
BigQuerySource
ImportFeatureValuesRequestOrBuilder. getBigquerySource()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;
BigQuerySource
ModelMonitoringObjectiveConfig.TrainingDataset.Builder. getBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this Model.BigQuerySource
ModelMonitoringObjectiveConfig.TrainingDataset. getBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this Model.BigQuerySource
ModelMonitoringObjectiveConfig.TrainingDatasetOrBuilder. getBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this Model.static BigQuerySource
BigQuerySource. getDefaultInstance()
BigQuerySource
BigQuerySource.Builder. getDefaultInstanceForType()
BigQuerySource
BigQuerySource. getDefaultInstanceForType()
static BigQuerySource
BigQuerySource. parseDelimitedFrom(InputStream input)
static BigQuerySource
BigQuerySource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(byte[] data)
static BigQuerySource
BigQuerySource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.ByteString data)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.CodedInputStream input)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(InputStream input)
static BigQuerySource
BigQuerySource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(ByteBuffer data)
static BigQuerySource
BigQuerySource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BigQuerySource Modifier and Type Method Description com.google.protobuf.Parser<BigQuerySource>
BigQuerySource. getParserForType()
static com.google.protobuf.Parser<BigQuerySource>
BigQuerySource. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type BigQuerySource Modifier and Type Method Description BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. mergeBigqueryReadInstances(BigQuerySource value)
Similar to csv_read_instances, but from BigQuery source.BatchPredictionJob.InputConfig.Builder
BatchPredictionJob.InputConfig.Builder. mergeBigquerySource(BigQuerySource value)
The BigQuery location of the input table.ImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. mergeBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;
ModelMonitoringObjectiveConfig.TrainingDataset.Builder
ModelMonitoringObjectiveConfig.TrainingDataset.Builder. mergeBigquerySource(BigQuerySource value)
The BigQuery table of the unmanaged Dataset used to train this Model.BigQuerySource.Builder
BigQuerySource.Builder. mergeFrom(BigQuerySource other)
static BigQuerySource.Builder
BigQuerySource. newBuilder(BigQuerySource prototype)
BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. setBigqueryReadInstances(BigQuerySource value)
Similar to csv_read_instances, but from BigQuery source.BatchPredictionJob.InputConfig.Builder
BatchPredictionJob.InputConfig.Builder. setBigquerySource(BigQuerySource value)
The BigQuery location of the input table.ImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. setBigquerySource(BigQuerySource value)
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;
ModelMonitoringObjectiveConfig.TrainingDataset.Builder
ModelMonitoringObjectiveConfig.TrainingDataset.Builder. setBigquerySource(BigQuerySource value)
The BigQuery table of the unmanaged Dataset used to train this Model.
-