Update views batch job
Update an existing views batch job.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
viewsBatchJobId
Request
Views batch job details to update.
name
Updated name of the views batch job.
Response
Views batch job successfully updated.
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
404
Not Found Error
409
Conflict Error
500
Internal Server Error

