public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase |
getConnectionCase() |
String |
getQuery()
Standard SQL to be used instead of the `table_uri`.
|
com.google.protobuf.ByteString |
getQueryBytes()
Standard SQL to be used instead of the `table_uri`.
|
String |
getTableUri()
BigQuery URI to a table, up to 2000 characters long.
|
com.google.protobuf.ByteString |
getTableUriBytes()
BigQuery URI to a table, up to 2000 characters long.
|
boolean |
hasQuery()
Standard SQL to be used instead of the `table_uri`.
|
boolean |
hasTableUri()
BigQuery URI to a table, up to 2000 characters long.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableUri()
BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
string table_uri = 1;String getTableUri()
BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
string table_uri = 1;com.google.protobuf.ByteString getTableUriBytes()
BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
string table_uri = 1;boolean hasQuery()
Standard SQL to be used instead of the `table_uri`.
string query = 2;String getQuery()
Standard SQL to be used instead of the `table_uri`.
string query = 2;com.google.protobuf.ByteString getQueryBytes()
Standard SQL to be used instead of the `table_uri`.
string query = 2;ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase getConnectionCase()
Copyright © 2024 Google LLC. All rights reserved.