gcsTfliteUri property
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.
Implementation
core.String? gcsTfliteUri;