GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable.fromJson constructor

GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable.fromJson(
  core.Map json_,
) : this(
      bigqueryTablePath: json_['bigqueryTablePath'] as core.String?,
      logSource: json_['logSource'] as core.String?,
      logType: json_['logType'] as core.String?,
      requestResponseLoggingSchemaVersion:
          json_['requestResponseLoggingSchemaVersion'] as core.String?,
    );