ProjectsLocationsNasJobs
class ProjectsLocationsNasJobs extends Resource (View source)
The "nasJobs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$nasJobs = $aiplatformService->projects_locations_nasJobs;
Methods
Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not guaranteed. Clients
can use JobService.GetNasJob or other methods to check whether the
cancellation succeeded or whether the job completed despite cancellation. On
successful cancellation, the NasJob is not deleted; instead it becomes a job
with a NasJob.error value with a google.rpc.Status.code of 1, corresponding
to Code.CANCELLED
, and NasJob.state is set to CANCELLED
. (nasJobs.cancel)
Creates a NasJob (nasJobs.create)
Deletes a NasJob. (nasJobs.delete)
Gets a NasJob (nasJobs.get)
Lists NasJobs in a Location. (nasJobs.listProjectsLocationsNasJobs)
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelNasJobRequest $postBody, array $optParams = [])
Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not guaranteed. Clients
can use JobService.GetNasJob or other methods to check whether the
cancellation succeeded or whether the job completed despite cancellation. On
successful cancellation, the NasJob is not deleted; instead it becomes a job
with a NasJob.error value with a google.rpc.Status.code of 1, corresponding
to Code.CANCELLED
, and NasJob.state is set to CANCELLED
. (nasJobs.cancel)
GoogleCloudAiplatformV1NasJob
create(string $parent, GoogleCloudAiplatformV1NasJob $postBody, array $optParams = [])
Creates a NasJob (nasJobs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a NasJob. (nasJobs.delete)
GoogleCloudAiplatformV1NasJob
get(string $name, array $optParams = [])
Gets a NasJob (nasJobs.get)
GoogleCloudAiplatformV1ListNasJobsResponse
listProjectsLocationsNasJobs(string $parent, array $optParams = [])
Lists NasJobs in a Location. (nasJobs.listProjectsLocationsNasJobs)