ProjectsLocationsDataLabelingJobs
class ProjectsLocationsDataLabelingJobs extends Resource (View source)
The "dataLabelingJobs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$dataLabelingJobs = $aiplatformService->projects_locations_dataLabelingJobs;
Methods
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
Creates a DataLabelingJob. (dataLabelingJobs.create)
Deletes a DataLabelingJob. (dataLabelingJobs.delete)
Gets a DataLabelingJob. (dataLabelingJobs.get)
Lists DataLabelingJobs in a Location.
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelDataLabelingJobRequest $postBody, array $optParams = [])
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
(dataLabelingJobs.cancel)
GoogleCloudAiplatformV1DataLabelingJob
create(string $parent, GoogleCloudAiplatformV1DataLabelingJob $postBody, array $optParams = [])
Creates a DataLabelingJob. (dataLabelingJobs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a DataLabelingJob. (dataLabelingJobs.delete)
GoogleCloudAiplatformV1DataLabelingJob
get(string $name, array $optParams = [])
Gets a DataLabelingJob. (dataLabelingJobs.get)
GoogleCloudAiplatformV1ListDataLabelingJobsResponse
listProjectsLocationsDataLabelingJobs(string $parent, array $optParams = [])
Lists DataLabelingJobs in a Location.
(dataLabelingJobs.listProjectsLocationsDataLabelingJobs)