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