Interface ModelDeploymentMonitoringBigQueryTableOrBuilder

    • Method Detail

      • getLogSourceValue

        int getLogSourceValue()
         The source of log.
         
        .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogSource log_source = 1;
        Returns:
        The enum numeric value on the wire for logSource.
      • getLogTypeValue

        int getLogTypeValue()
         The type of log.
         
        .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringBigQueryTable.LogType log_type = 2;
        Returns:
        The enum numeric value on the wire for 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.