ProjectsAnnotationSpecSets
class ProjectsAnnotationSpecSets extends Resource (View source)
The "annotationSpecSets" collection of methods.
Typical usage is:
$datalabelingService = new Google\Service\DataLabeling(...);
$annotationSpecSets = $datalabelingService->projects_annotationSpecSets;
Methods
Creates an annotation spec set by providing a set of labels.
Deletes an annotation spec set by resource name. (annotationSpecSets.delete)
Gets an annotation spec set by resource name. (annotationSpecSets.get)
Lists annotation spec sets for a project. Pagination is supported.
Details
GoogleCloudDatalabelingV1beta1AnnotationSpecSet
create(string $parent, GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest $postBody, array $optParams = [])
Creates an annotation spec set by providing a set of labels.
(annotationSpecSets.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an annotation spec set by resource name. (annotationSpecSets.delete)
GoogleCloudDatalabelingV1beta1AnnotationSpecSet
get(string $name, array $optParams = [])
Gets an annotation spec set by resource name. (annotationSpecSets.get)
GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse
listProjectsAnnotationSpecSets(string $parent, array $optParams = [])
Lists annotation spec sets for a project. Pagination is supported.
(annotationSpecSets.listProjectsAnnotationSpecSets)