status dataset
The status dataset
command displays the status of a training dataset job. The status of the dataset must be COMPLETED before the dataset can be used for training.
Syntax
Parameters
Parameter
Description
<dataset name>
The name of the dataset
detail
Optional parameter that shows a detailed status output of the dataset job. The dataset job will start the data-sink jobs and the feature-view jobs, and once the features are ready to be served, it will proceed with materializing the dataset.
Output Fields
Output Field
Description
status
The status of the task, which is one of the following: - STARTED: The task has just started. - RUNNING: The task is running normally. - STOPPED: The task was stopped by the user. - COMPLETED: The task ran to completion. - FAILED: The task failed.
Example
Last updated