factory CreateAlgorithmOutput.fromJson(Map<String, dynamic> json) { return CreateAlgorithmOutput( algorithmArn: json['AlgorithmArn'] as String, ); }