Namespace Google.Apis.FirebaseML.v1beta2.Data
Classes
DownloadModelResponse
The response for downloading a model to device.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
ListModelsResponse
The response for list models
Model
An ML model hosted in Firebase ML
ModelOperationMetadata
This is returned in the longrunning operations for create/update.
ModelState
State common to all model types. Includes publishing and validation information.
Operation
This resource represents a long-running operation that is the result of a network API call.
Status
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.
TfLiteModel
Information that is specific to TfLite models.