Create views batch job

View as Markdown
Create a new views batch job.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Details of the views batch job to create.
namestringRequired3-50 characters
Name of the batch job.
views_batch_configuration_idstringRequired
Unique ID of the views batch configuration to use for the job.
model_idstringRequired
Unique ID of the model to use for the views batch job.
views_batcheslist of objectsRequired
List of views batches to process in the views batch job.
compute_configuration_idstringOptional
ID of the compute configuration.
maximum_runtime_secondsintegerOptional>=1Defaults to 3600
Specifies the maximum allowed runtime, in seconds, for the views batch job.

Response

Views batch job successfully created.
idstring
Unique ID of the batch job.
namestring3-50 characters
Name of the batch job.
accountobject
views_batch_configurationobject
statusenum
created_atdatetime
Timestamp when the batch job was created.
modelobject
workspaceobject
compute_configurationobject
maximum_runtime_secondsinteger>=1
Specifies the maximum allowed runtime, in seconds, for the training job.
stagestring
The current stage of the job.
progressdouble
The overall progress of the job.
created_byobject or null
Reference of the user who created the batch job, if known.
updated_atdatetime
Timestamp when the batch job was last updated.
views_batcheslist of objects
List of views batches associated with the views batch job.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error