StartMLLabelingSetGenerationTaskRunResponse.fromJson constructor
Implementation
factory StartMLLabelingSetGenerationTaskRunResponse.fromJson(
Map<String, dynamic> json) {
return StartMLLabelingSetGenerationTaskRunResponse(
taskRunId: json['TaskRunId'] as String?,
);
}