Package com.google.cloud.aiplatform.v1
Interface ModelDeploymentMonitoringBigQueryTableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelDeploymentMonitoringBigQueryTable,ModelDeploymentMonitoringBigQueryTable.Builder
@Generated
public interface ModelDeploymentMonitoringBigQueryTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe created BigQuery table to store logs.com.google.protobuf.ByteStringThe created BigQuery table to store logs.The source of log.intThe source of log.The type of log.intThe type of log.Output only.com.google.protobuf.ByteStringOutput only.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
-
getLogSourceValue
int getLogSourceValue()The source of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;- Returns:
- The enum numeric value on the wire for logSource.
-
getLogSource
ModelDeploymentMonitoringBigQueryTable.LogSource getLogSource()The source of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;- Returns:
- The logSource.
-
getLogTypeValue
int getLogTypeValue()The type of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;- Returns:
- The enum numeric value on the wire for logType.
-
getLogType
ModelDeploymentMonitoringBigQueryTable.LogType getLogType()The type of log.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;- Returns:
- The logType.
-
getBigqueryTablePath
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:
- The bigqueryTablePath.
-
getBigqueryTablePathBytes
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;- Returns:
- The bytes for bigqueryTablePath.
-
getRequestResponseLoggingSchemaVersion
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:
- The requestResponseLoggingSchemaVersion.
-
getRequestResponseLoggingSchemaVersionBytes
com.google.protobuf.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:
- The bytes for requestResponseLoggingSchemaVersion.
-