Class Nl2SqlSchemaResult
java.lang.Object
com.xebialabs.xlrelease.api.v1.views.Nl2SqlSchemaResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionNl2SqlSchemaResult(String domain, double confidence, Map<String, Nl2SqlSchemaResult.Schema> schemas, List<String> unsupportedScopes, String reasoning) -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetConfidence(double confidence) voidvoidsetReasoning(String reasoning) voidsetSchemas(Map<String, Nl2SqlSchemaResult.Schema> schemas) voidsetUnsupportedScopes(List<String> unsupportedScopes)
-
Constructor Details
-
Nl2SqlSchemaResult
public Nl2SqlSchemaResult() -
Nl2SqlSchemaResult
-
-
Method Details
-
getDomain
-
setDomain
-
getConfidence
public double getConfidence() -
setConfidence
public void setConfidence(double confidence) -
getSchemas
-
setSchemas
-
getUnsupportedScopes
-
setUnsupportedScopes
-
getReasoning
-
setReasoning
-