Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RuntimeOperator

Runtime operator model which holds the runtime metadata of the task operator executed.

Properties

Optional configProvider

configProvider: model.ConfigProvider

Optional endTimeInMillis

endTimeInMillis: undefined | number

The runtime operator end time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional executionState

executionState: ExecutionState

status

Optional identifier

identifier: undefined | string

Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.

Optional inputs

inputs: undefined | object

The configuration provider bindings.

Optional key

key: undefined | string

The RuntimeOperator key.

Optional metadata

metadata: model.ObjectMetadata

Optional metrics

metrics: undefined | object

A map metrics for the task run.

Optional modelType

modelType: undefined | string

The type of the object.

Optional modelVersion

modelVersion: undefined | string

The model version of an object.

Optional name

name: undefined | string

Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Optional objectStatus

objectStatus: undefined | number

The status of an object that can be set to value 1 for shallow references across objects, other values reserved. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional objectVersion

objectVersion: undefined | number

The version of the object that is used to track changes in the object instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional operator

Optional operatorType

operatorType: OperatorType

The type of Runtime Operator

Optional outputs

outputs: undefined | object

The configuration provider bindings.

Optional parameters

parameters: Array<Parameter>

A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.

Optional parentRef

parentRef: model.ParentReference

Optional startTimeInMillis

startTimeInMillis: undefined | number

The runtime operator start time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional status

status: Status

Status of RuntimeOperator. This field is deprecated, use RuntimeOperator's executionState field instead.

Optional taskRunKey

taskRunKey: undefined | string

The TaskRun key.

Optional taskType

taskType: TaskType

The type of task run.

Functions

getDeserializedJsonObj

getJsonObj