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