Package-level declarations
Types
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
.
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.
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.
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.
Source of the Cloud Storage file to be imported.
Configuration for how human labeling task should be done.
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.
Config for setting up sentiments.
Config for text classification human labeling task.
Metadata for the text.
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.