StartMLLabelingSetGenerationTaskRunResponse.fromJson constructor

StartMLLabelingSetGenerationTaskRunResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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