ProjectsLocationsBatchPredictionJobs
class ProjectsLocationsBatchPredictionJobs extends Resource (View source)
The "batchPredictionJobs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$batchPredictionJobs = $aiplatformService->projects_locations_batchPredictionJobs;
Methods
Cancels a BatchPredictionJob. Starts asynchronous cancellation on the
BatchPredictionJob. The server makes the best effort to cancel the job, but
success is not guaranteed. Clients can use JobService.GetBatchPredictionJob
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation, the
BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set
to CANCELLED
. Any files already outputted by the job are not deleted.
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start. (batchPredictionJobs.create)
Deletes a BatchPredictionJob. Can only be called on jobs that already finished. (batchPredictionJobs.delete)
Gets a BatchPredictionJob (batchPredictionJobs.get)
Lists BatchPredictionJobs in a Location.
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelBatchPredictionJobRequest $postBody, array $optParams = [])
Cancels a BatchPredictionJob. Starts asynchronous cancellation on the
BatchPredictionJob. The server makes the best effort to cancel the job, but
success is not guaranteed. Clients can use JobService.GetBatchPredictionJob
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation, the
BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set
to CANCELLED
. Any files already outputted by the job are not deleted.
(batchPredictionJobs.cancel)
GoogleCloudAiplatformV1BatchPredictionJob
create(string $parent, GoogleCloudAiplatformV1BatchPredictionJob $postBody, array $optParams = [])
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start. (batchPredictionJobs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a BatchPredictionJob. Can only be called on jobs that already finished. (batchPredictionJobs.delete)
GoogleCloudAiplatformV1BatchPredictionJob
get(string $name, array $optParams = [])
Gets a BatchPredictionJob (batchPredictionJobs.get)
GoogleCloudAiplatformV1ListBatchPredictionJobsResponse
listProjectsLocationsBatchPredictionJobs(string $parent, array $optParams = [])
Lists BatchPredictionJobs in a Location.
(batchPredictionJobs.listProjectsLocationsBatchPredictionJobs)