public class ScoreOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ACTION_NAME  | 
static java.lang.String | 
ACTION_SET_NAME  | 
static java.lang.String | 
KEY_CODE  | 
static java.lang.String | 
KEY_OUTPUT  | 
static java.lang.String | 
KEY_TABLE  | 
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX| Constructor and Description | 
|---|
ScoreOptions()  | 
ScoreOptions(CASActionOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
MyCodegen | 
getCode()  | 
MyOutput | 
getOutput()  | 
Castable | 
getTable()  | 
ScoreOptions | 
setCode(MyCodegen value)
Sets the value of parameter 'code': creates SAS DATA step code for computing predicted values of the fitted model. 
 | 
ScoreOptions | 
setOutput(MyOutput value)
Sets the value of parameter 'output': table used to save predicted target. 
 | 
ScoreOptions | 
setTable(Castable value)
Sets the value of parameter 'table': table containing data to be scored. 
 | 
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getServerDefaultValue, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, valuespublic static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_TABLE
public static final java.lang.String KEY_OUTPUT
public static final java.lang.String KEY_CODE
public ScoreOptions()
public ScoreOptions(CASActionOptions options)
public Castable getTable()
public ScoreOptions setTable(Castable value)
value - The valuepublic MyOutput getOutput()
public ScoreOptions setOutput(MyOutput value)
value - The valuepublic MyCodegen getCode()
public ScoreOptions setCode(MyCodegen value)
value - The value