Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addBooleanColumn(String, List<? extends IDtoBooleanCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add boolean column to this tabular data context.
- addBooleanColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized boolean column to this tabular data context.
- addBooleanSignal(String, List<? extends IDtoBooleanDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add boolean signal to this timeseries data context.
- addBooleanSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized boolean signal to this timeseries data context.
- addBooleanSignalWithAvailability(String, List<? extends IDtoBooleanDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add boolean signal (with availabilities) to this timeseries data context.
- addFloatColumn(String, List<? extends IDtoFloatCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add float column to this tabular data context.
- addFloatColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized float column to this tabular data context.
- addFloatSignal(String, List<? extends IDtoFloatDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add float signal to this timeseries data context.
- addFloatSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized float signal to this timeseries data context.
- addFloatSignalWithAvailability(String, List<? extends IDtoFloatDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add float signal (with availabilities) to this timeseries data context.
- addStringColumn(String, List<? extends IDtoStringCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add string column to this tabular data context.
- addStringColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized string column to this tabular data context.
- addStringSignal(String, List<? extends IDtoStringDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add string signal to this timeseries data context.
- addStringSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized string signal to this timeseries data context.
- addStringSignalWithAvailability(String, List<? extends IDtoStringDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add string signal (with availabilities) to this timeseries data context.
- ALL - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- ANOMALY_DETECTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- api() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get this data's internal api
- api() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get this data's internal api
- api() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorData
B
- BOOLEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
C
- CATEGORICAL_DURATION_OUT_OF_RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
- CATEGORICAL_VALUE_UNKNOWN - Enum constant in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
- close() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorData
- close() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
- close() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorTraining
- com.vernaio.aivis.engine.v2.base.sdk - package com.vernaio.aivis.engine.v2.base.sdk
- com.vernaio.aivis.engine.v2.base.sdk.annotation - package com.vernaio.aivis.engine.v2.base.sdk.annotation
- com.vernaio.aivis.engine.v2.base.sdk.dto - package com.vernaio.aivis.engine.v2.base.sdk.dto
- com.vernaio.aivis.engine.v2.base.sdk.exception - package com.vernaio.aivis.engine.v2.base.sdk.exception
- com.vernaio.aivis.engine.v2.signal.monitor.sdk - package com.vernaio.aivis.engine.v2.signal.monitor.sdk
- com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto - package com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
- consolidateModel(IDtoModel) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Returns new model instance with updated inference data specification according to inference data specifications of the triggers in input model.
- containsColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Check whether or not a column given by
columnIdexists in the data context. - containsSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Check whether or not a signal given by
signalIdexists in the data context. - create() - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorData
-
Create new timeseries data context.
- create(SignalMonitorData, IDtoTrainingConfig) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorTraining
-
Create signal monitor training for given data and config.
- createByModel(IDtoModel, IDtoInferenceConfig) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Create signal monitor inference for given model and config.
- createByTraining(SignalMonitorTraining, IDtoInferenceConfig) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Create signal monitor inference for given training and config.
D
- destroy() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Destroy this tabular data context and all its data.
- destroy() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Destroy this timeseries data context and all its data.
- destroy() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Destroy this signal monitor inference.
- destroy() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorTraining
-
Destroy this signal monitor training.
- DtoAbstractCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractCategory() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- DtoAbstractColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data.
- DtoAbstractColumnDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- DtoAbstractColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column values and splits them into different categories
- DtoAbstractColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- DtoAbstractColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractColumnValue() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- DtoAbstractError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Base error type, generated by the engine.
- DtoAbstractError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- DtoAbstractFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Parts of the formula describing the calculation while inference.
- DtoAbstractFunction(long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- DtoAbstractInferenceSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference.
- DtoAbstractInferenceSignalSpecification(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- DtoAbstractSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data.
- DtoAbstractSignalDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- DtoAbstractSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal values and derives aspects from them.
- DtoAbstractSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- DtoAbstractTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractTimeseriesDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- DtoAbstractTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
In inference, a trigger performs a specific check on a certain signal(s) and generates warnings accordingly.
- DtoAbstractTrigger(String, IDtoInferenceDataSpecification) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
- DtoAbstractTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Base of trigger configurations.
- DtoAbstractTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTriggerConfig
- DtoAbstractWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Base signal warning type.
- DtoAbstractWarning(String) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
- DtoAggregatedCategoricalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Aggregating a categorical signal over the time window given by min and max lags. The source of the function is DtoCategoryEqualsFunction. Numeric input and ouput.
- DtoAggregatedCategoricalFunction(long, long, DtoCategoricalFunctionEvalType, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- DtoAggregatedNumericalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoAggregatedNumericalFunction(long, long, DtoNumericalFunctionEvalType, long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- DtoAggregationType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoArgMaxFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the id of the function with the largest result.
- DtoArgMaxFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- DtoArgumentValidationError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate argument: {error}
- DtoArgumentValidationError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- DtoBooleanCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoBooleanCategory(boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- DtoBooleanCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with boolean-valued category.
- DtoBooleanCategoryWithProbability(boolean, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- DtoBooleanCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and boolean value.
- DtoBooleanCell(String, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- DtoBooleanColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoBooleanColumnValue(boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- DtoBooleanDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and boolean value.
- DtoBooleanDataPoint(long, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- DtoBooleanDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and boolean value.
- DtoBooleanDataPointWithAvailability(long, long, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- DtoBooleanDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of boolean-valued category-probability pairs.
- DtoBooleanDataPointWithCategoryProbabilities(long, IDtoBooleanCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- DtoCategoricalColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different column values as categories, which have no order.
- DtoCategoricalColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- DtoCategoricalDurationOutOfRangeTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal stays within any category shorter or longer than the corresponding lower or upper thresholds.
- DtoCategoricalDurationOutOfRangeTrigger(String, IDtoInferenceDataSpecification, IDtoCategoricalDurationThresholds[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
- DtoCategoricalDurationOutOfRangeTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, CategoricalDurationOutOfRange triggers are created.
- DtoCategoricalDurationOutOfRangeTriggerConfig(Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
- DtoCategoricalDurationOutOfRangeWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The period during which the signal stays within the same category is shorter than the trigger's corresponding lower threshold, or longer than the corresponding upper threshold.
- DtoCategoricalDurationOutOfRangeWarning(String, IDtoAbstractCategory, Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
- DtoCategoricalDurationThresholds - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
- DtoCategoricalDurationThresholds(IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- DtoCategoricalFunctionEvalType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoCategoricalSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different signal values as categories, which have no order.
- DtoCategoricalSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- DtoCategoricalValueUnknownTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At the inference, this trigger generates a warning if the signal takes a value that is not in knownValues.
- DtoCategoricalValueUnknownTrigger(String, IDtoInferenceDataSpecification, IDtoAbstractCategory[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- DtoCategoricalValueUnknownTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, CategoricalValueUnknown triggers are created.
- DtoCategoricalValueUnknownTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTriggerConfig
- DtoCategoricalValueUnknownWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value is unknown.
- DtoCategoricalValueUnknownWarning(String, IDtoAbstractCategory, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
- DtoCategoryEqualsFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A CategoricalEqualsFunction applied to a categorical function yields a 0/1-function for one of the function's categories.
- DtoCategoryEqualsFunction(long, long, IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- DtoColumnConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handling of a specific column.
- DtoColumnConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- DtoColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the column data.
- DtoColumnDataReport(IDtoAbstractColumnDataReport[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- DtoColumnDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoColumnDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- DtoColumnIdAlreadyInUseError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column ID {id} is already in use
- DtoColumnIdAlreadyInUseError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- DtoColumnInterpreterAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} has ambiguous interpreters
- DtoColumnInterpreterAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- DtoColumnNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find column with ID {id}
- DtoColumnNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- DtoColumnValueAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In column with ID {id} there is ambiguity in the values for rows {row_ids}
- DtoColumnValueAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- DtoConstantFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the constant value provided.
- DtoConstantFunction(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- DtoConstraintNavigatorHubModelUnsuitedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model with model ID {id} is not differentiable.
- DtoConstraintNavigatorHubModelUnsuitedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- DtoConstraintsMissingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model constraints must be provided in the inference_config in order to call the endpoint infer_float_with_next_normal.
- DtoConstraintsMissingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- DtoCosFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The cos function.
- DtoCosFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- DtoCyclicSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as a cyclic variable, based on their residue after division.
- DtoCyclicSignalInterpreter(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- DtoDataConcurrentModificationError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to modify data with handle '{handle}' due to concurrent usage
- DtoDataConcurrentModificationError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- DtoDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- DtoDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- DtoDataFilterRange - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Time range of a specific signal.
- DtoDataFilterRange(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- DtoDataQualityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals after data removal
- DtoDataQualityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- DtoDataQuantityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals
- DtoDataQuantityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- DtoDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the data.
- DtoDataReport(IDtoAbstractSignalDataReport[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- DtoDataType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoDefaultColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float columns via DtoNumericalColumnInterpreter and string and boolean columns via DtoCategoricalColumnInterpreter.
- DtoDefaultColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- DtoDefaultSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float signals via DtoNumericalSignalInterpreter and string and boolean signals via DtoCategoricalSignalInterpreter.
- DtoDefaultSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- DtoDefaultTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoDefaultTimeseriesDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- DtoDependencyAnalysisConstraintConfigNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
At least one of inner_linear_constraint_config or outer_linear_constraint_config should be present
- DtoDependencyAnalysisConstraintConfigNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- DtoErrorParam - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Named parameters used in error messages.
- DtoErrorParam(String, Object) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- DtoExponentialFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Exponential function.
- DtoExponentialFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- DtoExpressionInfo - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized signal.
- DtoExpressionInfo(String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- DtoExpressionResultDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at timestamp '{timestamp}'
- DtoExpressionResultDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- DtoExpressionRuntimeFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at timestamp '{timestamp}': {error}
- DtoExpressionRuntimeFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- DtoExpressionSyntaxFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to compile expression {expression}: {error}
- DtoExpressionSyntaxFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- DtoFeature - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFeature(long, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- DtoFeatureFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of features based on certain criteria.
- DtoFeatureFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- DtoFeatureStatisticsReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Store statistics of the feature, sampled from its recorded timestamps within the operative periods.
- DtoFeatureStatisticsReport(double, double, double, double, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- DtoFeatureValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Feature value with featureId and its value.
- DtoFeatureValue(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- DtoFeatureValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Quadruple with id of feature, observed value of feature, next normal value of feature, rating.
- DtoFeatureValueWithNextNormal(long, double, double, double, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- DtoFilesFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFilesFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- DtoFloatCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFloatCategory(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- DtoFloatCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with float-valued category.
- DtoFloatCategoryWithProbability(double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- DtoFloatCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and floating point value.
- DtoFloatCell(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- DtoFloatColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFloatColumnValue(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- DtoFloatConstraintValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with id of model and evaluation of model.
- DtoFloatConstraintValue(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- DtoFloatConstraintValues - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of DtoFloatConstraintValue.
- DtoFloatConstraintValues(long, IDtoFloatCostValue, IDtoFloatConstraintValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- DtoFloatConstraintValuesWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, DtoFloatCostValueWithNextNormal, list of DtoFloatConstraintValueWithNextNormal and list of DtoFeatureValueWithNextNormal.
- DtoFloatConstraintValuesWithNextNormal(long, IDtoFloatCostValueWithNextNormal, IDtoFloatConstraintValueWithNextNormal[], IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- DtoFloatConstraintValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple with id of model, observed value of model, next normal value of model.
- DtoFloatConstraintValueWithNextNormal(String, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- DtoFloatCostValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with cost_type and value of the cost function.
- DtoFloatCostValue(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- DtoFloatCostValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triplet with cost_type, value of the cost function before and after optimization.
- DtoFloatCostValueWithNextNormal(String, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- DtoFloatDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and floating point value.
- DtoFloatDataPoint(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- DtoFloatDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and floating point value.
- DtoFloatDataPointWithAvailability(long, long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- DtoFloatDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of float-valued category-probability pairs.
- DtoFloatDataPointWithCategoryProbabilities(long, IDtoFloatCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- DtoFloatDataPointWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, floating point value, list of DtoFeatureValueWithNextNormal.
- DtoFloatDataPointWithNextNormal(long, double, double, IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- DtoFourierTransformFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoFourierTransformFunction performs a Fourier transform on the input. Numeric input and complex vector output.
- DtoFourierTransformFunction(long, long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- DtoGaussCdfFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Gaussian cummulative distribution function.
- DtoGaussCdfFunction(long, long, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- DtoHandleDanglingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to dereference handle '{handle}'
- DtoHandleDanglingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- DtoHandleTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handle '{handle}' is expected to be of type '{expected}' but was of type '{actual}'
- DtoHandleTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- DtoIdCategoryEntry - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoIdCategoryEntry(long, IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- DtoIdCategoryMapFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary.
- DtoIdCategoryMapFunction(long, long, IDtoIdCategoryEntry[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- DtoIdCategoryProbaMapFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary and its probability.
- DtoIdCategoryProbaMapFunction(long, Long[], IDtoIdCategoryEntry[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- DtoIdentityFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identity function.
- DtoIdentityFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- DtoIncrementalLearningDataQualityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Insufficient data quality of signals at label timestamps
- DtoIncrementalLearningDataQualityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- DtoIncrementalLearningModelCorruptedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
DtoIncremental data does not match remaining model data: {error}
- DtoIncrementalLearningModelCorruptedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- DtoInferenceConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Necessary input configuration for a signal monitor inference.
- DtoInferenceConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
- DtoInferenceDataPredecessorMissingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data is expected to include information on signal {id} at or before timestamp {timestamp}
- DtoInferenceDataPredecessorMissingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- DtoInferenceDataPredecessorMissingWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Timestamp of first data point is too late for the trigger.
- DtoInferenceDataPredecessorMissingWarning(String, String, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
- DtoInferenceDataSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for the data needed at the inference.
- DtoInferenceDataSpecification(IDtoAbstractInferenceSignalSpecification[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- DtoInferenceDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data specification for signal with ID {id} is expected to be of data type {expected} but was of data type {actual}
- DtoInferenceDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- DtoInferenceDataTypeUnexpectedWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Observed unexpected data type.
- DtoInferenceDataTypeUnexpectedWarning(String, String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
- DtoInferenceOutputTargetInterpreterTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of target interpreter type {expected} but was {actual}
- DtoInferenceOutputTargetInterpreterTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- DtoInferenceOutputTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of data type {expected} but was of data type {actual}
- DtoInferenceOutputTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- DtoInferenceRawSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were added directly.
- DtoInferenceRawSignalSpecification(String, DtoDataType, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- DtoInferenceRawSignalSpecificationDataTypeAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data type of signal {id} is ambiguous in inference data specification
- DtoInferenceRawSignalSpecificationDataTypeAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- DtoInferenceSynthesizedSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were calculated by an expression (synthesized).
- DtoInferenceSynthesizedSignalSpecification(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- DtoInferenceTimeRange - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Time range for the signal monitor inference.
- DtoInferenceTimeRange(Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
- DtoInferenceTimeRanges - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
List of DtoInferenceTimeRange.
- DtoInferenceTimeRanges(IDtoInferenceTimeRange[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- DtoInferenceTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoInferenceTimeseriesDataFilter(IDtoInferenceDataSpecification[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- DtoInternalEngineFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Internal engine failure: {error}
- DtoInternalEngineFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- DtoInterval - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data.
- DtoInterval() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- DtoIntervalBeforeIncident - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- DtoIntervalBeforeIncident() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- DtoIntervalWithoutIncident - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- DtoIntervalWithoutIncident() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- DtoJsonParseFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to parse json: {error}
- DtoJsonParseFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- DtoJsonValidationFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate json: {error}
- DtoJsonValidationFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- DtoKernelModelComponent - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoKernelModelComponent(IDtoFeatureValue[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- DtoKernelModelFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A KernelModel is a kernel regressor fine-tuned with the training data.
- DtoKernelModelFunction(long, DtoKernelType, IDtoAbstractCategory, IDtoFeatureValue[], IDtoKernelModelComponent[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- DtoKernelType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoLagFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Lags the values of the source function by some fixed delay.
- DtoLagFunction(long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- DtoLicenseApiKeyNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find license api key
- DtoLicenseApiKeyNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- DtoLicenseInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
License terms insufficient
- DtoLicenseInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- DtoLicenseServerCommunicationFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to communicate with license server: {error}
- DtoLicenseServerCommunicationFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- DtoLinearFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weighted sum over all input functions plus intercept.
- DtoLinearFunction(long, Long[], Double[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- DtoLogarithmFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Natural logarithm function.
- DtoLogarithmFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- DtoLogisticFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The logistic function.
- DtoLogisticFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- DtoLogSumExpFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- DtoLogSumExpFunction(long, Long[], double, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- DtoLtiFilterFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
An LtiFilterFunction is the convolution of a moving time window of the input with some fixed function.
- DtoLtiFilterFunction(long, long, Double[], long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- DtoMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoMatrix(int, int, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- DtoMaxFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the largest function value among the source functions at a given timestamp.
- DtoMaxFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- DtoModel - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Output of a signal monitor training.
- DtoModel(IDtoProducer, IDtoInferenceDataSpecification, IDtoAbstractTrigger[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- DtoModelConstraintInconsistentError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
For model constraint {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- DtoModelConstraintInconsistentError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- DtoModelConstraintNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model ID {id} not part of the hub model
- DtoModelConstraintNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- DtoModelInfo - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation
- DtoModelInfo(IDtoTrainingConfig) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.
- DtoModelType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoModelTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model {id} is expected to be '{expected}' model but it is '{actual} model
- DtoModelTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- DtoMollifierFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A mollifier function.
- DtoMollifierFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- DtoNumericalColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column as being numerical.
- DtoNumericalColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- DtoNumericalFunctionEvalType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoNumericalLinearRelationBrokenTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
This trigger provides a linear model for a signal.
- DtoNumericalLinearRelationBrokenTrigger(String, IDtoInferenceDataSpecification, String, IDtoSignalSlope[], Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
- DtoNumericalLinearRelationBrokenTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, NumericalLinearRelationBroken triggers are created.
- DtoNumericalLinearRelationBrokenTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
- DtoNumericalLinearRelationBrokenWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value deviates from the trigger's linear model by more than the trigger's threshold for all timestamps in [from, to].
- DtoNumericalLinearRelationBrokenWarning(String, Double, Double, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
- DtoNumericalSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as being numerical.
- DtoNumericalSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- DtoNumericalValueOutOfRangeTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal takes a value that is larger than the upperThreshold or lower than the lowerThreshold.
- DtoNumericalValueOutOfRangeTrigger(String, IDtoInferenceDataSpecification, Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- DtoNumericalValueOutOfRangeTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, NumericalValueOutOfRange triggers are created.
- DtoNumericalValueOutOfRangeTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
- DtoNumericalValueOutOfRangeWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value is above the trigger's upperThreshold for all timestamps in [from, to] or it is below the lowerThreshold for all timestamps in [from, to].
- DtoNumericalValueOutOfRangeWarning(String, Double, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
- DtoOperativePeriodsConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Configures which time periods to be regarded as operative.
- DtoOperativePeriodsConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
- DtoOperativeSignalMissingTrueValuesError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to identify operative periods: the operative signal must contain at least one 'true' value.
- DtoOperativeSignalMissingTrueValuesError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- DtoOrFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns true if any of the source functions returns true.
- DtoOrFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- DtoOscillatorySignalInterpretationFailure - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Unable to resolve oscillatory interpretation of signal {id} at time t {timestamp} due to too sparse data
- DtoOscillatorySignalInterpretationFailure(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- DtoOscillatorySignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as an oscillatory wave.
- DtoOscillatorySignalInterpreter(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- DtoPhaseSpectrumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoPhaseSpectrumFunction represents a phase of a complex frequency spectrum. Complex vector input and numeric output (cycle 2 pi).
- DtoPhaseSpectrumFunction(long, long, int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- DtoPNormFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- DtoPNormFunction(long, Long[], int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- DtoPointerForeignError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer was not created by this engine instance
- DtoPointerForeignError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- DtoPointerTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer has unexpected type
- DtoPointerTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- DtoPowerSpectrumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoPowerSpectrumFunction returns the logarithm of the power in some frequency band. Complex vector input and numeric output.
- DtoPowerSpectrumFunction(long, long, int, int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- DtoPredicate - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoPredicate(long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- DtoPrincipalDirectionFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A DtoPrincipalDirectionFunction is a linear combination of other functions.
- DtoPrincipalDirectionFunction(long, IDtoFeatureValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- DtoProducer - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identifying information on the engine.
- DtoProducer(String, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- DtoProductFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Product over all input functions.
- DtoProductFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- DtoRawColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, whose values were added directly.
- DtoRawColumnDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- DtoRawSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were added directly.
- DtoRawSignalDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- DtoReluFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The rectified linear unit.
- DtoReluFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- DtoScaleFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the input multiplied by the factor.
- DtoScaleFunction(long, long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- DtoSegmentFloatValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple containing an ID and a float value.
- DtoSegmentFloatValue(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- DtoSegmentFloatValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
- DtoSegmentFloatValueWithNextNormal(long, double, double, IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- DtoSegmentNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find segment with ID {id}
- DtoSegmentNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- DtoSegmentsFloatDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting in a timestamp and a list of DtoSegmentFloatValue.
- DtoSegmentsFloatDataPoint(long, IDtoSegmentFloatValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- DtoSegmentsFloatDataPointWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting of a timestamp and a list of DtoSegmentFloatValueWithNextNormal.
- DtoSegmentsFloatDataPointWithNextNormal(long, IDtoSegmentFloatValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- DtoSignalConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Handling of a specific signal.
- DtoSignalConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
- DtoSignalConstraintInconsistentError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In the constraint for signal/feature {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- DtoSignalConstraintInconsistentError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- DtoSignalConstraintInterpreterUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Constraint on signal with not supported interpreter
- DtoSignalConstraintInterpreterUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- DtoSignalConstraintTrainingConflictError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The user set thresholds [{min_user}, {max_user}] lie outside of the data range seen in training [{min}, {max}] of signal/feature {id} at timestamp {timestamp}
- DtoSignalConstraintTrainingConflictError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- DtoSignalDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoSignalDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- DtoSignalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Wraps a signal into a function.
- DtoSignalFunction(long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- DtoSignalIdAlreadyInUseError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal ID {id} is already in use
- DtoSignalIdAlreadyInUseError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- DtoSignalInactiveTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal is inactive for a period longer than the threshold.
- DtoSignalInactiveTrigger(String, IDtoInferenceDataSpecification, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- DtoSignalInactiveTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, SignalInactive triggers are created.
- DtoSignalInactiveTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
- DtoSignalInactiveWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal is inactive longer than threshold in DtoSignalInactiveTrigger.
- DtoSignalInactiveWarning(String, Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
- DtoSignalInterpreterAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} has ambiguous interpreters
- DtoSignalInterpreterAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- DtoSignalNotEmptyTrigger - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal is NOT empty.
- DtoSignalNotEmptyTrigger(String, IDtoInferenceDataSpecification) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
- DtoSignalNotEmptyTriggerConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, SignalNotEmpty triggers are created for empty signals.
- DtoSignalNotEmptyTriggerConfig() - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTriggerConfig
- DtoSignalNotEmptyWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal is not empty.
- DtoSignalNotEmptyWarning(String, Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
- DtoSignalNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find signal with ID {id}
- DtoSignalNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- DtoSignalNotFoundWarning - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Failed to find signal.
- DtoSignalNotFoundWarning(String, String) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
- DtoSignalSlope - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Information about one term in the linear model.
- DtoSignalSlope(String, Double) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
- DtoSinFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The sin function.
- DtoSinFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- DtoStepFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Step function.
- DtoStepFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- DtoStringCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoStringCategory(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- DtoStringCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with string-valued category.
- DtoStringCategoryWithProbability(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- DtoStringCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and string value.
- DtoStringCell(String, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- DtoStringColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoStringColumnValue(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- DtoStringDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and string value.
- DtoStringDataPoint(long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- DtoStringDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and string value.
- DtoStringDataPointWithAvailability(long, long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- DtoStringDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of string-valued category-probability pairs.
- DtoStringDataPointWithCategoryProbabilities(long, IDtoStringCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- DtoStringEncodingInvalidError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer failed to be decoded as string: {error}
- DtoStringEncodingInvalidError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- DtoSubModelIncrementalInfoNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
SubModelIncrementalInfo for model {id} cannot be found from IncrementalInfo
- DtoSubModelIncrementalInfoNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- DtoSumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Sum over all input functions.
- DtoSumFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- DtoSymmetricBlockDiagonalMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoSymmetricBlockDiagonalMatrix(IDtoSymmetricMatrix[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- DtoSymmetricMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoSymmetricMatrix(int, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- DtoSynthesizedColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, with values calculated by an expression (synthesized).
- DtoSynthesizedColumnDataReport(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- DtoSynthesizedSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were calculated by an expression (synthesized).
- DtoSynthesizedSignalDataReport(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- DtoTabularDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- DtoTabularDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- DtoTabularDataTypesConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTabularDataTypesConfig() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- DtoTabularExpressionInfo - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized column.
- DtoTabularExpressionInfo(String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- DtoTabularExpressionResultDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at row '{row_id}'
- DtoTabularExpressionResultDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- DtoTabularExpressionRuntimeFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at row '{row_id}': {error}
- DtoTabularExpressionRuntimeFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- DtoTabularFilesReaderConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTabularFilesReaderConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- DtoTargetSignalDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoTargetSignalDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- DtoTargetSignalLowQualityError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} cannot be used as target due to its low information quality.
- DtoTargetSignalLowQualityError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- DtoTargetSignalNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find target signal with ID {id}
- DtoTargetSignalNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- DtoTargetSignalTooManyCategoriesError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} of data type Float contains too many unique values: {numb_of_cats}.
- DtoTargetSignalTooManyCategoriesError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- DtoTimeseriesDataTypesConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTimeseriesDataTypesConfig() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- DtoTimeseriesFilesReaderConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTimeseriesFilesReaderConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- DtoTrainingConfig - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Necessary input configuration for a signal monitor training.
- DtoTrainingConfig(IDtoAbstractTriggerConfig[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
- DtoTreeModelFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A TreeModel is a tree regressor fine-tuned with the training data.
- DtoTreeModelFunction(long, Long[], IDtoTreeNode[], long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- DtoTreeNode - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoTreeNode(long, Long[], double, int, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- DtoTriggerType - Enum in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
- DtoWarnings - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
List of DtoAbstractWarning
- DtoWarnings(IDtoInferenceTimeRanges, IDtoAbstractWarning[]) - Constructor for class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- DtoWeightColumnNegativeValueError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weight column with ID {id} has negative value in row with ID {row_id}.
- DtoWeightColumnNegativeValueError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- DURATION_OF_LAST_POSITIVE_STATE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- DURATION_OF_LAST_POSITIVE_STATE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- DURATION_OF_POSITIVE_STATES - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- DURATION_OF_POSITIVE_STATES - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
E
- EngineException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Engine exceptions are thrown whenever errors within the engine occur.
- EngineException(IDtoAbstractError[]) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.EngineException
- EngineLogger - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface to handle logging callbacks from the engine.
- EngineTabularData - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface for handling engine tabular data.
- EngineTimeseriesData - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface for handling engine timeseries data.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTriggerConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- ExcludingMap - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- ExcludingMap() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
F
- Flavour - Enum in com.vernaio.aivis.engine.v2.base.sdk.annotation
-
Flavours define different sets of library features.
- FlavourRequirement - Annotation Type in com.vernaio.aivis.engine.v2.base.sdk.annotation
-
This annotation defines a list of library flavours being allowed to call the annotated method.
- FLOAT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
- FULL - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
G
- GAUSSIAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- getAbsArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- getAbsArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Take the absolute values of the sources
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
- getAdditionalSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- getAdditionalSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- getAdditionalTriggers() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Configures signal-specific triggers.
- getAdditionalTriggers() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Configures signal-specific triggers.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
FunctionId of the only input function.
- getArguments() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- getArguments() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
The values of these functions are used as input.
- getAt() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp of the data entry that triggered the warning.
- getAt() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The timestamp of the data entry that triggered the warning.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailabilitySignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- getAvailabilitySignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for availability
- getBooleanColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get boolean data of a column with given
columnIdfrom this tabular data context. - getBooleanColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- getBooleanColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of boolean column ids
- getBooleanSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get boolean data of a signal with given
signalIdfrom this timeseries data context. - getBooleanSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- getBooleanSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- getCatCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- getCatCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
FunctionId of the only input function.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The category the key is mapped to.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The signal value.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The signal value.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- getChildren() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getChildren() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getCoefficient() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getCoefficient() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getCoefficients() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- getCoefficients() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- getCoeffs() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- getCoeffs() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Coefficients of linear function.
- getCols() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getCols() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
ID of the column.
- getColumnDataReport() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get
DtoColumnDataReport. - getColumnDataType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get
DtoDataTypeof givencolumnIdfrom this data context. - getColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- getColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataReport
-
Information on all columns in the data.
- getComponents() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getComponents() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getConfig() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- getConfig() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- getConstant() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- getConstant() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- getConstraints() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- getConstraints() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- getConstraints() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluations of constraint models.
- getConstraints() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- getConstraintValuesPreview() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- getConstraintValuesPreview() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- getControlPoint() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getControlPoint() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getCost() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- getCost() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- getCost() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluation of cost function.
- getCost() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- getCostType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- getCostType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- getCostType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Type of cost function.
- getCostType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Type of cost function.
- getCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- getCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Number of the recorded timestamps
- getCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getCycleLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- getCycleLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Restrictions on the data used.
- getDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Get this inferences's
DtoInferenceDataSpecification. - getDataSpecifications() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- getDataSpecifications() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The unexpected data type.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The unexpected data type.
- getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- getDev() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Unstable and undocumented configuration options.
- getDisableGlobalTriggers() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Specifies trigger types to be turned off among the globally configured triggers.
- getDisableGlobalTriggers() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Specifies trigger types to be turned off among the globally configured triggers.
- getDuration() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The duration during which the signal does not change.
- getDuration() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The duration during which the signal does not change.
- getEndLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- getEndLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricBlockDiagonalMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- getErrors() - Method in exception com.vernaio.aivis.engine.v2.base.sdk.exception.EngineException
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- getExcludeColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- getExcludeColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, exclude all these columns.
- getExcludeFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- getExcludeFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all these features.
- getExcludeFiles() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- getExcludeFiles() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- getExcludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all features created by these signals.
- getExpectedValue() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The expected value at the timestamp of the most deviated value.
- getExpectedValue() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The expected value at the timestamp of the most deviated value.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- getExpressionInfo(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get expression info of a synthesized column with given
columnIdfrom this tabular data context. - getExpressionInfo(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get expression info of a synthesized signal with given
signalIdfrom this timeseries data context. - getFactor() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- getFactor() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- getFactors() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- getFactors() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
The values of these functions are used as input.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Feature id.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFilesFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- getFloatColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get float data of a column with given
columnIdfrom this tabular data context. - getFloatColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- getFloatColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of float column ids
- getFloatSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get float data of a signal with given
signalIdfrom this timeseries data context. - getFloatSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- getFloatSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of float signal ids
- getFolder() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- getFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- getFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The beginning of the category.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs an unknown categorical value for the first time.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
Beginning of the time interval to which the warning refers.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
Beginning of the inference time range.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is broken for the first time.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point goes out of range for the first time.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of last data point + threshold, or the beginning of the inference time range if the signal has been inactive before the inference time range.
- getFrom() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp at which the signal becomes not empty, or if the signal is not empty due to the exsitence of the data entry before the beginning of the inference time range, then it is the beginning of the inference time range.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The beginning of the category.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs an unknown categorical value for the first time.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
Beginning of the time interval to which the warning refers.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRange
-
Beginning of the inference time range.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is broken for the first time.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point goes out of range for the first time.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The timestamp of last data point + threshold, or the beginning of the inference time range if the signal has been inactive before the inference time range.
- getFrom() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The timestamp at which the signal becomes not empty, or if the signal is not empty due to the exsitence of the data entry before the beginning of the inference time range, then it is the beginning of the inference time range.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The key.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
-
Universally unique identifier of the trigger.
- getId() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
-
Universally unique identifier of the trigger.
- getIdColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- getIdColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
The header for id
- getIgnoreSignalAvailabilities() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- getIgnoreSignalAvailabilities() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- getInactivityPeriod() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The difference between two adjacent timestamps, or the difference between the last timestamp and the end of the inference time range if the signal remains inactive beyond the inference time range.
- getInactivityPeriod() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The difference between two adjacent timestamps, or the difference between the last timestamp and the end of the inference time range if the signal remains inactive beyond the inference time range.
- getIncludeColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- getIncludeColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, include only these columns.
- getIncludeFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- getIncludeFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to these features.
- getIncludeFiles() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- getIncludeFiles() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- getIncludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to the features created by these signals.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- getInferenceTimeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- getInferenceTimeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- getInfo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases.
- getInfo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation; not needed for inference.
- getIntercept() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- getIntercept() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Intercept of linear function.
- getIntercept() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The constant term in the linear model.
- getIntercept() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The constant term in the linear model.
- getInterpreter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- getInterpreter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
Controls how this column will be interpreted.
- getInterpreter() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Controls which triggers are trained for the signal.
- getInterpreter() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Controls which triggers are trained for the signal.
- getInvolvedColumnIds() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- getInvolvedColumnIds() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionInfo
-
List of used columns.
- getInvolvedColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- getInvolvedColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- getInvolvedSignalIds() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- getInvolvedSignalIds() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionInfo
-
List of used signals.
- getInvolvedSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- getIsSobolPoint() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getIsSobolPoint() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getKernelType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getKernelType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getKey() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- getKey() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- getKnownValues() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- getKnownValues() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
- getLabelMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getLabelMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getLabelMeanInRoot() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getLabelMeanInRoot() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- getLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
The delay.
- getLowerThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- getLowerThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- getLowerThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- getLowerThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Max of the feature values computed based on inducing points.
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Maximum of the feature values
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getMaxFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- getMaxFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- getMaximalDimension() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The maximum number of signals used as predictors in a linear model.
- getMaximalDimension() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
The maximum number of signals used as predictors in a linear model.
- getMaximalSampleCount() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
Maximal number of samples to be used.
- getMaximalSampleCount() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
Maximal number of samples to be used.
- getMaxLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Mean of the feature values computed based on inducing points.
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Mean of the feature values
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Mean of Gaussian.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Time resolution of the source used in this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Error message.
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Min of the feature values computed based on inducing points.
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Minimum of the feature values
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getMinFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- getMinFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- getMinLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- getModel() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- getModel() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- getModel() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Model id.
- getModel() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Model id.
- getModel() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorTraining
-
Get this training's
DtoModel. - getMonitoredTimeRanges() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- getMonitoredTimeRanges() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoWarnings
- getMonitoringPeriod() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
An expected duration of an operation.
- getMonitoringPeriod() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
-
An expected duration of an operation.
- getMostDeviatedValue() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The observed value with largest deviation to the estimated value.
- getMostDeviatedValue() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The observed value with largest deviation to the expected range.
- getMostDeviatedValue() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The observed value with largest deviation to the estimated value.
- getMostDeviatedValue() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The observed value with largest deviation to the expected range.
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- getName() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- getName() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Name of the engine.
- getName() - Method in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Next normal feature value.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- getNoise() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getNoise() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getOperativePeriods() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getOperativePeriods() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getP() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getP() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getParameters() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- getParameters() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Parameters of the lti-filter function.
- getParent() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- getParent() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal,
- getPredicate() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getPredicate() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Probability of category.
- getProducer() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- getProducer() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Information on the engine this object was built with.
- getPvalue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getPvalue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getQuantileCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- getQuantileCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- getRating() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- getRating() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getRating() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- getRating() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getRoot() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getRoot() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getRows() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getRows() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- getRows() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getRows() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- getScale() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getScale() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getScaleFactors() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getScaleFactors() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getSegmentId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- getSegmentId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- getSegmentId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- getSegmentId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment ID.
- getSensitivity() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSensitivity() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
The ID of the signal to be used as function.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The signal for which the predecessor is missing.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The signal with unexpected data type.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The signal that was not found.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
ID of a signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The signal for which the predecessor is missing.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The signal with unexpected data type.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
-
The signal that was not found.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalSlope
-
ID of a signal.
- getSignalDataReport() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get
DtoDataReport. - getSignalDataType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get
DtoDataTypeof givensignalIdfrom this timeseries data context. - getSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataReport
-
Information on all signals in the data.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures the interpretation and selection of triggers for the input signals.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configures the interpretation and selection of triggers for the input signals.
- getSlope() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
The coefficient of the signal in the linear model.
- getSlope() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalSlope
-
The coefficient of the signal in the linear model.
- getSlopes() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signals used as predictors together with the model coefficients.
- getSlopes() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The signals used as predictors together with the model coefficients.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function whose values are lagged.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
FunctionId of the only input function.
- getSourceFunction() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getSourceFunction() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getSpectrum() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getStartLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- getStartLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Standard deviation of the feature values
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Standard deviation of Gaussian.
- getStringColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get string data of a column with given
columnIdfrom this tabular data context. - getStringColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- getStringColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of string column ids
- getStringSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get string data of a signal with given
signalIdfrom this timeseries data context. - getStringSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- getStringSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of string signal ids
- getSummands() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- getSummands() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
The values of these functions are used as input.
- getTarget() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signal being predicted by the linear model.
- getTarget() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The signal being predicted by the linear model.
- getTestValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- getTestValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- getThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The maximal allowed descrepancy between target and linear model prediction.
- getThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- getThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The maximal allowed descrepancy between target and linear model prediction.
- getThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
- getThresholds() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
A list of the lower and upper thresholds for the corresponding categories.
- getThresholds() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
A list of the lower and upper thresholds for the corresponding categories.
- getTimeRanges() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- getTimeRanges() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRanges
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestampSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- getTimestampSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for timestamp
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The last timestamp of the category.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs either a known categorical value or another unknown categorical value.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The earliest timestamp at which the inferenceDataSpecification is fulfilled.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
End (exclusive) of the inference time range.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is again valid.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point either comes back to the normal range, or goes out of range to the other extreme.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of a new data point or the end of the inference time range.
- getTo() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
End of the inference time range.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The last timestamp of the category.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs either a known categorical value or another unknown categorical value.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The earliest timestamp at which the inferenceDataSpecification is fulfilled.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRange
-
End (exclusive) of the inference time range.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is again valid.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point either comes back to the normal range, or goes out of range to the other extreme.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The timestamp of a new data point or the end of the inference time range.
- getTo() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
End of the inference time range.
- getTree() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getTree() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The ID of the trigger that generated this warning.
- getTrigger() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
-
The ID of the trigger that generated this warning.
- getTriggers() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- getTriggers() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures triggers globally.
- getTriggers() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
- getTriggers() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configures triggers globally.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTriggerConfig
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTriggerConfig
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
-
Type discriminator.
- getUpperThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- getUpperThreshold() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- getUpperThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- getUpperThreshold() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Boolean value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Boolean value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Observed feature value.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Floating point value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Evaluation of model.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Observed model value.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Evaluation of cost function.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Floating point value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
String value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
String value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
String value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The observed signal value.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The observed signal value.
- getValues() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- getValues() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- getValuesWithNextNormal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- getValuesWithNextNormal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- getVersion() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- getVersion() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Engine version.
- getVersion() - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorSetup
-
Get runtime version
- getWarnings() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- getWarnings() - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoWarnings
- getWindowLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- getWindowLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- getWindowLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- getWindowLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
H
- handle() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get this data's internal handle
- handle() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get this data's internal handle
- handle() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorData
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTriggerConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
I
- IDtoAbstractCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAbstractColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data.
- IDtoAbstractColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column values and splits them into different categories
- IDtoAbstractColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAbstractError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Base error type, generated by the engine.
- IDtoAbstractFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Parts of the formula describing the calculation while inference.
- IDtoAbstractInferenceSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference.
- IDtoAbstractSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data.
- IDtoAbstractSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal values and derives aspects from them.
- IDtoAbstractTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAbstractTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
In inference, a trigger performs a specific check on a certain signal(s) and generates warnings accordingly.
- IDtoAbstractTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Base of trigger configurations.
- IDtoAbstractWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Base signal warning type.
- IDtoAggregatedCategoricalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Aggregating a categorical signal over the time window given by min and max lags. The source of the function is DtoCategoryEqualsFunction. Numeric input and ouput.
- IDtoAggregatedNumericalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoArgMaxFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the id of the function with the largest result.
- IDtoArgumentValidationError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate argument: {error}
- IDtoBooleanCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoBooleanCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with boolean-valued category.
- IDtoBooleanCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and boolean value.
- IDtoBooleanColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoBooleanDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and boolean value.
- IDtoBooleanDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and boolean value.
- IDtoBooleanDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of boolean-valued category-probability pairs.
- IDtoCategoricalColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different column values as categories, which have no order.
- IDtoCategoricalDurationOutOfRangeTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal stays within any category shorter or longer than the corresponding lower or upper thresholds.
- IDtoCategoricalDurationOutOfRangeTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, CategoricalDurationOutOfRange triggers are created.
- IDtoCategoricalDurationOutOfRangeWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The period during which the signal stays within the same category is shorter than the trigger's corresponding lower threshold, or longer than the corresponding upper threshold.
- IDtoCategoricalDurationThresholds - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
- IDtoCategoricalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different signal values as categories, which have no order.
- IDtoCategoricalValueUnknownTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At the inference, this trigger generates a warning if the signal takes a value that is not in knownValues.
- IDtoCategoricalValueUnknownTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, CategoricalValueUnknown triggers are created.
- IDtoCategoricalValueUnknownWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value is unknown.
- IDtoCategoryEqualsFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A CategoricalEqualsFunction applied to a categorical function yields a 0/1-function for one of the function's categories.
- IDtoColumnConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handling of a specific column.
- IDtoColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the column data.
- IDtoColumnDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoColumnIdAlreadyInUseError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column ID {id} is already in use
- IDtoColumnInterpreterAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} has ambiguous interpreters
- IDtoColumnNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find column with ID {id}
- IDtoColumnValueAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In column with ID {id} there is ambiguity in the values for rows {row_ids}
- IDtoConstantFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the constant value provided.
- IDtoConstraintNavigatorHubModelUnsuitedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model with model ID {id} is not differentiable.
- IDtoConstraintsMissingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model constraints must be provided in the inference_config in order to call the endpoint infer_float_with_next_normal.
- IDtoCosFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The cos function.
- IDtoCyclicSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as a cyclic variable, based on their residue after division.
- IDtoDataConcurrentModificationError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to modify data with handle '{handle}' due to concurrent usage
- IDtoDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- IDtoDataFilterRange - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Time range of a specific signal.
- IDtoDataQualityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals after data removal
- IDtoDataQuantityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals
- IDtoDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the data.
- IDtoDefaultColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float columns via DtoNumericalColumnInterpreter and string and boolean columns via DtoCategoricalColumnInterpreter.
- IDtoDefaultSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float signals via DtoNumericalSignalInterpreter and string and boolean signals via DtoCategoricalSignalInterpreter.
- IDtoDefaultTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoDependencyAnalysisConstraintConfigNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
At least one of inner_linear_constraint_config or outer_linear_constraint_config should be present
- IDtoErrorParam - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Named parameters used in error messages.
- IDtoExponentialFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Exponential function.
- IDtoExpressionInfo - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized signal.
- IDtoExpressionResultDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at timestamp '{timestamp}'
- IDtoExpressionRuntimeFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at timestamp '{timestamp}': {error}
- IDtoExpressionSyntaxFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to compile expression {expression}: {error}
- IDtoFeature - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFeatureFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of features based on certain criteria.
- IDtoFeatureStatisticsReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Store statistics of the feature, sampled from its recorded timestamps within the operative periods.
- IDtoFeatureValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Feature value with featureId and its value.
- IDtoFeatureValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Quadruple with id of feature, observed value of feature, next normal value of feature, rating.
- IDtoFilesFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with float-valued category.
- IDtoFloatCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and floating point value.
- IDtoFloatColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatConstraintValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with id of model and evaluation of model.
- IDtoFloatConstraintValues - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of DtoFloatConstraintValue.
- IDtoFloatConstraintValuesWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, DtoFloatCostValueWithNextNormal, list of DtoFloatConstraintValueWithNextNormal and list of DtoFeatureValueWithNextNormal.
- IDtoFloatConstraintValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple with id of model, observed value of model, next normal value of model.
- IDtoFloatCostValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with cost_type and value of the cost function.
- IDtoFloatCostValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triplet with cost_type, value of the cost function before and after optimization.
- IDtoFloatDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and floating point value.
- IDtoFloatDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and floating point value.
- IDtoFloatDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of float-valued category-probability pairs.
- IDtoFloatDataPointWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, floating point value, list of DtoFeatureValueWithNextNormal.
- IDtoFourierTransformFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoGaussCdfFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Gaussian cummulative distribution function.
- IDtoHandleDanglingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to dereference handle '{handle}'
- IDtoHandleTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handle '{handle}' is expected to be of type '{expected}' but was of type '{actual}'
- IDtoIdCategoryEntry - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoIdCategoryMapFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary.
- IDtoIdCategoryProbaMapFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary and its probability.
- IDtoIdentityFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identity function.
- IDtoIncrementalLearningDataQualityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Insufficient data quality of signals at label timestamps
- IDtoIncrementalLearningModelCorruptedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
DtoIncremental data does not match remaining model data: {error}
- IDtoInferenceConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Necessary input configuration for a signal monitor inference.
- IDtoInferenceDataPredecessorMissingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data is expected to include information on signal {id} at or before timestamp {timestamp}
- IDtoInferenceDataPredecessorMissingWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Timestamp of first data point is too late for the trigger.
- IDtoInferenceDataSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for the data needed at the inference.
- IDtoInferenceDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data specification for signal with ID {id} is expected to be of data type {expected} but was of data type {actual}
- IDtoInferenceDataTypeUnexpectedWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Observed unexpected data type.
- IDtoInferenceOutputTargetInterpreterTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of target interpreter type {expected} but was {actual}
- IDtoInferenceOutputTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of data type {expected} but was of data type {actual}
- IDtoInferenceRawSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were added directly.
- IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data type of signal {id} is ambiguous in inference data specification
- IDtoInferenceSynthesizedSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were calculated by an expression (synthesized).
- IDtoInferenceTimeRange - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Time range for the signal monitor inference.
- IDtoInferenceTimeRanges - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
List of DtoInferenceTimeRange.
- IDtoInferenceTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoInternalEngineFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Internal engine failure: {error}
- IDtoInterval - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data.
- IDtoIntervalBeforeIncident - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- IDtoIntervalWithoutIncident - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- IDtoJsonParseFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to parse json: {error}
- IDtoJsonValidationFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate json: {error}
- IDtoKernelModelComponent - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoKernelModelFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A KernelModel is a kernel regressor fine-tuned with the training data.
- IDtoLagFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Lags the values of the source function by some fixed delay.
- IDtoLicenseApiKeyNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find license api key
- IDtoLicenseInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
License terms insufficient
- IDtoLicenseServerCommunicationFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to communicate with license server: {error}
- IDtoLinearFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weighted sum over all input functions plus intercept.
- IDtoLogarithmFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Natural logarithm function.
- IDtoLogisticFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The logistic function.
- IDtoLogSumExpFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- IDtoLtiFilterFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
An LtiFilterFunction is the convolution of a moving time window of the input with some fixed function.
- IDtoMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoMaxFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the largest function value among the source functions at a given timestamp.
- IDtoModel - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Output of a signal monitor training.
- IDtoModelConstraintInconsistentError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
For model constraint {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- IDtoModelConstraintNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model ID {id} not part of the hub model
- IDtoModelInfo - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoModelTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model {id} is expected to be '{expected}' model but it is '{actual} model
- IDtoMollifierFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A mollifier function.
- IDtoNumericalColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column as being numerical.
- IDtoNumericalLinearRelationBrokenTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
This trigger provides a linear model for a signal.
- IDtoNumericalLinearRelationBrokenTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, NumericalLinearRelationBroken triggers are created.
- IDtoNumericalLinearRelationBrokenWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value deviates from the trigger's linear model by more than the trigger's threshold for all timestamps in [from, to].
- IDtoNumericalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as being numerical.
- IDtoNumericalValueOutOfRangeTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal takes a value that is larger than the upperThreshold or lower than the lowerThreshold.
- IDtoNumericalValueOutOfRangeTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, NumericalValueOutOfRange triggers are created.
- IDtoNumericalValueOutOfRangeWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal value is above the trigger's upperThreshold for all timestamps in [from, to] or it is below the lowerThreshold for all timestamps in [from, to].
- IDtoOperativePeriodsConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Configures which time periods to be regarded as operative.
- IDtoOperativeSignalMissingTrueValuesError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to identify operative periods: the operative signal must contain at least one 'true' value.
- IDtoOrFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns true if any of the source functions returns true.
- IDtoOscillatorySignalInterpretationFailure - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Unable to resolve oscillatory interpretation of signal {id} at time t {timestamp} due to too sparse data
- IDtoOscillatorySignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as an oscillatory wave.
- IDtoPhaseSpectrumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoPhaseSpectrumFunction represents a phase of a complex frequency spectrum. Complex vector input and numeric output (cycle 2 pi).
- IDtoPNormFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- IDtoPointerForeignError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer was not created by this engine instance
- IDtoPointerTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer has unexpected type
- IDtoPowerSpectrumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoPowerSpectrumFunction returns the logarithm of the power in some frequency band. Complex vector input and numeric output.
- IDtoPredicate - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoPrincipalDirectionFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A DtoPrincipalDirectionFunction is a linear combination of other functions.
- IDtoProducer - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identifying information on the engine.
- IDtoProductFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Product over all input functions.
- IDtoRawColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, whose values were added directly.
- IDtoRawSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were added directly.
- IDtoReluFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The rectified linear unit.
- IDtoScaleFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the input multiplied by the factor.
- IDtoSegmentFloatValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple containing an ID and a float value.
- IDtoSegmentFloatValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
- IDtoSegmentNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find segment with ID {id}
- IDtoSegmentsFloatDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting in a timestamp and a list of DtoSegmentFloatValue.
- IDtoSegmentsFloatDataPointWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting of a timestamp and a list of DtoSegmentFloatValueWithNextNormal.
- IDtoSignalConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Handling of a specific signal.
- IDtoSignalConstraintInconsistentError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In the constraint for signal/feature {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- IDtoSignalConstraintInterpreterUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Constraint on signal with not supported interpreter
- IDtoSignalConstraintTrainingConflictError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The user set thresholds [{min_user}, {max_user}] lie outside of the data range seen in training [{min}, {max}] of signal/feature {id} at timestamp {timestamp}
- IDtoSignalDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoSignalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Wraps a signal into a function.
- IDtoSignalIdAlreadyInUseError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal ID {id} is already in use
- IDtoSignalInactiveTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal is inactive for a period longer than the threshold.
- IDtoSignalInactiveTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, SignalInactive triggers are created.
- IDtoSignalInactiveWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal is inactive longer than threshold in DtoSignalInactiveTrigger.
- IDtoSignalInterpreterAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} has ambiguous interpreters
- IDtoSignalNotEmptyTrigger - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
At inference, this trigger generates a warning if the signal is NOT empty.
- IDtoSignalNotEmptyTriggerConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
If this configuration is set, SignalNotEmpty triggers are created for empty signals.
- IDtoSignalNotEmptyWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
The signal is not empty.
- IDtoSignalNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find signal with ID {id}
- IDtoSignalNotFoundWarning - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Failed to find signal.
- IDtoSignalSlope - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Information about one term in the linear model.
- IDtoSinFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The sin function.
- IDtoStepFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Step function.
- IDtoStringCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoStringCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with string-valued category.
- IDtoStringCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and string value.
- IDtoStringColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoStringDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and string value.
- IDtoStringDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and string value.
- IDtoStringDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of string-valued category-probability pairs.
- IDtoStringEncodingInvalidError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer failed to be decoded as string: {error}
- IDtoSubModelIncrementalInfoNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
SubModelIncrementalInfo for model {id} cannot be found from IncrementalInfo
- IDtoSumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Sum over all input functions.
- IDtoSymmetricBlockDiagonalMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoSymmetricMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoSynthesizedColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, with values calculated by an expression (synthesized).
- IDtoSynthesizedSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were calculated by an expression (synthesized).
- IDtoTabularDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- IDtoTabularDataTypesConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTabularExpressionInfo - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized column.
- IDtoTabularExpressionResultDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at row '{row_id}'
- IDtoTabularExpressionRuntimeFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at row '{row_id}': {error}
- IDtoTabularFilesReaderConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTargetSignalDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoTargetSignalLowQualityError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} cannot be used as target due to its low information quality.
- IDtoTargetSignalNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find target signal with ID {id}
- IDtoTargetSignalTooManyCategoriesError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} of data type Float contains too many unique values: {numb_of_cats}.
- IDtoTimeseriesDataTypesConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTimeseriesFilesReaderConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTrainingConfig - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
Necessary input configuration for a signal monitor training.
- IDtoTreeModelFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A TreeModel is a tree regressor fine-tuned with the training data.
- IDtoTreeNode - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoWarnings - Interface in com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto
-
List of DtoAbstractWarning
- IDtoWeightColumnNegativeValueError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weight column with ID {id} has negative value in row with ID {row_id}.
- infer(SignalMonitorData, IDtoInferenceTimeRanges) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorInference
-
Calculate inference for given data context and time ranges.
- INFERENCE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
- initApiKey(String) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorSetup
-
Set the licensing key to authenticate API calls with.
- initThreadCount(int) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorSetup
-
Initialize library to use parallel computation up to given thread count.
L
- LAPLACE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- LibraryException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Super class for all library exceptions thrown by the engine.
- LibraryException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.LibraryException
- LINEAR - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- log(int, String, String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineLogger
-
This function is called whenever the engine writes a log message
M
- MATERN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- MAX - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MAX - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MIN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MIN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MissingLibraryException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Missing library exceptions are thrown when a library file for this platform cannot be found.
- MissingLibraryException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.MissingLibraryException
N
- NUMERICAL_VALUE_OUT_OF_RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
P
- parseExpression(String) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorData
-
Parse given expression and return a list of involved signals IDs.
- POSITIVE_STATE_CHANGE_COUNT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- POSITIVE_STATE_CHANGE_COUNT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- POSITIVE_STATE_WAS_PRESENT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- POSITIVE_STATE_WAS_PRESENT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- put(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
- putAll(Map<? extends String, ?>) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
Q
- QUADRATIC - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
R
- RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- readFiles(IDtoTabularFilesReaderConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Read and ingest files to tabular data context.
- readFiles(IDtoTimeseriesFilesReaderConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Read and ingest files to timeseries data context.
- registerLogger(EngineLogger) - Static method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.SignalMonitorSetup
-
Initialize library to use given
EngineLoggerinstance for logging. - removeColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Remove a column given by
columnIdin the data context. - removeSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Remove a signal given by
signalIdin the data context.
S
- setAbsArgument(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- setAbsArgument(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Take the absolute values of the sources
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
- setAdditionalSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- setAdditionalSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- setAdditionalTriggers(IDtoAbstractTriggerConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Configures signal-specific triggers.
- setAdditionalTriggers(IDtoAbstractTriggerConfig[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Configures signal-specific triggers.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
FunctionId of the only input function.
- setArguments(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- setArguments(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
The values of these functions are used as input.
- setAt(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp of the data entry that triggered the warning.
- setAt(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The timestamp of the data entry that triggered the warning.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailabilitySignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- setAvailabilitySignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for availability
- setBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- setBooleanColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of boolean column ids
- setBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- setBooleanSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- setCatCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- setCatCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- setCategories(IDtoBooleanCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoBooleanCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoFloatCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoFloatCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoStringCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoStringCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategory(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- setCategory(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Category.
- setCategory(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- setCategory(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Category.
- setCategory(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- setCategory(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
FunctionId of the only input function.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The category the key is mapped to.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The signal value.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The signal value.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- setCategory(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- setCategory(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Category.
- setChildren(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setChildren(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setCoefficient(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setCoefficient(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setCoefficients(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- setCoefficients(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- setCoeffs(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- setCoeffs(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Coefficients of linear function.
- setCols(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setCols(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
ID of the column.
- setColumns(IDtoAbstractColumnDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- setColumns(IDtoAbstractColumnDataReport[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataReport
-
Information on all columns in the data.
- setComponents(IDtoKernelModelComponent[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setComponents(IDtoKernelModelComponent[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- setConfig(IDtoTrainingConfig) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- setConstant(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- setConstant(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- setConstraints(IDtoFloatConstraintValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- setConstraintValuesPreview(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- setConstraintValuesPreview(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- setControlPoint(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setControlPoint(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setCost(IDtoFloatCostValue) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- setCost(IDtoFloatCostValue) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluation of cost function.
- setCost(IDtoFloatCostValueWithNextNormal) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- setCost(IDtoFloatCostValueWithNextNormal) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- setCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- setCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- setCostType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Type of cost function.
- setCostType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Type of cost function.
- setCount(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setCount(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setCount(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- setCount(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Number of the recorded timestamps
- setCycleLength(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- setCycleLength(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- setDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Restrictions on the data used.
- setDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoTabularDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The unexpected data type.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The unexpected data type.
- setDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- setDataTypes(IDtoTabularDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Unstable and undocumented configuration options.
- setDisableGlobalTriggers(DtoTriggerType[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Specifies trigger types to be turned off among the globally configured triggers.
- setDisableGlobalTriggers(DtoTriggerType[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Specifies trigger types to be turned off among the globally configured triggers.
- setDuration(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The duration during which the signal does not change.
- setDuration(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The duration during which the signal does not change.
- setEndLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- setEndLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- setEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoSymmetricMatrix[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- setEntries(IDtoSymmetricMatrix[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricBlockDiagonalMatrix
- setEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- setEntries(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setEntries(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- setEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- setEvalType(DtoCategoricalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- setEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- setEvalType(DtoNumericalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- setExcludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- setExcludeColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, exclude all these columns.
- setExcludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- setExcludeFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all these features.
- setExcludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- setExcludeFiles(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- setExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- setExcludeSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all features created by these signals.
- setExpectedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The expected value at the timestamp of the most deviated value.
- setExpectedValue(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The expected value at the timestamp of the most deviated value.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- setFactor(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- setFactor(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- setFactors(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- setFactors(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
The values of these functions are used as input.
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Feature id.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- setFloatColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- setFloatColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of float column ids
- setFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- setFloatSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of float signal ids
- setFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- setFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- setFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The beginning of the category.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs an unknown categorical value for the first time.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
Beginning of the time interval to which the warning refers.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
Beginning of the inference time range.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is broken for the first time.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point goes out of range for the first time.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of last data point + threshold, or the beginning of the inference time range if the signal has been inactive before the inference time range.
- setFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp at which the signal becomes not empty, or if the signal is not empty due to the exsitence of the data entry before the beginning of the inference time range, then it is the beginning of the inference time range.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The beginning of the category.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs an unknown categorical value for the first time.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
Beginning of the time interval to which the warning refers.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRange
-
Beginning of the inference time range.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is broken for the first time.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point goes out of range for the first time.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The timestamp of last data point + threshold, or the beginning of the inference time range if the signal has been inactive before the inference time range.
- setFrom(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The timestamp at which the signal becomes not empty, or if the signal is not empty due to the exsitence of the data entry before the beginning of the inference time range, then it is the beginning of the inference time range.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The key.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setId(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setId(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
Row id of this cell.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
-
Universally unique identifier of the trigger.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
-
Universally unique identifier of the trigger.
- setIdColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- setIdColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
The header for id
- setIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- setIgnoreSignalAvailabilities(Boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- setInactivityPeriod(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The difference between two adjacent timestamps, or the difference between the last timestamp and the end of the inference time range if the signal remains inactive beyond the inference time range.
- setInactivityPeriod(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The difference between two adjacent timestamps, or the difference between the last timestamp and the end of the inference time range if the signal remains inactive beyond the inference time range.
- setIncludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- setIncludeColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, include only these columns.
- setIncludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- setIncludeFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to these features.
- setIncludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- setIncludeFiles(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- setIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- setIncludeSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to the features created by these signals.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- setInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- setInferenceTimeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- setInfo(IDtoModelInfo) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation; not needed for inference.
- setInfo(IDtoModelInfo) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation; not needed for inference.
- setIntercept(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- setIntercept(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Intercept of linear function.
- setIntercept(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The constant term in the linear model.
- setIntercept(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The constant term in the linear model.
- setInterpreter(IDtoAbstractColumnInterpreter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- setInterpreter(IDtoAbstractColumnInterpreter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
Controls how this column will be interpreted.
- setInterpreter(IDtoAbstractSignalInterpreter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Controls which triggers are trained for the signal.
- setInterpreter(IDtoAbstractSignalInterpreter) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
Controls which triggers are trained for the signal.
- setInvolvedColumnIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- setInvolvedColumnIds(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionInfo
-
List of used columns.
- setInvolvedColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- setInvolvedColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- setInvolvedSignalIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- setInvolvedSignalIds(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionInfo
-
List of used signals.
- setInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- setIsSobolPoint(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setIsSobolPoint(Boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setKernelType(DtoKernelType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setKernelType(DtoKernelType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setKey(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- setKey(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- setKnownValues(IDtoAbstractCategory[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- setKnownValues(IDtoAbstractCategory[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
- setLabelMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setLabelMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setLabelMeanInRoot(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setLabelMeanInRoot(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- setLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
The delay.
- setLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- setLowerThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
- setLowerThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- setLowerThreshold(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- setMax(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- setMax(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Maximum of the feature values
- setMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- setMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setMax(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Max of the feature values computed based on inducing points.
- setMax(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setMaxFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- setMaxFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- setMaximalDimension(Integer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The maximum number of signals used as predictors in a linear model.
- setMaximalDimension(Integer) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
The maximum number of signals used as predictors in a linear model.
- setMaximalSampleCount(Integer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
Maximal number of samples to be used.
- setMaximalSampleCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
Maximal number of samples to be used.
- setMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Mean of the feature values computed based on inducing points.
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Mean of the feature values
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Mean of Gaussian.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Time resolution of the source used in this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Error message.
- setMin(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- setMin(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Minimum of the feature values
- setMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- setMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setMin(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Min of the feature values computed based on inducing points.
- setMin(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setMinFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- setMinFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- setMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- setModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- setModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- setModel(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Model id.
- setModel(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Model id.
- setMonitoredTimeRanges(IDtoInferenceTimeRanges) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- setMonitoredTimeRanges(IDtoInferenceTimeRanges) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoWarnings
- setMonitoringPeriod(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
An expected duration of an operation.
- setMonitoringPeriod(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
-
An expected duration of an operation.
- setMostDeviatedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The observed value with largest deviation to the estimated value.
- setMostDeviatedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The observed value with largest deviation to the expected range.
- setMostDeviatedValue(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The observed value with largest deviation to the estimated value.
- setMostDeviatedValue(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The observed value with largest deviation to the expected range.
- setName(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- setName(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Name of the engine.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Next normal feature value.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- setNoise(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setNoise(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setP(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setP(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setParameters(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- setParameters(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Parameters of the lti-filter function.
- setParent(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- setParent(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal,
- setPredicate(IDtoPredicate) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setPredicate(IDtoPredicate) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Probability of category.
- setProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
-
Information on the engine this object was built with.
- setPvalue(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setPvalue(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setQuantileCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- setQuantileCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- setRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- setRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setRating(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- setRating(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setRoot(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setRoot(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- setRows(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setRows(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- setScale(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setScale(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setScaleFactors(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setScaleFactors(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- setSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- setSegmentId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- setSegmentId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment ID.
- setSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSensitivity(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
The ID of the signal to be used as function.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The signal for which the predecessor is missing.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The signal with unexpected data type.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The signal that was not found.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
ID of a signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The signal for which the predecessor is missing.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The signal with unexpected data type.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalConfig
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
-
The signal that was not found.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalSlope
-
ID of a signal.
- setSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- setSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- setSignals(IDtoAbstractSignalDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- setSignals(IDtoAbstractSignalDataReport[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataReport
-
Information on all signals in the data.
- setSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures the interpretation and selection of triggers for the input signals.
- setSignals(IDtoSignalConfig[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configures the interpretation and selection of triggers for the input signals.
- setSlope(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
The coefficient of the signal in the linear model.
- setSlope(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalSlope
-
The coefficient of the signal in the linear model.
- setSlopes(IDtoSignalSlope[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signals used as predictors together with the model coefficients.
- setSlopes(IDtoSignalSlope[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The signals used as predictors together with the model coefficients.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function whose values are lagged.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
FunctionId of the only input function.
- setSourceFunction(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setSourceFunction(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setStartLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- setStartLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Standard deviation of the feature values
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Standard deviation of Gaussian.
- setStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- setStringColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of string column ids
- setStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- setStringSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of string signal ids
- setSummands(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- setSummands(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
The values of these functions are used as input.
- setTarget(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signal being predicted by the linear model.
- setTarget(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The signal being predicted by the linear model.
- setTestValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- setTestValue(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- setThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The maximal allowed descrepancy between target and linear model prediction.
- setThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
-
The maximal allowed descrepancy between target and linear model prediction.
- setThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- setThreshold(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
- setThresholds(IDtoCategoricalDurationThresholds[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
A list of the lower and upper thresholds for the corresponding categories.
- setThresholds(IDtoCategoricalDurationThresholds[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
-
A list of the lower and upper thresholds for the corresponding categories.
- setTimeRanges(IDtoInferenceTimeRange[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- setTimeRanges(IDtoInferenceTimeRange[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRanges
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestampSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- setTimestampSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for timestamp
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The last timestamp of the category.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs either a known categorical value or another unknown categorical value.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The earliest timestamp at which the inferenceDataSpecification is fulfilled.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
End (exclusive) of the inference time range.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is again valid.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point either comes back to the normal range, or goes out of range to the other extreme.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of a new data point or the end of the inference time range.
- setTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
End of the inference time range.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The last timestamp of the category.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs either a known categorical value or another unknown categorical value.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The earliest timestamp at which the inferenceDataSpecification is fulfilled.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceTimeRange
-
End (exclusive) of the inference time range.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is again valid.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point either comes back to the normal range, or goes out of range to the other extreme.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The timestamp of a new data point or the end of the inference time range.
- setTo(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
End of the inference time range.
- setTree(IDtoTreeNode[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setTree(IDtoTreeNode[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
-
The ID of the trigger that generated this warning.
- setTrigger(String) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
-
The ID of the trigger that generated this warning.
- setTriggers(IDtoAbstractTrigger[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- setTriggers(IDtoAbstractTrigger[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoModel
- setTriggers(IDtoAbstractTriggerConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures triggers globally.
- setTriggers(IDtoAbstractTriggerConfig[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoTrainingConfig
-
Configures triggers globally.
- setUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- setUpperThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
- setUpperThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- setUpperThreshold(Long) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationThresholds
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Boolean value of this cell.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Boolean value of this data point.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Observed feature value.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Floating point value of this cell.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Evaluation of model.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Observed model value.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Evaluation of cost function.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Floating point value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score.
- setValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The observed signal value.
- setValue(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
-
The observed signal value.
- setValue(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- setValue(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
String value of this cell.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
String value of this data point.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
String value of this data point.
- setValues(IDtoSegmentFloatValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- setValues(IDtoSegmentFloatValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- setValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- setValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- setVersion(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- setVersion(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Engine version.
- setWarnings(IDtoAbstractWarning[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- setWarnings(IDtoAbstractWarning[]) - Method in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoWarnings
- setWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- setWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- setWindowLength(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- setWindowLength(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- SIGNAL_INACTIVE - Enum constant in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
- SIGNAL_NOT_EMPTY - Enum constant in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
- SIGNAL_PREDICTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- SignalMonitorData - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk
-
Class for creating and handling signal monitor timeseries data.
- SignalMonitorInference - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk
-
Class for creating and handling signal monitor inference.
- SignalMonitorSetup - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk
-
Class for creating and handling signal monitor setup.
- SignalMonitorTraining - Class in com.vernaio.aivis.engine.v2.signal.monitor.sdk
-
Class for creating and handling signal monitor training.
- SLOPE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- SLOPE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- STATE_DETECTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- STRING - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
T
- toString() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
V
- value() - Element in annotation type com.vernaio.aivis.engine.v2.base.sdk.annotation.FlavourRequirement
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTriggerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAbsArgument(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- withAdditionalSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- withAdditionalTriggers(IDtoAbstractTriggerConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Configures signal-specific triggers.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- withArguments(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- withAt(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp of the data entry that triggered the warning.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailabilitySignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- withBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- withBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- withCatCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- withCategories(IDtoBooleanCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategories(IDtoFloatCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategories(IDtoStringCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategory(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- withCategory(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- withCategory(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The signal value.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- withCategory(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- withChildren(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withCoefficient(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withCoefficients(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- withCoeffs(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- withCols(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- withColumns(IDtoAbstractColumnDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- withComponents(IDtoKernelModelComponent[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- withConstant(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- withConstraints(IDtoFloatConstraintValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- withConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- withConstraintValuesPreview(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- withControlPoint(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withCost(IDtoFloatCostValue) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- withCost(IDtoFloatCostValueWithNextNormal) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- withCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- withCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- withCount(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withCount(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- withCycleLength(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- withDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- withDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- withDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The unexpected data type.
- withDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- withDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- withDisableGlobalTriggers(DtoTriggerType[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Specifies trigger types to be turned off among the globally configured triggers.
- withDuration(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The duration during which the signal does not change.
- withEndLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- withEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- withEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- withEntries(IDtoSymmetricMatrix[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- withEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- withEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- withEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- withExcludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- withExcludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- withExcludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- withExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- withExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- withExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- withExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- withExcludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- withExpectedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The expected value at the timestamp of the most deviated value.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- withFactor(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- withFactors(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- withFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- withFloatColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- withFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- withFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- withFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- withFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The beginning of the category.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs an unknown categorical value for the first time.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
Beginning of the time interval to which the warning refers.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
Beginning of the inference time range.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is broken for the first time.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point goes out of range for the first time.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of last data point + threshold, or the beginning of the inference time range if the signal has been inactive before the inference time range.
- withFrom(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The timestamp at which the signal becomes not empty, or if the signal is not empty due to the exsitence of the data entry before the beginning of the inference time range, then it is the beginning of the inference time range.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withId(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Universally unique identifier of the trigger.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Universally unique identifier of the trigger.
- withIdColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- withIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- withInactivityPeriod(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The difference between two adjacent timestamps, or the difference between the last timestamp and the end of the inference time range if the signal remains inactive beyond the inference time range.
- withIncludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- withIncludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- withIncludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- withIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- withIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- withIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- withIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- withIncludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyTrigger
-
Specification of the data that is needed for a subsequent inference with this trigger.
- withInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- withInfo(IDtoModelInfo) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation; not needed for inference.
- withIntercept(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- withIntercept(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The constant term in the linear model.
- withInterpreter(IDtoAbstractColumnInterpreter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- withInterpreter(IDtoAbstractSignalInterpreter) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
Controls which triggers are trained for the signal.
- withInvolvedColumnIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- withInvolvedColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- withInvolvedSignalIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- withInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- withInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- withIsSobolPoint(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withKernelType(DtoKernelType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withKey(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- withKnownValues(IDtoAbstractCategory[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownTrigger
- withLabelMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withLabelMeanInRoot(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- withLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- withLowerThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- withMax(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- withMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- withMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withMaxFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- withMaximalDimension(Integer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The maximum number of signals used as predictors in a linear model.
- withMaximalSampleCount(Integer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
Maximal number of samples to be used.
- withMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- withMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- withMin(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- withMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- withMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withMinFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- withMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- withMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- withModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- withModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- withMonitoredTimeRanges(IDtoInferenceTimeRanges) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- withMonitoringPeriod(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
An expected duration of an operation.
- withMostDeviatedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The observed value with largest deviation to the estimated value.
- withMostDeviatedValue(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The observed value with largest deviation to the expected range.
- withName(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- withNoise(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- withP(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- withParameters(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- withParent(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- withPredicate(IDtoPredicate) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- withProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- withPvalue(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withQuantileCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- withRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- withRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withRoot(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- withScale(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- withScaleFactors(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- withSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- withSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- withSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- withSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- withSensitivity(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTriggerConfig
-
The higher the sensitivity, the tighter the learned threshold, and the more likely it becomes to throw a warning.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The signal for which the predecessor is missing.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The signal with unexpected data type.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalConfig
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The signal that was not found.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
ID of a signal.
- withSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- withSignals(IDtoAbstractSignalDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- withSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures the interpretation and selection of triggers for the input signals.
- withSlope(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalSlope
-
The coefficient of the signal in the linear model.
- withSlopes(IDtoSignalSlope[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signals used as predictors together with the model coefficients.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- withSourceFunction(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- withSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- withStartLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- withStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- withStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- withSummands(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- withTarget(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The signal being predicted by the linear model.
- withTestValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- withThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenTrigger
-
The maximal allowed descrepancy between target and linear model prediction.
- withThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveTrigger
- withThresholds(IDtoCategoricalDurationThresholds[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeTrigger
-
A list of the lower and upper thresholds for the corresponding categories.
- withTimeRanges(IDtoInferenceTimeRange[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRanges
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestampSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The last timestamp of the category.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The timestamp at which the signal outputs either a known categorical value or another unknown categorical value.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The earliest timestamp at which the inferenceDataSpecification is fulfilled.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceTimeRange
-
End (exclusive) of the inference time range.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The timestamp at which the linear relation is again valid.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The timestamp at which the data point either comes back to the normal range, or goes out of range to the other extreme.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The timestamp of a new data point or the end of the inference time range.
- withTo(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
End of the inference time range.
- withTree(IDtoTreeNode[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoAbstractWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataPredecessorMissingWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoInferenceDataTypeUnexpectedWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalLinearRelationBrokenWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalInactiveWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotEmptyWarning
-
The ID of the trigger that generated this warning.
- withTrigger(String) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoSignalNotFoundWarning
-
The ID of the trigger that generated this warning.
- withTriggers(IDtoAbstractTrigger[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoModel
- withTriggers(IDtoAbstractTriggerConfig[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoTrainingConfig
-
Configures triggers globally.
- withUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoNumericalValueOutOfRangeTrigger
- withUpperThreshold(Long) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalDurationThresholds
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- withValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoCategoricalValueUnknownWarning
-
The observed signal value.
- withValue(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- withValues(IDtoSegmentFloatValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- withValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- withVersion(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- withWarnings(IDtoAbstractWarning[]) - Method in class com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.DtoWarnings
- withWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- withWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- WrongFlavourException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Wrong flavour exceptions are thrown whenever an engine function is called that is not supported by the current library flavour.
- WrongFlavourException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.WrongFlavourException
_
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoAbstractWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalDurationOutOfRangeWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoCategoricalValueUnknownWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataPredecessorMissingWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoInferenceDataTypeUnexpectedWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalLinearRelationBrokenWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoNumericalValueOutOfRangeWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalInactiveWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTrigger
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyTriggerConfig
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotEmptyWarning
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.signal.monitor.sdk.dto.IDtoSignalNotFoundWarning
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form