public class DataSegmentOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
DataSegmentOptions.INIT |
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_CASOUT |
static java.lang.String |
KEY_CODE |
static java.lang.String |
KEY_CONV |
static java.lang.String |
KEY_DOCIDVAR |
static java.lang.String |
KEY_DOCOUT |
static java.lang.String |
KEY_DOCVECTOUT |
static java.lang.String |
KEY_INIT |
static java.lang.String |
KEY_MAXITERS |
static java.lang.String |
KEY_MODEL |
static java.lang.String |
KEY_MODELID |
static java.lang.String |
KEY_NCLUSTER |
static java.lang.String |
KEY_SEED |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_TERMOUT |
static java.lang.String |
KEY_TM |
static java.lang.String |
KEY_WORDLIST |
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 |
---|
DataSegmentOptions() |
DataSegmentOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
Casouttable |
getCasOut() |
Codegen |
getCode() |
java.lang.Double |
getConv() |
java.lang.String |
getDocIdVar() |
Casouttable |
getDocOut() |
Casouttable |
getDocVectOut() |
java.lang.Object |
getInit() |
java.lang.Integer |
getMaxIter() |
java.lang.Integer |
getMaxIters() |
Castable |
getModel() |
java.lang.String |
getModelId() |
java.lang.Integer |
getNCluster() |
java.lang.Double |
getSeed() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Castable |
getTable() |
Casouttable |
getTermOut() |
Castm |
getTm() |
Castable |
getWordList() |
DataSegmentOptions |
setCasOut(Casouttable value)
Sets the value of parameter 'casOut'.
|
DataSegmentOptions |
setCode(Codegen value)
Sets the value of parameter 'code'.
|
DataSegmentOptions |
setConv(java.lang.Double value)
Sets the value of parameter 'conv'.
|
DataSegmentOptions |
setDocIdVar(java.lang.String value)
Sets the value of parameter 'docIdVar'.
|
DataSegmentOptions |
setDocOut(Casouttable value)
Sets the value of parameter 'docOut'.
|
DataSegmentOptions |
setDocVectOut(Casouttable value)
Sets the value of parameter 'docVectOut'.
|
DataSegmentOptions |
setInit(DataSegmentOptions.INIT value)
Sets the value of parameter 'init' for alternative 1.
|
DataSegmentOptions |
setInit(java.lang.Long value)
Sets the value of parameter 'init' for alternative 2.
|
DataSegmentOptions |
setMaxIter(java.lang.Integer value) |
DataSegmentOptions |
setMaxIters(java.lang.Integer value)
Sets the value of parameter 'maxIters'.
|
DataSegmentOptions |
setModel(Castable value)
Sets the value of parameter 'model': specifies the settings for an input table.
|
DataSegmentOptions |
setModelId(java.lang.String value)
Sets the value of parameter 'modelId'.
|
DataSegmentOptions |
setNCluster(java.lang.Integer value)
Sets the value of parameter 'nCluster'.
|
DataSegmentOptions |
setSeed(java.lang.Double value)
Sets the value of parameter 'seed'.
|
DataSegmentOptions |
setTable(Castable value)
Sets the value of parameter 'table': specifies the settings for an input table.
|
DataSegmentOptions |
setTermOut(Casouttable value)
Sets the value of parameter 'termOut'.
|
DataSegmentOptions |
setTm(Castm value)
Sets the value of parameter 'tm'.
|
DataSegmentOptions |
setWordList(Castable value)
Sets the value of parameter 'wordList': specifies the settings for an input table.
|
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, 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, values
public 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_CASOUT
public static final java.lang.String KEY_MAXITERS
public static final java.lang.String KEY_NCLUSTER
public static final java.lang.String KEY_INIT
public static final java.lang.String KEY_CONV
public static final java.lang.String KEY_SEED
public static final java.lang.String KEY_MODELID
public static final java.lang.String KEY_CODE
public static final java.lang.String KEY_TM
public static final java.lang.String KEY_WORDLIST
public static final java.lang.String KEY_TERMOUT
public static final java.lang.String KEY_DOCOUT
public static final java.lang.String KEY_DOCIDVAR
public static final java.lang.String KEY_MODEL
public static final java.lang.String KEY_DOCVECTOUT
public DataSegmentOptions()
public DataSegmentOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Castable getTable()
public DataSegmentOptions setTable(Castable value)
value
- The valuepublic Casouttable getCasOut()
public DataSegmentOptions setCasOut(Casouttable value)
value
- The valuepublic java.lang.Integer getMaxIters()
public java.lang.Integer getMaxIter()
public DataSegmentOptions setMaxIters(java.lang.Integer value)
value
- The valuepublic DataSegmentOptions setMaxIter(java.lang.Integer value)
public java.lang.Integer getNCluster()
public DataSegmentOptions setNCluster(java.lang.Integer value)
value
- The valuepublic java.lang.Object getInit()
public DataSegmentOptions setInit(DataSegmentOptions.INIT value)
value
- The valuepublic DataSegmentOptions setInit(java.lang.Long value)
value
- The valuepublic java.lang.Double getConv()
public DataSegmentOptions setConv(java.lang.Double value)
value
- The valuepublic java.lang.Double getSeed()
public DataSegmentOptions setSeed(java.lang.Double value)
value
- The valuepublic java.lang.String getModelId()
public DataSegmentOptions setModelId(java.lang.String value)
value
- The valuepublic Codegen getCode()
public DataSegmentOptions setCode(Codegen value)
value
- The valuepublic Castm getTm()
public DataSegmentOptions setTm(Castm value)
value
- The valuepublic Castable getWordList()
public DataSegmentOptions setWordList(Castable value)
value
- The valuepublic Casouttable getTermOut()
public DataSegmentOptions setTermOut(Casouttable value)
value
- The valuepublic Casouttable getDocOut()
public DataSegmentOptions setDocOut(Casouttable value)
value
- The valuepublic java.lang.String getDocIdVar()
public DataSegmentOptions setDocIdVar(java.lang.String value)
value
- The valuepublic Castable getModel()
public DataSegmentOptions setModel(Castable value)
value
- The valuepublic Casouttable getDocVectOut()
public DataSegmentOptions setDocVectOut(Casouttable value)
value
- The value