Create views batch job
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.
name
Name of the batch job.
views_batch_configuration_id
Unique ID of the views batch configuration to use for the job.
model_id
Unique ID of the model to use for the views batch job.
views_batches
List of views batches to process in the views batch job.
compute_configuration_id
ID of the compute configuration.
maximum_runtime_seconds
Specifies the maximum allowed runtime, in seconds, for the views batch job.
Response
Views batch job successfully created.
id
Unique ID of the batch job.
name
Name of the batch job.
account
views_batch_configuration
status
created_at
Timestamp when the batch job was created.
model
workspace
compute_configuration
maximum_runtime_seconds
Specifies the maximum allowed runtime, in seconds, for the training job.
stage
The current stage of the job.
progress
The overall progress of the job.
created_by
Reference of the user who created the batch job, if known.
updated_at
Timestamp when the batch job was last updated.
views_batches
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

