GoogleCloudAiplatformV1Claim.fromJson constructor
GoogleCloudAiplatformV1Claim.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1Claim.fromJson(core.Map json_)
: this(
endIndex: json_['endIndex'] as core.int?,
factIndexes: (json_['factIndexes'] as core.List?)
?.map((value) => value as core.int)
.toList(),
score: (json_['score'] as core.num?)?.toDouble(),
startIndex: json_['startIndex'] as core.int?,
);