public interface ModelDeploymentMonitoringBigQueryTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigqueryTablePath()
The created BigQuery table to store logs.
|
com.google.protobuf.ByteString |
getBigqueryTablePathBytes()
The created BigQuery table to store logs.
|
ModelDeploymentMonitoringBigQueryTable.LogSource |
getLogSource()
The source of log.
|
int |
getLogSourceValue()
The source of log.
|
ModelDeploymentMonitoringBigQueryTable.LogType |
getLogType()
The type of log.
|
int |
getLogTypeValue()
The type of log.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLogSourceValue()
The source of log.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;
ModelDeploymentMonitoringBigQueryTable.LogSource getLogSource()
The source of log.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;
int getLogTypeValue()
The type of log.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;
ModelDeploymentMonitoringBigQueryTable.LogType getLogType()
The type of log.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;
String getBigqueryTablePath()
The created BigQuery table to store logs. Customer could do their own query & analysis. Format: `bq://<project_id>.model_deployment_monitoring_<endpoint_id>.<tolower(log_source)>_<tolower(log_type)>`
string bigquery_table_path = 3;com.google.protobuf.ByteString getBigqueryTablePathBytes()
The created BigQuery table to store logs. Customer could do their own query & analysis. Format: `bq://<project_id>.model_deployment_monitoring_<endpoint_id>.<tolower(log_source)>_<tolower(log_type)>`
string bigquery_table_path = 3;Copyright © 2022 Google LLC. All rights reserved.