GoogleCloudMlV1RequestLoggingConfig.fromJson constructor

GoogleCloudMlV1RequestLoggingConfig.fromJson(
  1. Map json_
)

Implementation

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