GoogleCloudMlV1RequestLoggingConfig.fromJson constructor
GoogleCloudMlV1RequestLoggingConfig.fromJson(
- Map json_
Implementation
GoogleCloudMlV1RequestLoggingConfig.fromJson(core.Map json_)
: this(
bigqueryTableName: json_['bigqueryTableName'] as core.String?,
samplingPercentage:
(json_['samplingPercentage'] as core.num?)?.toDouble(),
);