Package-level declarations

Types

Link copied to clipboard
data class GetAnnotationSpecSetResult(val annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, val blockingResources: List<String>, val description: String, val displayName: String, val name: String)
Link copied to clipboard
data class GetDatasetResult(val blockingResources: List<String>, val createTime: String, val dataItemCount: String, val description: String, val displayName: String, val inputConfigs: List<GoogleCloudDatalabelingV1beta1InputConfigResponse>, val lastMigrateTime: String, val name: String)
Link copied to clipboard
data class GetEvaluationJobResult(val annotationSpecSet: String, val attempts: List<GoogleCloudDatalabelingV1beta1AttemptResponse>, val createTime: String, val description: String, val evaluationJobConfig: GoogleCloudDatalabelingV1beta1EvaluationJobConfigResponse, val labelMissingGroundTruth: Boolean, val modelVersion: String, val name: String, val schedule: String, val state: String)
Link copied to clipboard
data class GetFeedbackMessageResult(val body: String, val createTime: String, val image: String, val name: String, val operatorFeedbackMetadata: GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse, val requesterFeedbackMetadata: GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse)
Link copied to clipboard
data class GetInstructionResult(val blockingResources: List<String>, val createTime: String, val csvInstruction: GoogleCloudDatalabelingV1beta1CsvInstructionResponse, val dataType: String, val description: String, val displayName: String, val name: String, val pdfInstruction: GoogleCloudDatalabelingV1beta1PdfInstructionResponse, val updateTime: String)
data class GoogleCloudDatalabelingV1beta1AnnotationSpecResponse(val description: String, val displayName: String, val index: Int)

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 an AnnotationSpec for cat.

data class GoogleCloudDatalabelingV1beta1AttemptResponse(val attemptTime: String, val partialFailures: List<GoogleRpcStatusResponse>)

Records a failed evaluation job run.

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.

Options regarding evaluation between bounding boxes.

data class GoogleCloudDatalabelingV1beta1BoundingPolyConfigResponse(val annotationSpecSet: String, val instructionMessage: String)

Config for image bounding poly (and bounding box) human labeling task.

Metadata for classification annotations.

Deprecated: this instruction format is not supported any more. Instruction from a CSV file.

Configuration details used for calculating evaluation metrics and creating an Evaluation.

data class GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfigResponse(val email: String, val minAcceptableMeanAveragePrecision: Double)

Provides details for how an evaluation job sends email alerts based on the results of a run.

Configures specific details of how a continuous evaluation job works. Provide this configuration when you create an EvaluationJob.

data class GoogleCloudDatalabelingV1beta1GcsSourceResponse(val inputUri: String, val mimeType: String)

Source of the Cloud Storage file to be imported.

data class GoogleCloudDatalabelingV1beta1HumanAnnotationConfigResponse(val annotatedDatasetDescription: String, val annotatedDatasetDisplayName: String, val contributorEmails: List<String>, val instruction: String, val labelGroup: String, val languageCode: String, val questionDuration: String, val replicaCount: Int, val userEmailAddress: String)

Configuration for how human labeling task should be done.

data class GoogleCloudDatalabelingV1beta1ImageClassificationConfigResponse(val allowMultiLabel: Boolean, val annotationSpecSet: String, val answerAggregationType: String)

Config for image classification human labeling task.

The configuration of input data, including data type, location, etc.

Metadata describing the feedback from the operator.

Instruction from a PDF file.

Metadata describing the feedback from the labeling task requester.

data class GoogleCloudDatalabelingV1beta1SentimentConfigResponse(val enableLabelSentimentSelection: Boolean)

Config for setting up sentiments.

Config for text classification human labeling task.

Metadata for the text.

Link copied to clipboard
data class GoogleRpcStatusResponse(val code: Int, val details: List<Map<String, String>>, val message: String)

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.