Get Model Result
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
constructor(activeOperations: List<OperationResponse>, createTime: String, displayName: String, etag: String, modelHash: String, name: String, state: ModelStateResponse, tags: List<String>, tfliteModel: TfLiteModelResponse, updateTime: String)
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
State common to all model types. Includes publishing and validation information.
Link copied to clipboard
A TFLite Model
Link copied to clipboard
Timestamp when this model was updated in Firebase ML.