Tf Lite Model Args
data class TfLiteModelArgs(val automlModel: Output<String>? = null, val gcsTfliteUri: Output<String>? = null) : ConvertibleToJava<TfLiteModelArgs>
Information that is specific to TfLite models.
Information that is specific to TfLite models.