Package-level declarations

Types

Link copied to clipboard
class Model : KotlinCustomResource

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

Link copied to clipboard
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

Link copied to clipboard

Builder for ModelArgs.

Link copied to clipboard
object ModelMapper : ResourceMapper<Model>
Link copied to clipboard

Builder for Model.

Functions

Link copied to clipboard
fun model(name: String): Model
suspend fun model(name: String, block: suspend ModelResourceBuilder.() -> Unit): Model