Method
describeRefreshPipelineRun GET
Copy GET

Retrieve a single refresh pipeline run

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes refreshPipelineRunId str Unique string identifier associated with the refresh pipeline run.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result RefreshPipelineRun
KEY TYPE Description
refreshPipelineRunId str The unique identifier for the refresh pipeline run.
refreshPolicyId str Populated when the run was triggered by a refresh policy.
createdAt str The time when this refresh pipeline run was created, in ISO-8601 format.
startedAt str The time when the refresh pipeline run was started, in ISO-8601 format.
completedAt str The time when the refresh pipeline run was completed, in ISO-8601 format.
status str The status of the refresh pipeline run.
refreshType str The type of refresh policy to be run.
datasetVersions List[str] A list of dataset version IDs that this refresh pipeline run is monitoring.
featureGroupVersion str The feature group version ID that this refresh pipeline run is monitoring.
modelVersions List[str] A list of model version IDs that this refresh pipeline run is monitoring.
deploymentVersions List[str] A list of deployment version IDs that this refresh pipeline run is monitoring.
batchPredictions List[str] A list of batch prediction IDs that this refresh pipeline run is monitoring.
refreshPolicy RefreshPolicy The refresh policy for this refresh policy run.

Exceptions:

TYPE WHEN
DataNotFoundError

refreshPipelineRunId is not found.

Language:

Coming Soon!