GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable constructor

GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable({
  1. String? bigqueryTablePath,
  2. String? logSource,
  3. String? logType,
  4. String? requestResponseLoggingSchemaVersion,
})

Implementation

GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable({
  this.bigqueryTablePath,
  this.logSource,
  this.logType,
  this.requestResponseLoggingSchemaVersion,
});