GoogleCloudAiplatformV1DatasetDistributionDistributionBucket.fromJson constructor
GoogleCloudAiplatformV1DatasetDistributionDistributionBucket.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1DatasetDistributionDistributionBucket.fromJson(
core.Map json_)
: this(
count:
json_.containsKey('count') ? json_['count'] as core.String : null,
left: json_.containsKey('left')
? (json_['left'] as core.num).toDouble()
: null,
right: json_.containsKey('right')
? (json_['right'] as core.num).toDouble()
: null,
);