GetModelResult

data class GetModelResult(val activeOperations: List<OperationResponse>, val createTime: String, val displayName: String, val etag: String, val modelHash: String, val name: String, val state: ModelStateResponse, val tags: List<String>, val tfliteModel: TfLiteModelResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetModelResult(activeOperations: List<OperationResponse>, createTime: String, displayName: String, etag: String, modelHash: String, name: String, state: ModelStateResponse, tags: List<String>, tfliteModel: TfLiteModelResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Timestamp when this model was created in Firebase ML.

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

A TFLite Model

Link copied to clipboard

Timestamp when this model was updated in Firebase ML.