Class AgentPlatformProperties.AutonomyConfig
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "embabel.agent.platform.autonomy") public final class AgentPlatformProperties.AutonomyConfigAutonomy thresholds configuration
-
-
Field Summary
Fields Modifier and Type Field Description private DoubleagentConfidenceCutOffprivate DoublegoalConfidenceCutOff
-
Constructor Summary
Constructors Constructor Description AgentPlatformProperties.AutonomyConfig()
-
Method Summary
Modifier and Type Method Description final DoublegetAgentConfidenceCutOff()Confidence threshold for agent operations final UnitsetAgentConfidenceCutOff(Double agentConfidenceCutOff)Confidence threshold for agent operations final DoublegetGoalConfidenceCutOff()Confidence threshold for goal achievement final UnitsetGoalConfidenceCutOff(Double goalConfidenceCutOff)Confidence threshold for goal achievement -
-
Method Detail
-
getAgentConfidenceCutOff
final Double getAgentConfidenceCutOff()
Confidence threshold for agent operations
-
setAgentConfidenceCutOff
final Unit setAgentConfidenceCutOff(Double agentConfidenceCutOff)
Confidence threshold for agent operations
-
getGoalConfidenceCutOff
final Double getGoalConfidenceCutOff()
Confidence threshold for goal achievement
-
setGoalConfidenceCutOff
final Unit setGoalConfidenceCutOff(Double goalConfidenceCutOff)
Confidence threshold for goal achievement
-
-
-
-