You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Gets Download information for a model. This is meant for downloading model resources onto devices. It gives very limited information about the model.</p>
<pre>Gets Download information for a model. This is meant for downloading model resources onto devices. It gives very limited information about the model.
216
+
217
+
Args:
218
+
name: string, Required. The name of the model to download. The name must have the form `projects/{project}/models/{model}` (required)
219
+
x__xgafv: string, V1 error format.
220
+
Allowed values
221
+
1 - v1 error format
222
+
2 - v2 error format
223
+
224
+
Returns:
225
+
An object of the form:
226
+
227
+
{ # The response for downloading a model to device.
228
+
"downloadUri": "A String", # Output only. A download URI for the model/zip file.
229
+
"expireTime": "A String", # Output only. The time that the download URI link expires. If the link has expired, the REST call must be repeated.
230
+
"modelFormat": "A String", # Output only. The format of the model being downloaded.
231
+
"sizeBytes": "A String", # Output only. The size of the file(s), if this information is available.
0 commit comments