GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson constructor
GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse.fromJson(
core.Map json_)
: this(
importedEvaluatedAnnotationsCount:
json_.containsKey('importedEvaluatedAnnotationsCount')
? json_['importedEvaluatedAnnotationsCount'] as core.int
: null,
);