Class |
Description |
---|
com.google.cloud.datalabeling.v1beta1.AnnotatedDataset |
AnnotatedDataset is a set holding annotations for data in a Dataset. Each
labeling task will generate an AnnotatedDataset under the Dataset that the
task is requested for. |
com.google.cloud.datalabeling.v1beta1.AnnotatedDataset.Builder |
AnnotatedDataset is a set holding annotations for data in a Dataset. Each
labeling task will generate an AnnotatedDataset under the Dataset that the
task is requested for. |
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata |
Metadata on AnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata.Builder |
Metadata on AnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetName |
|
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetName.Builder |
Builder for projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}. |
com.google.cloud.datalabeling.v1beta1.Annotation |
Annotation for Example. Each example may have one or more annotations. For
example in image classification problem, each image might have one or more
labels. We call labels binded with this image an Annotation. |
com.google.cloud.datalabeling.v1beta1.Annotation.Builder |
Annotation for Example. Each example may have one or more annotations. For
example in image classification problem, each image might have one or more
labels. We call labels binded with this image an Annotation. |
com.google.cloud.datalabeling.v1beta1.AnnotationMetadata |
Additional information associated with the annotation.
|
com.google.cloud.datalabeling.v1beta1.AnnotationMetadata.Builder |
Additional information associated with the annotation.
|
com.google.cloud.datalabeling.v1beta1.AnnotationOuterClass |
|
com.google.cloud.datalabeling.v1beta1.AnnotationSpec |
Container of information related to one possible annotation that can be used
in a labeling task. For example, an image classification task where images
are labeled as dog or cat must reference an AnnotationSpec for dog and |
com.google.cloud.datalabeling.v1beta1.AnnotationSpec.Builder |
Container of information related to one possible annotation that can be used
in a labeling task. For example, an image classification task where images
are labeled as dog or cat must reference an AnnotationSpec for dog and |
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSet |
An AnnotationSpecSet is a collection of label definitions. For example, in
image classification tasks, you define a set of possible labels for images as
an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation. |
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSet.Builder |
An AnnotationSpecSet is a collection of label definitions. For example, in
image classification tasks, you define a set of possible labels for images as
an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation. |
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetName |
|
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetName.Builder |
Builder for projects/{project}/annotationSpecSets/{annotation_spec_set}. |
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetOuterClass |
|
com.google.cloud.datalabeling.v1beta1.AnnotationValue |
Annotation value for an example.
|
com.google.cloud.datalabeling.v1beta1.AnnotationValue.Builder |
Annotation value for an example.
|
com.google.cloud.datalabeling.v1beta1.Attempt |
Records a failed evaluation job run.
|
com.google.cloud.datalabeling.v1beta1.Attempt.Builder |
Records a failed evaluation job run.
|
com.google.cloud.datalabeling.v1beta1.BigQuerySource |
The BigQuery location for input data. If used in an EvaluationJob, this
is where the service saves the prediction input and output sampled from the
model version. |
com.google.cloud.datalabeling.v1beta1.BigQuerySource.Builder |
The BigQuery location for input data. If used in an EvaluationJob, this
is where the service saves the prediction input and output sampled from the
model version. |
com.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions |
Options regarding evaluation between bounding boxes.
|
com.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions.Builder |
Options regarding evaluation between bounding boxes.
|
com.google.cloud.datalabeling.v1beta1.BoundingPoly |
A bounding polygon in the image.
|
com.google.cloud.datalabeling.v1beta1.BoundingPoly.Builder |
A bounding polygon in the image.
|
com.google.cloud.datalabeling.v1beta1.BoundingPolyConfig |
Config for image bounding poly (and bounding box) human labeling task.
|
com.google.cloud.datalabeling.v1beta1.BoundingPolyConfig.Builder |
Config for image bounding poly (and bounding box) human labeling task.
|
com.google.cloud.datalabeling.v1beta1.ClassificationMetadata |
Metadata for classification annotations.
|
com.google.cloud.datalabeling.v1beta1.ClassificationMetadata.Builder |
Metadata for classification annotations.
|
com.google.cloud.datalabeling.v1beta1.ClassificationMetrics |
Metrics calculated for a classification model.
|
com.google.cloud.datalabeling.v1beta1.ClassificationMetrics.Builder |
Metrics calculated for a classification model.
|
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix |
Confusion matrix of the model running the classification. Only applicable
when the metrics entry aggregates multiple labels. Not applicable when the
entry is for a single label. |
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix.Builder |
Confusion matrix of the model running the classification. Only applicable
when the metrics entry aggregates multiple labels. Not applicable when the
entry is for a single label. |
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry |
Protobuf type google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry |
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry.Builder |
Protobuf type google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry |
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix.Row |
A row in the confusion matrix. Each entry in this row has the same
ground truth label.
|
com.google.cloud.datalabeling.v1beta1.ConfusionMatrix.Row.Builder |
A row in the confusion matrix. Each entry in this row has the same
ground truth label.
|
com.google.cloud.datalabeling.v1beta1.CreateAnnotationSpecSetRequest |
Request message for CreateAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.CreateAnnotationSpecSetRequest.Builder |
Request message for CreateAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.CreateDatasetRequest |
Request message for CreateDataset.
|
com.google.cloud.datalabeling.v1beta1.CreateDatasetRequest.Builder |
Request message for CreateDataset.
|
com.google.cloud.datalabeling.v1beta1.CreateEvaluationJobRequest |
Request message for CreateEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.CreateEvaluationJobRequest.Builder |
Request message for CreateEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.CreateInstructionMetadata |
Metadata of a CreateInstruction operation.
|
com.google.cloud.datalabeling.v1beta1.CreateInstructionMetadata.Builder |
Metadata of a CreateInstruction operation.
|
com.google.cloud.datalabeling.v1beta1.CreateInstructionRequest |
Request message for CreateInstruction.
|
com.google.cloud.datalabeling.v1beta1.CreateInstructionRequest.Builder |
Request message for CreateInstruction.
|
com.google.cloud.datalabeling.v1beta1.CsvInstruction |
Deprecated: this instruction format is not supported any more.
Instruction from a CSV file.
|
com.google.cloud.datalabeling.v1beta1.CsvInstruction.Builder |
Deprecated: this instruction format is not supported any more.
Instruction from a CSV file.
|
com.google.cloud.datalabeling.v1beta1.DataItem |
DataItem is a piece of data, without annotation. For example, an image.
|
com.google.cloud.datalabeling.v1beta1.DataItem.Builder |
DataItem is a piece of data, without annotation. For example, an image.
|
com.google.cloud.datalabeling.v1beta1.DataItemName |
|
com.google.cloud.datalabeling.v1beta1.DataItemName.Builder |
Builder for projects/{project}/datasets/{dataset}/dataItems/{data_item}. |
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotatedDatasetsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotationSpecSetsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotationSpecSetsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotationSpecSetsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDataItemsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDataItemsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDataItemsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDatasetsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDatasetsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDatasetsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListEvaluationJobsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListEvaluationJobsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListEvaluationJobsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListExamplesFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListExamplesPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListExamplesPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchEvaluationsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchEvaluationsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchEvaluationsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchExampleComparisonsFixedSizeCollection |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchExampleComparisonsPage |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.SearchExampleComparisonsPagedResponse |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceGrpc |
Service for the AI Platform Data Labeling API.
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceGrpc.DataLabelingServiceImplBase |
Base class for the server implementation of the service DataLabelingService.
Service for the AI Platform Data Labeling API. |
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceOuterClass |
|
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceSettings.Builder |
Builder for DataLabelingServiceSettings. |
com.google.cloud.datalabeling.v1beta1.DataPayloads |
|
com.google.cloud.datalabeling.v1beta1.Dataset |
Dataset is the resource to hold your data. You can request multiple labeling
tasks for a dataset while each one will generate an AnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.Dataset.Builder |
Dataset is the resource to hold your data. You can request multiple labeling
tasks for a dataset while each one will generate an AnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.DatasetName |
|
com.google.cloud.datalabeling.v1beta1.DatasetName.Builder |
Builder for projects/{project}/datasets/{dataset}. |
com.google.cloud.datalabeling.v1beta1.DatasetOuterClass |
|
com.google.cloud.datalabeling.v1beta1.DeleteAnnotatedDatasetRequest |
Request message for DeleteAnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.DeleteAnnotatedDatasetRequest.Builder |
Request message for DeleteAnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.DeleteAnnotationSpecSetRequest |
Request message for DeleteAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.DeleteAnnotationSpecSetRequest.Builder |
Request message for DeleteAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.DeleteDatasetRequest |
Request message for DeleteDataset.
|
com.google.cloud.datalabeling.v1beta1.DeleteDatasetRequest.Builder |
Request message for DeleteDataset.
|
com.google.cloud.datalabeling.v1beta1.DeleteEvaluationJobRequest |
Request message DeleteEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.DeleteEvaluationJobRequest.Builder |
Request message DeleteEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.DeleteInstructionRequest |
Request message for DeleteInstruction.
|
com.google.cloud.datalabeling.v1beta1.DeleteInstructionRequest.Builder |
Request message for DeleteInstruction.
|
com.google.cloud.datalabeling.v1beta1.Evaluation |
Describes an evaluation between a machine learning model's predictions and
ground truth labels. Created when an EvaluationJob runs successfully.
|
com.google.cloud.datalabeling.v1beta1.Evaluation.Builder |
Describes an evaluation between a machine learning model's predictions and
ground truth labels. Created when an EvaluationJob runs successfully.
|
com.google.cloud.datalabeling.v1beta1.EvaluationConfig |
Configuration details used for calculating evaluation metrics and creating an
Evaluation.
|
com.google.cloud.datalabeling.v1beta1.EvaluationConfig.Builder |
Configuration details used for calculating evaluation metrics and creating an
Evaluation.
|
com.google.cloud.datalabeling.v1beta1.EvaluationJob |
Defines an evaluation job that runs periodically to generate
Evaluations. Creating an evaluation
job is the starting point |
com.google.cloud.datalabeling.v1beta1.EvaluationJob.Builder |
Defines an evaluation job that runs periodically to generate
Evaluations. Creating an evaluation
job is the starting point |
com.google.cloud.datalabeling.v1beta1.EvaluationJobAlertConfig |
Provides details for how an evaluation job sends email alerts based on the
results of a run.
|
com.google.cloud.datalabeling.v1beta1.EvaluationJobAlertConfig.Builder |
Provides details for how an evaluation job sends email alerts based on the
results of a run.
|
com.google.cloud.datalabeling.v1beta1.EvaluationJobConfig |
Configures specific details of how a continuous evaluation job works. Provide
this configuration when you create an EvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.EvaluationJobConfig.Builder |
Configures specific details of how a continuous evaluation job works. Provide
this configuration when you create an EvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.EvaluationJobName |
|
com.google.cloud.datalabeling.v1beta1.EvaluationJobName.Builder |
Builder for projects/{project}/evaluationJobs/{evaluation_job}. |
com.google.cloud.datalabeling.v1beta1.EvaluationJobOuterClass |
|
com.google.cloud.datalabeling.v1beta1.EvaluationMetrics |
Protobuf type google.cloud.datalabeling.v1beta1.EvaluationMetrics |
com.google.cloud.datalabeling.v1beta1.EvaluationMetrics.Builder |
Protobuf type google.cloud.datalabeling.v1beta1.EvaluationMetrics |
com.google.cloud.datalabeling.v1beta1.EvaluationName |
|
com.google.cloud.datalabeling.v1beta1.EvaluationName.Builder |
Builder for projects/{project}/datasets/{dataset}/evaluations/{evaluation}. |
com.google.cloud.datalabeling.v1beta1.EvaluationOuterClass |
|
com.google.cloud.datalabeling.v1beta1.EventConfig |
Config for video event human labeling task.
|
com.google.cloud.datalabeling.v1beta1.EventConfig.Builder |
Config for video event human labeling task.
|
com.google.cloud.datalabeling.v1beta1.Example |
An Example is a piece of data and its annotation. For example, an image with
label "house".
|
com.google.cloud.datalabeling.v1beta1.Example.Builder |
An Example is a piece of data and its annotation. For example, an image with
label "house".
|
com.google.cloud.datalabeling.v1beta1.ExampleName |
|
com.google.cloud.datalabeling.v1beta1.ExampleName.Builder |
Builder for
projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}/examples/{example}. |
com.google.cloud.datalabeling.v1beta1.ExportDataOperationMetadata |
Metadata of an ExportData operation.
|
com.google.cloud.datalabeling.v1beta1.ExportDataOperationMetadata.Builder |
Metadata of an ExportData operation.
|
com.google.cloud.datalabeling.v1beta1.ExportDataOperationResponse |
Response used for ExportDataset longrunning operation.
|
com.google.cloud.datalabeling.v1beta1.ExportDataOperationResponse.Builder |
Response used for ExportDataset longrunning operation.
|
com.google.cloud.datalabeling.v1beta1.ExportDataRequest |
Request message for ExportData API.
|
com.google.cloud.datalabeling.v1beta1.ExportDataRequest.Builder |
Request message for ExportData API.
|
com.google.cloud.datalabeling.v1beta1.GcsDestination |
Export destination of the data.Only gcs path is allowed in
output_uri.
|
com.google.cloud.datalabeling.v1beta1.GcsDestination.Builder |
Export destination of the data.Only gcs path is allowed in
output_uri.
|
com.google.cloud.datalabeling.v1beta1.GcsFolderDestination |
Export folder destination of the data.
|
com.google.cloud.datalabeling.v1beta1.GcsFolderDestination.Builder |
Export folder destination of the data.
|
com.google.cloud.datalabeling.v1beta1.GcsSource |
Source of the Cloud Storage file to be imported.
|
com.google.cloud.datalabeling.v1beta1.GcsSource.Builder |
Source of the Cloud Storage file to be imported.
|
com.google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest |
Request message for GetAnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest.Builder |
Request message for GetAnnotatedDataset.
|
com.google.cloud.datalabeling.v1beta1.GetAnnotationSpecSetRequest |
Request message for GetAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.GetAnnotationSpecSetRequest.Builder |
Request message for GetAnnotationSpecSet.
|
com.google.cloud.datalabeling.v1beta1.GetDataItemRequest |
Request message for GetDataItem.
|
com.google.cloud.datalabeling.v1beta1.GetDataItemRequest.Builder |
Request message for GetDataItem.
|
com.google.cloud.datalabeling.v1beta1.GetDatasetRequest |
Request message for GetDataSet.
|
com.google.cloud.datalabeling.v1beta1.GetDatasetRequest.Builder |
Request message for GetDataSet.
|
com.google.cloud.datalabeling.v1beta1.GetEvaluationJobRequest |
Request message for GetEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.GetEvaluationJobRequest.Builder |
Request message for GetEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.GetEvaluationRequest |
Request message for GetEvaluation.
|
com.google.cloud.datalabeling.v1beta1.GetEvaluationRequest.Builder |
Request message for GetEvaluation.
|
com.google.cloud.datalabeling.v1beta1.GetExampleRequest |
Request message for GetExample
|
com.google.cloud.datalabeling.v1beta1.GetExampleRequest.Builder |
Request message for GetExample
|
com.google.cloud.datalabeling.v1beta1.GetInstructionRequest |
Request message for GetInstruction.
|
com.google.cloud.datalabeling.v1beta1.GetInstructionRequest.Builder |
Request message for GetInstruction.
|
com.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig |
Configuration for how human labeling task should be done.
|
com.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig.Builder |
Configuration for how human labeling task should be done.
|
com.google.cloud.datalabeling.v1beta1.HumanAnnotationConfigOuterClass |
|
com.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation |
Image bounding poly annotation. It represents a polygon including
bounding box in the image.
|
com.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation.Builder |
Image bounding poly annotation. It represents a polygon including
bounding box in the image.
|
com.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation |
Image classification annotation definition.
|
com.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation.Builder |
Image classification annotation definition.
|
com.google.cloud.datalabeling.v1beta1.ImageClassificationConfig |
Config for image classification human labeling task.
|
com.google.cloud.datalabeling.v1beta1.ImageClassificationConfig.Builder |
Config for image classification human labeling task.
|
com.google.cloud.datalabeling.v1beta1.ImagePayload |
Container of information about an image.
|
com.google.cloud.datalabeling.v1beta1.ImagePayload.Builder |
Container of information about an image.
|
com.google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation |
A polyline for the image annotation.
|
com.google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation.Builder |
A polyline for the image annotation.
|
com.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation |
Image segmentation annotation.
|
com.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation.Builder |
Image segmentation annotation.
|
com.google.cloud.datalabeling.v1beta1.ImportDataOperationMetadata |
Metadata of an ImportData operation.
|
com.google.cloud.datalabeling.v1beta1.ImportDataOperationMetadata.Builder |
Metadata of an ImportData operation.
|
com.google.cloud.datalabeling.v1beta1.ImportDataOperationResponse |
Response used for ImportData longrunning operation.
|
com.google.cloud.datalabeling.v1beta1.ImportDataOperationResponse.Builder |
Response used for ImportData longrunning operation.
|
com.google.cloud.datalabeling.v1beta1.ImportDataRequest |
Request message for ImportData API.
|
com.google.cloud.datalabeling.v1beta1.ImportDataRequest.Builder |
Request message for ImportData API.
|
com.google.cloud.datalabeling.v1beta1.InputConfig |
The configuration of input data, including data type, location, etc.
|
com.google.cloud.datalabeling.v1beta1.InputConfig.Builder |
The configuration of input data, including data type, location, etc.
|
com.google.cloud.datalabeling.v1beta1.Instruction |
Instruction of how to perform the labeling task for human operators.
Currently only PDF instruction is supported.
|
com.google.cloud.datalabeling.v1beta1.Instruction.Builder |
Instruction of how to perform the labeling task for human operators.
Currently only PDF instruction is supported.
|
com.google.cloud.datalabeling.v1beta1.InstructionName |
|
com.google.cloud.datalabeling.v1beta1.InstructionName.Builder |
Builder for projects/{project}/instructions/{instruction}. |
com.google.cloud.datalabeling.v1beta1.InstructionOuterClass |
|
com.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata |
Details of a LabelImageBoundingBox operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata.Builder |
Details of a LabelImageBoundingBox operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata |
Details of LabelImageBoundingPoly operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata.Builder |
Details of LabelImageBoundingPoly operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata |
Metadata of a LabelImageClassification operation.
|
com.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata.Builder |
Metadata of a LabelImageClassification operation.
|
com.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata |
Details of a LabelImageOrientedBoundingBox operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata.Builder |
Details of a LabelImageOrientedBoundingBox operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata |
Details of LabelImagePolyline operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata.Builder |
Details of LabelImagePolyline operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageRequest |
Request message for starting an image labeling task.
|
com.google.cloud.datalabeling.v1beta1.LabelImageRequest.Builder |
Request message for starting an image labeling task.
|
com.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata |
Details of a LabelImageSegmentation operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata.Builder |
Details of a LabelImageSegmentation operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelOperationMetadata |
Metadata of a labeling operation, such as LabelImage or LabelVideo.
Next tag: 20
|
com.google.cloud.datalabeling.v1beta1.LabelOperationMetadata.Builder |
Metadata of a labeling operation, such as LabelImage or LabelVideo.
Next tag: 20
|
com.google.cloud.datalabeling.v1beta1.LabelStats |
Statistics about annotation specs.
|
com.google.cloud.datalabeling.v1beta1.LabelStats.Builder |
Statistics about annotation specs.
|
com.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata |
Details of a LabelTextClassification operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata.Builder |
Details of a LabelTextClassification operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata |
Details of a LabelTextEntityExtraction operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata.Builder |
Details of a LabelTextEntityExtraction operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelTextRequest |
Request message for LabelText.
|
com.google.cloud.datalabeling.v1beta1.LabelTextRequest.Builder |
Request message for LabelText.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata |
Details of a LabelVideoClassification operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata.Builder |
Details of a LabelVideoClassification operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata |
Details of a LabelVideoEvent operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata.Builder |
Details of a LabelVideoEvent operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata |
Details of a LabelVideoObjectDetection operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata.Builder |
Details of a LabelVideoObjectDetection operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata |
Details of a LabelVideoObjectTracking operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata.Builder |
Details of a LabelVideoObjectTracking operation metadata.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoRequest |
Request message for LabelVideo.
|
com.google.cloud.datalabeling.v1beta1.LabelVideoRequest.Builder |
Request message for LabelVideo.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsRequest |
Request message for ListAnnotatedDatasets.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsRequest.Builder |
Request message for ListAnnotatedDatasets.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse |
Results of listing annotated datasets for a dataset.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse.Builder |
Results of listing annotated datasets for a dataset.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsRequest |
Request message for ListAnnotationSpecSets.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsRequest.Builder |
Request message for ListAnnotationSpecSets.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse |
Results of listing annotation spec set under a project.
|
com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse.Builder |
Results of listing annotation spec set under a project.
|
com.google.cloud.datalabeling.v1beta1.ListDataItemsRequest |
Request message for ListDataItems.
|
com.google.cloud.datalabeling.v1beta1.ListDataItemsRequest.Builder |
Request message for ListDataItems.
|
com.google.cloud.datalabeling.v1beta1.ListDataItemsResponse |
Results of listing data items in a dataset.
|
com.google.cloud.datalabeling.v1beta1.ListDataItemsResponse.Builder |
Results of listing data items in a dataset.
|
com.google.cloud.datalabeling.v1beta1.ListDatasetsRequest |
Request message for ListDataset.
|
com.google.cloud.datalabeling.v1beta1.ListDatasetsRequest.Builder |
Request message for ListDataset.
|
com.google.cloud.datalabeling.v1beta1.ListDatasetsResponse |
Results of listing datasets within a project.
|
com.google.cloud.datalabeling.v1beta1.ListDatasetsResponse.Builder |
Results of listing datasets within a project.
|
com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsRequest |
Request message for ListEvaluationJobs.
|
com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsRequest.Builder |
Request message for ListEvaluationJobs.
|
com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse |
Results for listing evaluation jobs.
|
com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse.Builder |
Results for listing evaluation jobs.
|
com.google.cloud.datalabeling.v1beta1.ListExamplesRequest |
Request message for ListExamples.
|
com.google.cloud.datalabeling.v1beta1.ListExamplesRequest.Builder |
Request message for ListExamples.
|
com.google.cloud.datalabeling.v1beta1.ListExamplesResponse |
Results of listing Examples in and annotated dataset.
|
com.google.cloud.datalabeling.v1beta1.ListExamplesResponse.Builder |
Results of listing Examples in and annotated dataset.
|
com.google.cloud.datalabeling.v1beta1.ListInstructionsRequest |
Request message for ListInstructions.
|
com.google.cloud.datalabeling.v1beta1.ListInstructionsRequest.Builder |
Request message for ListInstructions.
|
com.google.cloud.datalabeling.v1beta1.ListInstructionsResponse |
Results of listing instructions under a project.
|
com.google.cloud.datalabeling.v1beta1.ListInstructionsResponse.Builder |
Results of listing instructions under a project.
|
com.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly |
Normalized bounding polygon.
|
com.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly.Builder |
Normalized bounding polygon.
|
com.google.cloud.datalabeling.v1beta1.NormalizedPolyline |
Normalized polyline.
|
com.google.cloud.datalabeling.v1beta1.NormalizedPolyline.Builder |
Normalized polyline.
|
com.google.cloud.datalabeling.v1beta1.NormalizedVertex |
A vertex represents a 2D point in the image.
NOTE: the normalized vertex coordinates are relative to the original image
and range from 0 to 1. |
com.google.cloud.datalabeling.v1beta1.NormalizedVertex.Builder |
A vertex represents a 2D point in the image.
NOTE: the normalized vertex coordinates are relative to the original image
and range from 0 to 1. |
com.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig |
Config for video object detection human labeling task.
Object detection will be conducted on the images extracted from the video,
and those objects will be labeled with bounding boxes. |
com.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig.Builder |
Config for video object detection human labeling task.
Object detection will be conducted on the images extracted from the video,
and those objects will be labeled with bounding boxes. |
com.google.cloud.datalabeling.v1beta1.ObjectDetectionMetrics |
Metrics calculated for an image object detection (bounding box) model.
|
com.google.cloud.datalabeling.v1beta1.ObjectDetectionMetrics.Builder |
Metrics calculated for an image object detection (bounding box) model.
|
com.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig |
Config for video object tracking human labeling task.
|
com.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig.Builder |
Config for video object tracking human labeling task.
|
com.google.cloud.datalabeling.v1beta1.ObjectTrackingFrame |
Video frame level annotation for object detection and tracking.
|
com.google.cloud.datalabeling.v1beta1.ObjectTrackingFrame.Builder |
Video frame level annotation for object detection and tracking.
|
com.google.cloud.datalabeling.v1beta1.Operations |
|
com.google.cloud.datalabeling.v1beta1.OperatorMetadata |
General information useful for labels coming from contributors.
|
com.google.cloud.datalabeling.v1beta1.OperatorMetadata.Builder |
General information useful for labels coming from contributors.
|
com.google.cloud.datalabeling.v1beta1.OutputConfig |
The configuration of output data.
|
com.google.cloud.datalabeling.v1beta1.OutputConfig.Builder |
The configuration of output data.
|
com.google.cloud.datalabeling.v1beta1.PauseEvaluationJobRequest |
Request message for PauseEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.PauseEvaluationJobRequest.Builder |
Request message for PauseEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.PdfInstruction |
Instruction from a PDF file.
|
com.google.cloud.datalabeling.v1beta1.PdfInstruction.Builder |
Instruction from a PDF file.
|
com.google.cloud.datalabeling.v1beta1.Polyline |
A line with multiple line segments.
|
com.google.cloud.datalabeling.v1beta1.Polyline.Builder |
A line with multiple line segments.
|
com.google.cloud.datalabeling.v1beta1.PolylineConfig |
Config for image polyline human labeling task.
|
com.google.cloud.datalabeling.v1beta1.PolylineConfig.Builder |
Config for image polyline human labeling task.
|
com.google.cloud.datalabeling.v1beta1.PrCurve |
Protobuf type google.cloud.datalabeling.v1beta1.PrCurve |
com.google.cloud.datalabeling.v1beta1.PrCurve.Builder |
Protobuf type google.cloud.datalabeling.v1beta1.PrCurve |
com.google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry |
Protobuf type google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry |
com.google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.Builder |
Protobuf type google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry |
com.google.cloud.datalabeling.v1beta1.ProjectName |
|
com.google.cloud.datalabeling.v1beta1.ProjectName.Builder |
Builder for projects/{project}. |
com.google.cloud.datalabeling.v1beta1.ResumeEvaluationJobRequest |
Request message ResumeEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.ResumeEvaluationJobRequest.Builder |
Request message ResumeEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.SearchEvaluationsRequest |
Request message for SearchEvaluation.
|
com.google.cloud.datalabeling.v1beta1.SearchEvaluationsRequest.Builder |
Request message for SearchEvaluation.
|
com.google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse |
Results of searching evaluations.
|
com.google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse.Builder |
Results of searching evaluations.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsRequest |
Request message of SearchExampleComparisons.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsRequest.Builder |
Request message of SearchExampleComparisons.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse |
Results of searching example comparisons.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.Builder |
Results of searching example comparisons.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison |
Example comparisons comparing ground truth output and predictions for a
specific input.
|
com.google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison.Builder |
Example comparisons comparing ground truth output and predictions for a
specific input.
|
com.google.cloud.datalabeling.v1beta1.SegmentationConfig |
Config for image segmentation
|
com.google.cloud.datalabeling.v1beta1.SegmentationConfig.Builder |
Config for image segmentation
|
com.google.cloud.datalabeling.v1beta1.SentimentConfig |
Config for setting up sentiments.
|
com.google.cloud.datalabeling.v1beta1.SentimentConfig.Builder |
Config for setting up sentiments.
|
com.google.cloud.datalabeling.v1beta1.SequentialSegment |
Start and end position in a sequence (e.g. text segment).
|
com.google.cloud.datalabeling.v1beta1.SequentialSegment.Builder |
Start and end position in a sequence (e.g. text segment).
|
com.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation |
Text classification annotation.
|
com.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation.Builder |
Text classification annotation.
|
com.google.cloud.datalabeling.v1beta1.TextClassificationConfig |
Config for text classification human labeling task.
|
com.google.cloud.datalabeling.v1beta1.TextClassificationConfig.Builder |
Config for text classification human labeling task.
|
com.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation |
Text entity extraction annotation.
|
com.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation.Builder |
Text entity extraction annotation.
|
com.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig |
Config for text entity extraction human labeling task.
|
com.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig.Builder |
Config for text entity extraction human labeling task.
|
com.google.cloud.datalabeling.v1beta1.TextMetadata |
Metadata for the text.
|
com.google.cloud.datalabeling.v1beta1.TextMetadata.Builder |
Metadata for the text.
|
com.google.cloud.datalabeling.v1beta1.TextPayload |
Container of information about a piece of text.
|
com.google.cloud.datalabeling.v1beta1.TextPayload.Builder |
Container of information about a piece of text.
|
com.google.cloud.datalabeling.v1beta1.TimeSegment |
A time period inside of an example that has a time dimension (e.g. video).
|
com.google.cloud.datalabeling.v1beta1.TimeSegment.Builder |
A time period inside of an example that has a time dimension (e.g. video).
|
com.google.cloud.datalabeling.v1beta1.UpdateEvaluationJobRequest |
Request message for UpdateEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.UpdateEvaluationJobRequest.Builder |
Request message for UpdateEvaluationJob.
|
com.google.cloud.datalabeling.v1beta1.Vertex |
A vertex represents a 2D point in the image.
NOTE: the vertex coordinates are in the same scale as the original image.
|
com.google.cloud.datalabeling.v1beta1.Vertex.Builder |
A vertex represents a 2D point in the image.
NOTE: the vertex coordinates are in the same scale as the original image.
|
com.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation |
Video classification annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation.Builder |
Video classification annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoClassificationConfig |
Config for video classification human labeling task.
Currently two types of video classification are supported:
1. Assign labels on the entire video. |
com.google.cloud.datalabeling.v1beta1.VideoClassificationConfig.AnnotationSpecSetConfig |
Annotation spec set with the setting of allowing multi labels or not.
|
com.google.cloud.datalabeling.v1beta1.VideoClassificationConfig.AnnotationSpecSetConfig.Builder |
Annotation spec set with the setting of allowing multi labels or not.
|
com.google.cloud.datalabeling.v1beta1.VideoClassificationConfig.Builder |
Config for video classification human labeling task.
Currently two types of video classification are supported:
1. Assign labels on the entire video. |
com.google.cloud.datalabeling.v1beta1.VideoEventAnnotation |
Video event annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoEventAnnotation.Builder |
Video event annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation |
Video object tracking annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation.Builder |
Video object tracking annotation.
|
com.google.cloud.datalabeling.v1beta1.VideoPayload |
Container of information of a video.
|
com.google.cloud.datalabeling.v1beta1.VideoPayload.Builder |
Container of information of a video.
|
com.google.cloud.datalabeling.v1beta1.VideoThumbnail |
Container of information of a video thumbnail.
|
com.google.cloud.datalabeling.v1beta1.VideoThumbnail.Builder |
Container of information of a video thumbnail.
|