Class DownloadModelResponse
The response for downloading a model to device.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v1beta2.Data
Assembly: Google.Apis.FirebaseML.v1beta2.dll
Syntax
public class DownloadModelResponse : IDirectResponseSchema
Properties
DownloadUri
Output only. A download URI for the model/zip file.
Declaration
[JsonProperty("downloadUri")]
public virtual string DownloadUri { 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 |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExpireTimeRaw
Output only. The time that the download URI link expires. If the link has expired, the REST call must be repeated.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelFormat
Output only. The format of the model being downloaded.
Declaration
[JsonProperty("modelFormat")]
public virtual string ModelFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeBytes
Output only. The size of the file(s), if this information is available.
Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |