META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-cloud-automl-spring-starter Show documentation
Show all versions of google-cloud-automl-spring-starter Show documentation
Spring Boot Starter with AutoConfiguration for automl
{
"properties": [
{
"name": "com.google.cloud.automl.v1.prediction-service.enabled",
"type": "java.lang.Boolean",
"description": "Auto-configure Google Cloud automl/PredictionService components.",
"defaultValue": true
},
{
"name": "com.google.cloud.automl.v1.auto-ml.enabled",
"type": "java.lang.Boolean",
"description": "Auto-configure Google Cloud automl/AutoMl components.",
"defaultValue": true
}
]
}