GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.fromJson constructor
GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.fromJson(
- Map _json
Implementation
GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.fromJson(
core.Map _json)
: this(
basicConfig: _json.containsKey('basicConfig')
? GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.fromJson(
_json['basicConfig'] as core.Map<core.String, core.dynamic>)
: null,
);