class ProjectsLocationsDatasetsDataItemsAnnotations extends Resource (View source)

The "annotations" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $annotations = $aiplatformService->projects_locations_datasets_dataItems_annotations;

Methods

listProjectsLocationsDatasetsDataItemsAnnotations(string $parent, array $optParams = [])

Lists Annotations belongs to a dataitem (annotations.listProjectsLocationsDatasetsDataItemsAnnotations)

Details

GoogleCloudAiplatformV1ListAnnotationsResponse listProjectsLocationsDatasetsDataItemsAnnotations(string $parent, array $optParams = [])

Lists Annotations belongs to a dataitem (annotations.listProjectsLocationsDatasetsDataItemsAnnotations)

Parameters

string $parent

Required. The resource name of the DataItem to list Annotations from. Format: projects/{project}/locations/{location}/datasets/{ dataset}/dataItems/{data_item}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListAnnotationsResponse

Exceptions

Exception