Get Pipeline Job Result
data class GetPipelineJobResult(val description: String? = null, val error: PipelineJobErrorResponse, val expiration: String, val id: String, val name: String, val parameters: List<ParameterDefinitionResponse>? = null, val state: String, val systemData: SystemDataResponse, val topologyName: String, val type: String)
Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.
Constructors
Link copied to clipboard
fun GetPipelineJobResult(description: String? = null, error: PipelineJobErrorResponse, expiration: String, id: String, name: String, parameters: List<ParameterDefinitionResponse>? = null, state: String, systemData: SystemDataResponse, topologyName: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden.