Model

Creates a model in Firebase ML. The longrunning operation will eventually return a Model

Properties

Link copied to clipboard

Lists operation ids associated with this model whose status is NOT done.

Link copied to clipboard
val createTime: Output<String>

Timestamp when this model was created in Firebase ML.

Link copied to clipboard
val displayName: Output<String>

The name of the model to create. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores(_) and ASCII digits 0-9. It must start with a letter.

Link copied to clipboard
val etag: Output<String>

See RFC7232 https://tools.ietf.org/html/rfc7232#section-2.3

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val modelHash: Output<String>

The model_hash will change if a new file is available for download.

Link copied to clipboard
val name: Output<String>

The resource name of the Model. Model names have the form projects/{project_id}/models/{model_id} The name is ignored when creating a model.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

State common to all model types. Includes publishing and validation information.

Link copied to clipboard
val tags: Output<List<String>>

User defined tags which can be used to group/filter models during listing

Link copied to clipboard

A TFLite Model

Link copied to clipboard
val updateTime: Output<String>

Timestamp when this model was updated in Firebase ML.

Link copied to clipboard
val urn: Output<String>