retrieve

@Contract(pure = true)
open fun retrieve(runStep: RunStep): RunStep

Retrieves the updated run step object from the given run step.

This method returns a new run step object wrapper. The run step parameter is used only for RunStep.id. This method is useful for getting updated information about a run step's status or values.

Return

The retrieved run step

Parameters

runStep

The run step to retrieve


@Contract(pure = true)
abstract fun retrieve(id: String): RunStep

Retrieves the run step with the given id.

Return

The retrieved run step

Parameters

id

The id of the run step to retrieve