Skip to main content

run

Chainable Ops

run-config

Returns the config typedDict of the run

Argument
runA run

Return Value

The config typedDict of the run

run-createdAt

Returns the created at datetime of the run

Argument
runA run

Return Value

The created at datetime of the run

run-heartbeatAt

Returns the last heartbeat datetime of the run

Argument
runA run

Return Value

The last heartbeat datetime of the run

run-history

Returns the log history of the run

Argument
runA run

Return Value

The log history of the run

run-jobType

Returns the job type of the run

Argument
runA run

Return Value

The job type of the run

run-loggedArtifactVersion

Returns the artifactVersion logged by the run for a given name and alias

Argument
runA run
artifactVersionNameThe name:alias of the artifactVersion

Return Value

The artifactVersion logged by the run for a given name and alias

run-loggedArtifactVersions

Returns all of the artifactVersions logged by the run

Argument
runA run

Return Value

The artifactVersions logged by the run

run-name

Returns the name of the run

Argument
runA run

Return Value

The name of the run

run-runtime

Returns the runtime in seconds of the run

Argument
runA run

Return Value

The runtime in seconds of the run

run-summary

Returns the summary typedDict of the run

Argument
runA run

Return Value

The summary typedDict of the run

run-usedArtifactVersions

Returns all of the artifactVersions used by the run

Argument
runA run

Return Value

The artifactVersions used by the run

run-user

Returns the user of the run

Argument
runA run

Return Value

The user of the run

List Ops

run-config

Returns the config typedDict of the run

Argument
runA run

Return Value

The config typedDict of the run

run-createdAt

Returns the created at datetime of the run

Argument
runA run

Return Value

The created at datetime of the run

run-heartbeatAt

Returns the last heartbeat datetime of the run

Argument
runA run

Return Value

The last heartbeat datetime of the run

run-history

Returns the log history of the run

Argument
runA run

Return Value

The log history of the run

run-jobType

Returns the job type of the run

Argument
runA run

Return Value

The job type of the run

run-loggedArtifactVersion

Returns the artifactVersion logged by the run for a given name and alias

Argument
runA run
artifactVersionNameThe name:alias of the artifactVersion

Return Value

The artifactVersion logged by the run for a given name and alias

run-loggedArtifactVersions

Returns all of the artifactVersions logged by the run

Argument
runA run

Return Value

The artifactVersions logged by the run

run-name

Returns the name of the run

Argument
runA run

Return Value

The name of the run

run-runtime

Returns the runtime in seconds of the run

Argument
runA run

Return Value

The runtime in seconds of the run

run-summary

Returns the summary typedDict of the run

Argument
runA run

Return Value

The summary typedDict of the run

run-usedArtifactVersions

Returns all of the artifactVersions used by the run

Argument
runA run

Return Value

The artifactVersions used by the run

Was this page helpful?👍👎