public class DecisionForCheckLLMPromptOutput extends Object
| Constructor and Description |
|---|
DecisionForCheckLLMPromptOutput() |
public DecisionForCheckLLMPromptOutput action(Integer action)
public Integer getAction()
public void setAction(Integer action)
public DecisionForCheckLLMPromptOutput customMatches(List<CustomMatchForCheckLLMPromptOutput> customMatches)
public DecisionForCheckLLMPromptOutput addCustomMatchesItem(CustomMatchForCheckLLMPromptOutput customMatchesItem)
@Valid public @Valid List<CustomMatchForCheckLLMPromptOutput> getCustomMatches()
public void setCustomMatches(List<CustomMatchForCheckLLMPromptOutput> customMatches)
public DecisionForCheckLLMPromptOutput errCode(Integer errCode)
public Integer getErrCode()
public void setErrCode(Integer errCode)
public DecisionForCheckLLMPromptOutput errMsg(String errMsg)
public String getErrMsg()
public void setErrMsg(String errMsg)
public DecisionForCheckLLMPromptOutput labels(List<String> labels)
public DecisionForCheckLLMPromptOutput addLabelsItem(String labelsItem)
public DecisionForCheckLLMPromptOutput matches(List<MatchForCheckLLMPromptOutput> matches)
public DecisionForCheckLLMPromptOutput addMatchesItem(MatchForCheckLLMPromptOutput matchesItem)
@Valid public @Valid List<MatchForCheckLLMPromptOutput> getMatches()
public void setMatches(List<MatchForCheckLLMPromptOutput> matches)
Copyright © 2025. All rights reserved.