ActionVersion
data class ActionVersion(val id: ActionVersionId? = null, val name: ActionName? = null, val createdAt: Long? = null, val version: Version? = null, val namespace: NamespaceName? = null, val location: String? = null, val context: Map<String, String>? = null, val inputs: Array<DatasetId>? = null, val outputs: Array<DatasetId>? = null, val latestRun: Run? = null)
Represents an action version.
Constructors
Link copied to clipboard
constructor(id: ActionVersionId? = null, name: ActionName? = null, createdAt: Long? = null, version: Version? = null, namespace: NamespaceName? = null, location: String? = null, context: Map<String, String>? = null, inputs: Array<DatasetId>? = null, outputs: Array<DatasetId>? = null, latestRun: Run? = null)