BinaryOutputArtifact
class BinaryOutputArtifact(val name: String, val content: ByteArray, val type: ArtifactType) : OutputArtifact<ByteArray>
Represents an OutputResource that contains binary data.
Parameters
name
name of the resource (without file extensions)
content
binary content of the resource
type
type of content the resource contains