factory HumanLoopOutput.fromJson(Map<String, dynamic> json) { return HumanLoopOutput( outputS3Uri: json['OutputS3Uri'] as String, ); }