package google.cloud.automl.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AutoMl

service.proto:46

AutoML Server API. The resource names are assigned by the server. The server never reuses names that it has created after the resources with those names are deleted. An ID of a resource is the last element of the item's resource name. For `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`, then the id for the item is `{dataset_id}`.

service PredictionService

prediction_service.proto:31

AutoML Prediction API.

message AnnotationPayload

annotation_payload.proto:30

Contains annotation information that is relevant to AutoML.

Used in: PredictResponse

message ClassificationAnnotation

classification.proto:28

Contains annotation details specific to classification.

Used in: AnnotationPayload

message ClassificationEvaluationMetrics

classification.proto:39

Model evaluation metrics for classification problems. Visible only to v1beta1

Used in: ModelEvaluation

message ClassificationEvaluationMetrics.ConfidenceMetricsEntry

classification.proto:41

Metrics for a single confidence threshold.

Used in: ClassificationEvaluationMetrics

message ClassificationEvaluationMetrics.ConfusionMatrix

classification.proto:69

Confusion matrix of the model running the classification.

Used in: ClassificationEvaluationMetrics

message ClassificationEvaluationMetrics.ConfusionMatrix.Row

classification.proto:71

Output only. A row in the confusion matrix.

Used in: ConfusionMatrix

enum ClassificationType

classification.proto:110

Type of the classification problem.

Used in: ImageClassificationDatasetMetadata, TextClassificationDatasetMetadata

message CreateModelOperationMetadata

operations.proto:58

Details of CreateModel operation.

Used in: OperationMetadata

(message has no fields)

message Dataset

dataset.proto:35

A workspace for solving a single, particular machine learning (ML) problem. A workspace contains examples that may be annotated.

Used as response type in: AutoMl.CreateDataset, AutoMl.GetDataset

Used as field type in: CreateDatasetRequest, ListDatasetsResponse

message ExamplePayload

data_items.proto:65

Example data used for training or prediction.

Used in: PredictRequest

message GcsDestination

io.proto:54

The GCS location where the output must be written to

Used in: OutputConfig

message GcsSource

io.proto:46

The GCS location for the input content.

Used in: InputConfig

message Image

data_items.proto:29

A representation of an image.

Used in: ExamplePayload

message ImageClassificationDatasetMetadata

image.proto:31

Dataset metadata that is specific to image classification.

Used in: Dataset

message ImageClassificationModelMetadata

image.proto:38

Model metadata for image classification.

Used in: Model

message InputConfig

io.proto:28

Input configuration.

Used in: Image, ImportDataRequest

message Model

model.proto:32

API proto representing a trained machine learning model.

Used as response type in: AutoMl.GetModel

Used as field type in: CreateModelRequest, ListModelsResponse

enum Model.DeploymentState

model.proto:34

Deployment state of the model.

Used in: Model

message ModelEvaluation

model_evaluation.proto:31

Evaluation results of a model.

Used as response type in: AutoMl.GetModelEvaluation

Used as field type in: ListModelEvaluationsResponse

message OperationMetadata

operations.proto:33

Metadata used across all long running operations returned by AutoML API.

message OutputConfig

io.proto:37

Output configuration.

Used in: ExportDataRequest

message TextClassificationDatasetMetadata

text.proto:30

Dataset metadata for classification.

Used in: Dataset

message TextClassificationModelMetadata

text.proto:37

Model metadata that is specific to text classification.

Used in: Model

(message has no fields)

message TextSnippet

data_items.proto:49

A representation of a text snippet.

Used in: ExamplePayload, TranslationAnnotation

message TranslationAnnotation

translation.proto:65

Annotation details specific to translation.

Used in: AnnotationPayload

message TranslationDatasetMetadata

translation.proto:30

Dataset metadata that is specific to translation.

Used in: Dataset

message TranslationEvaluationMetrics

translation.proto:39

Evaluation metrics for the dataset.

Used in: ModelEvaluation

message TranslationModelMetadata

translation.proto:48

Model metadata that is specific to translation.

Used in: Model