PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
DataLabeling
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\DataLabeling; class GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata extends \Google\Collection { protected $collection_key = 'partialFailures'; public $annotatedDataset; public $createTime; public $dataset; protected $imageBoundingBoxDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata::class; protected $imageBoundingBoxDetailsDataType = ''; protected $imageBoundingPolyDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata::class; protected $imageBoundingPolyDetailsDataType = ''; protected $imageClassificationDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata::class; protected $imageClassificationDetailsDataType = ''; protected $imageOrientedBoundingBoxDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata::class; protected $imageOrientedBoundingBoxDetailsDataType = ''; protected $imagePolylineDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata::class; protected $imagePolylineDetailsDataType = ''; protected $imageSegmentationDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata::class; protected $imageSegmentationDetailsDataType = ''; protected $partialFailuresType = GoogleRpcStatus::class; protected $partialFailuresDataType = 'array'; public $progressPercent; protected $textClassificationDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata::class; protected $textClassificationDetailsDataType = ''; protected $textEntityExtractionDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata::class; protected $textEntityExtractionDetailsDataType = ''; protected $videoClassificationDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata::class; protected $videoClassificationDetailsDataType = ''; protected $videoEventDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata::class; protected $videoEventDetailsDataType = ''; protected $videoObjectDetectionDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata::class; protected $videoObjectDetectionDetailsDataType = ''; protected $videoObjectTrackingDetailsType = GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata::class; protected $videoObjectTrackingDetailsDataType = ''; public function setAnnotatedDataset($annotatedDataset) { $this->annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata */ public function setImageBoundingBoxDetails(GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails) { $this->imageBoundingBoxDetails = $imageBoundingBoxDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata */ public function getImageBoundingBoxDetails() { return $this->imageBoundingBoxDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata */ public function setImageBoundingPolyDetails(GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails) { $this->imageBoundingPolyDetails = $imageBoundingPolyDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata */ public function getImageBoundingPolyDetails() { return $this->imageBoundingPolyDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata */ public function setImageClassificationDetails(GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata $imageClassificationDetails) { $this->imageClassificationDetails = $imageClassificationDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata */ public function getImageClassificationDetails() { return $this->imageClassificationDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function setImageOrientedBoundingBoxDetails(GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails) { $this->imageOrientedBoundingBoxDetails = $imageOrientedBoundingBoxDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata */ public function getImageOrientedBoundingBoxDetails() { return $this->imageOrientedBoundingBoxDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata */ public function setImagePolylineDetails(GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata $imagePolylineDetails) { $this->imagePolylineDetails = $imagePolylineDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata */ public function getImagePolylineDetails() { return $this->imagePolylineDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata */ public function setImageSegmentationDetails(GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata $imageSegmentationDetails) { $this->imageSegmentationDetails = $imageSegmentationDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata */ public function getImageSegmentationDetails() { return $this->imageSegmentationDetails; } /** * @param GoogleRpcStatus[] */ public function setPartialFailures($partialFailures) { $this->partialFailures = $partialFailures; } /** * @return GoogleRpcStatus[] */ public function getPartialFailures() { return $this->partialFailures; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata */ public function setTextClassificationDetails(GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata $textClassificationDetails) { $this->textClassificationDetails = $textClassificationDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata */ public function getTextClassificationDetails() { return $this->textClassificationDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata */ public function setTextEntityExtractionDetails(GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails) { $this->textEntityExtractionDetails = $textEntityExtractionDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata */ public function getTextEntityExtractionDetails() { return $this->textEntityExtractionDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata */ public function setVideoClassificationDetails(GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata $videoClassificationDetails) { $this->videoClassificationDetails = $videoClassificationDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata */ public function getVideoClassificationDetails() { return $this->videoClassificationDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata */ public function setVideoEventDetails(GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata $videoEventDetails) { $this->videoEventDetails = $videoEventDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata */ public function getVideoEventDetails() { return $this->videoEventDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata */ public function setVideoObjectDetectionDetails(GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails) { $this->videoObjectDetectionDetails = $videoObjectDetectionDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata */ public function getVideoObjectDetectionDetails() { return $this->videoObjectDetectionDetails; } /** * @param GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata */ public function setVideoObjectTrackingDetails(GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails) { $this->videoObjectTrackingDetails = $videoObjectTrackingDetails; } /** * @return GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata */ public function getVideoObjectTrackingDetails() { return $this->videoObjectTrackingDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata');
[+]
..
[-] GoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EvaluationJobConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SearchEvaluationsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1HumanAnnotationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Example.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Polyline.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1OutputConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1ImportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1DataItem.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1PauseEvaluationJobRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CreateDatasetRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1PdfInstruction.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1GcsDestination.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Instruction.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CreateInstructionRequest.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ClassificationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SequentialSegment.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1GenerateAnalysisReportOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoPayload.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TimeSegment.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Vertex.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EvaluationMetrics.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotationSpecSet.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListFeedbackThreadsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextClassificationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ExampleComparison.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1OutputConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1HumanAnnotationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1NormalizedVertex.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation.php
[edit]
[-] GoogleRpcStatus.php
[edit]
[-] GoogleCloudDatalabelingV1beta1HumanAnnotationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelVideoRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ResumeEvaluationJobRequest.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1ImportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1HumanAnnotationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1GcsFolderDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SegmentationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1InputConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1ExportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ConfusionMatrix.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EventConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextClassificationAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ExportDataRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1GcsDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListDataItemsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelStats.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SentimentConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1GcsDestination.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoThumbnail.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListFeedbackMessagesResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1NormalizedPolyline.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Evaluation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1PrCurve.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Dataset.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1GcsDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListAnnotatedDatasetsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1PolylineConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ObjectTrackingConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1OutputConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation.php
[edit]
[-] GoogleProtobufEmpty.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotationValue.php
[edit]
[-] GoogleCloudDatalabelingV1beta1OperatorMetadata.php
[edit]
[+]
Resource
[-] GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelStats.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImageClassificationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Row.php
[edit]
[-] GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ExportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1ExportDataOperationMetadata.php
[edit]
[-] GoogleLongrunningOperation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListDatasetsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ExportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListInstructionsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1FeedbackThread.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1BigQuerySource.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1ImportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ClassificationMetrics.php
[edit]
[-] GoogleCloudDatalabelingV1beta1BoundingPoly.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Attempt.php
[edit]
[-] GoogleLongrunningListOperationsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1GcsSource.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EvaluationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1Annotation.php
[edit]
[-] GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CsvInstruction.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImagePayload.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoEventAnnotation.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1ImportDataOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1GcsFolderDestination.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelStats.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1OutputConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1ImportDataOperationResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1BoundingPolyConfig.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotatedDataset.php
[edit]
[-] GoogleCloudDatalabelingV1beta1VideoClassificationConfig.php
[edit]
[-] GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1CreateInstructionMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelStats.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelImageRequest.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1TextPayload.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1LabelTextRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1AnnotationSpec.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListExamplesResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ImportDataRequest.php
[edit]
[-] GoogleCloudDatalabelingV1beta1EvaluationJob.php
[edit]
[-] GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.php
[edit]
[-] GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse.php
[edit]
[-] GoogleCloudDatalabelingV1beta1FeedbackMessage.php
[edit]