Run operation
Create an operation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- CreateYQLOperationRequest
- CreateMaterializeHistoryOperationRequest
- CreateBatchInferenceOperationRequest
- CreateFineTuningOperationRequest
- CreateFileToDatasetOperationRequest
- CreateDatasetToFileOperationRequest
- CreateMergeOperationRequest
YQL query parameters.
List of source datasets for the operation.
"yql"Optional destination datasets. If not provided, a temporary dataset will be created.
AI Studio project ID to associate with the dataset.
"example_project"
Response
Successful Response
Operation id
"3a3fd2317bbe4b3bb9842bc1b5275eb9"
Type of the operation.
yql, materialize_history, batch_inference, finetuning, file_to_dataset, dataset_to_file, merge "yql"
"materialize_history"
"batch_inference"
"finetuning"
"file_to_dataset"
"dataset_to_file"
"merge"
Parameters specific to the operation type.
- YQLParams
- MaterializeHistoryParams
- BatchInferenceParams
- FineTuningParams
- FileToDatasetParams
- DatasetToFileParams
- MergeParams
List of source datasets for the operation.
- OperationSrcDataset
- OperationSrcTrainDataset
- OperationSrcValidationDataset
- OperationSrcDatasetToFile
List of destination datasets for the operation.
Current status of the operation.
queued, running, succeeded, failed, cancelled, unknown "queued"
"running"
"succeeded"
"failed"
"cancelled"
"unknown"
The Unix timestamp (in seconds) for when the operation was created.
1614807352
The Unix timestamp (in seconds) for when the operation started processing.
1614807352
The Unix timestamp (in seconds) for when the operation was completed.
1614807352
AI Studio project ID to associate with the dataset.
"example_project"