public interface ModelDeploymentMonitoringBigQueryTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBigqueryTablePath()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The bigqueryTablePath. |
getBigqueryTablePathBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for bigqueryTablePath. |
getLogSource()
public abstract ModelDeploymentMonitoringBigQueryTable.LogSource getLogSource()
The source of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringBigQueryTable.LogSource |
The logSource. |
getLogSourceValue()
public abstract int getLogSourceValue()
The source of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for logSource. |
getLogType()
public abstract ModelDeploymentMonitoringBigQueryTable.LogType getLogType()
The type of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringBigQueryTable.LogType |
The logType. |
getLogTypeValue()
public abstract int getLogTypeValue()
The type of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for logType. |
getRequestResponseLoggingSchemaVersion()
public abstract String getRequestResponseLoggingSchemaVersion()
Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.
string request_response_logging_schema_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The requestResponseLoggingSchemaVersion. |
getRequestResponseLoggingSchemaVersionBytes()
public abstract ByteString getRequestResponseLoggingSchemaVersionBytes()
Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.
string request_response_logging_schema_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestResponseLoggingSchemaVersion. |