Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
revoscalepy.RxRemoteJob(compute_context: revoscalepy.computecontext.RxComputeContext.RxComputeContext,
job_id: str = None)
Description
Closes the remote job, purging all associated job-related data. You can reference a job by its ID, or call close() to purge jobs in a given compute context.
close()
Closes the remote job, purging all the data associated with the job
deserialize_job(job_id: str) -> revoscalepy.computecontext.RxRemoteJob.RxRemoteJob
Deserializes a RxRemoteJob given the job ID
Returns deserialize_jobs
The job that was deserialized
deserialize_jobs() -> list
Deserializes the existing jobs that have not been cleaned up by calling close().
Returns resolve_context
The deserialized jobs
() -> revoscalepy.computecontext.RxComputeContext.RxComputeContext
Resolves the RxComputeContext that is associated with the job
Returns RxComputeContext
The RxComputeContext that is associated with the job or None if the compute context isn’t valid