Google Cloud Ai Platform V1 Client - Class ModelDeploymentMonitoringBigQueryTable (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ModelDeploymentMonitoringBigQueryTable.

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Generated from protobuf message google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ log_source int

The source of log.

↳ log_type int

The type of log.

↳ bigquery_table_path string

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)>

getLogSource

The source of log.

Returns
TypeDescription
int

setLogSource

The source of log.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getLogType

The type of log.

Returns
TypeDescription
int

setLogType

The type of log.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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)>

Returns
TypeDescription
string

setBigqueryTablePath

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)>

Parameter
NameDescription
var string
Returns
TypeDescription
$this