Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateJobResponse |
GPUdb.createJob(CreateJobRequest request)
Create a job which will run asynchronously.
|
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.setData(ByteBuffer data)
Binary-encoded payload for the job to be run asynchronously.
|
CreateJobRequest |
CreateJobRequest.setDataStr(String dataStr)
JSON-encoded payload for the job to be run asynchronously.
|
CreateJobRequest |
CreateJobRequest.setEndpoint(String endpoint)
Indicates which endpoint to execute, e.g.
|
CreateJobRequest |
CreateJobRequest.setOptions(Map<String,String> options)
Optional parameters.
|
CreateJobRequest |
CreateJobRequest.setRequestEncoding(String requestEncoding)
The encoding of the request payload for the job.
|
Copyright © 2025. All rights reserved.