public class SummarizeRecordsPartialResult extends AsyncOperationResult
id
factoryCreated, factoryProperties
Constructor and Description |
---|
SummarizeRecordsPartialResult() |
SummarizeRecordsPartialResult(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getLength()
The number of records in the batch.
|
static SummarizeRecordsPartialResult |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
int[] |
getRecordNumericalSummaries()
If successful and the
SummarizeRecordsRequest.aiFieldRequest is numerical ,
If the valueClass is ORDINAL, the 0-based index of the category in the ordered list of AIFieldRequest.categories The computed numerical value .. |
java.lang.String[] |
getRecordSummaries()
If successful and the
SummarizeRecordsRequest.aiFieldRequest is not numerical ,
the generated record summaries (text) or unordered categories for the corresponding records in the batch. |
java.lang.Integer |
getStartIndex()
Starting index of the batch within the
records of the
SummarizeRecordsRequest . |
SummarizeRecordsPartialResult |
setLength(java.lang.Integer length)
The number of records in the batch.
|
SummarizeRecordsPartialResult |
setRecordNumericalSummaries(int... recordNumericalSummaries)
If successful and the
SummarizeRecordsRequest.aiFieldRequest is numerical ,
If the valueClass is ORDINAL, the 0-based index of the category in the ordered list of AIFieldRequest.categories The computed numerical value .. |
SummarizeRecordsPartialResult |
setRecordSummaries(java.lang.String... recordSummaries)
If successful and the
SummarizeRecordsRequest.aiFieldRequest is not numerical ,
the generated record summaries (text) or unordered categories for the corresponding records in the batch. |
SummarizeRecordsPartialResult |
setStartIndex(java.lang.Integer startIndex)
Starting index of the batch within the
records of the
SummarizeRecordsRequest . |
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
getRef, getRef, internalSetID
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public SummarizeRecordsPartialResult()
public SummarizeRecordsPartialResult(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SummarizeRecordsPartialResult getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SummarizeRecordsPartialResult setLength(java.lang.Integer length)
length
- New length value. Default value is *initialized by the implementation*SummarizeRecordsPartialResult
instance, for chaining setter callspublic java.lang.Integer getLength()
public SummarizeRecordsPartialResult setRecordNumericalSummaries(int... recordNumericalSummaries)
SummarizeRecordsRequest.aiFieldRequest
is numerical
, valueClass
is ORDINAL, the 0-based index of the category in the ordered list of AIFieldRequest.categories
This array will have the same length
as the batch.
recordNumericalSummaries
- New recordNumericalSummaries value. Default value is *initialized by the implementation*SummarizeRecordsPartialResult
instance, for chaining setter callspublic int[] getRecordNumericalSummaries()
SummarizeRecordsRequest.aiFieldRequest
is numerical
, valueClass
is ORDINAL, the 0-based index of the category in the ordered list of AIFieldRequest.categories
This array will have the same length
as the batch.
public SummarizeRecordsPartialResult setRecordSummaries(java.lang.String... recordSummaries)
SummarizeRecordsRequest.aiFieldRequest
is not numerical
,
the generated record summaries (text) or unordered categories for the corresponding records in the batch. This array
will have the same length
as the batch.
recordSummaries
- New recordSummaries value. Default value is *initialized by the implementation*SummarizeRecordsPartialResult
instance, for chaining setter callspublic java.lang.String[] getRecordSummaries()
SummarizeRecordsRequest.aiFieldRequest
is not numerical
,
the generated record summaries (text) or unordered categories for the corresponding records in the batch. This array
will have the same length
as the batch.
public SummarizeRecordsPartialResult setStartIndex(java.lang.Integer startIndex)
records
of the
SummarizeRecordsRequest
.startIndex
- New startIndex value. Default value is *initialized by the implementation*SummarizeRecordsPartialResult
instance, for chaining setter callspublic java.lang.Integer getStartIndex()
records
of the
SummarizeRecordsRequest
.