Class TfLiteModel
Information that is specific to TfLite models.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v1beta2.Data
Assembly: Google.Apis.FirebaseML.v1beta2.dll
Syntax
public class TfLiteModel : IDirectResponseSchema
Properties
AutomlModel
The AutoML model id referencing a model you created with the AutoML API. The name should have format 'projects//locations//models/' (This is the model resource name returned from the AutoML API)
Declaration
[JsonProperty("automlModel")]
public virtual string AutomlModel { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsTfliteUri
The TfLite file containing the model. (Stored in Google Cloud). The gcs_tflite_uri should have form: gs://some-bucket/some-model.tflite Note: If you update the file in the original location, it is necessary to call UpdateModel for ML to pick up and validate the updated file.
Declaration
[JsonProperty("gcsTfliteUri")]
public virtual string GcsTfliteUri { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeBytes
Output only. The size of the TFLite model
Declaration
[JsonProperty("sizeBytes")]
public virtual string SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
string |