Model Args
data class ModelArgs(val displayName: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val state: Output<ModelStateArgs>? = null, val tags: Output<List<String>>? = null, val tfliteModel: Output<TfLiteModelArgs>? = null) : ConvertibleToJava<ModelArgs>
Creates a model in Firebase ML. The longrunning operation will eventually return a Model
Constructors
Link copied to clipboard
constructor(displayName: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, state: Output<ModelStateArgs>? = null, tags: Output<List<String>>? = null, tfliteModel: Output<TfLiteModelArgs>? = null)
Properties
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