ProjectsLocationsBatches
class ProjectsLocationsBatches extends Resource (View source)
The "batches" collection of methods.
Typical usage is:
$dataprocService = new Google\Service\Dataproc(...);
$batches = $dataprocService->projects_locations_batches;
Methods
Analyze a Batch for possible recommendations and insights. (batches.analyze)
Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION. (batches.delete)
Gets the batch workload resource representation. (batches.get)
Lists batch workloads. (batches.listProjectsLocationsBatches)
Details
Operation
analyze(string $name, AnalyzeBatchRequest $postBody, array $optParams = [])
Analyze a Batch for possible recommendations and insights. (batches.analyze)
Operation
create(string $parent, Batch $postBody, array $optParams = [])
Creates a batch workload that executes asynchronously. (batches.create)
DataprocEmpty
delete(string $name, array $optParams = [])
Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION. (batches.delete)
Batch
get(string $name, array $optParams = [])
Gets the batch workload resource representation. (batches.get)
ListBatchesResponse
listProjectsLocationsBatches(string $parent, array $optParams = [])
Lists batch workloads. (batches.listProjectsLocationsBatches)