Index

A B C D E F G H I L M P Q R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAnomalyDetection(String, IDtoModel) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
Add a anomaly detection model to model context.
addBooleanColumn(String, List<? extends IDtoBooleanCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
Add 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.
addBooleanSignal(String, List<? extends IDtoBooleanDataPoint>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addBooleanSignalByExpression(String, String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addBooleanSignalWithAvailability(String, List<? extends IDtoBooleanDataPointWithAvailability>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addFloatSignal(String, List<? extends IDtoFloatDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Add float signal to this timeseries data context.
addFloatSignal(String, List<? extends IDtoFloatDataPoint>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addFloatSignalByExpression(String, String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addFloatSignalWithAvailability(String, List<? extends IDtoFloatDataPointWithAvailability>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Add float signal (with availabilities) to this timeseries data context.
addSignalPrediction(String, IDtoModel) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
Add a signal prediction model to model context.
addStateDetection(String, IDtoModel, long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
Add a state detection model segment to model 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.
addStringSignal(String, List<? extends IDtoStringDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Add string signal to this timeseries data context.
addStringSignal(String, List<? extends IDtoStringDataPoint>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addStringSignalByExpression(String, String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
addStringSignalWithAvailability(String, List<? extends IDtoStringDataPointWithAvailability>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Add string signal (with availabilities) to this timeseries data context.
ALL - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
 

B

BOOLEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
 

C

close() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
close() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorHub
close() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
close() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
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.constraint.navigator.sdk - package com.vernaio.aivis.engine.v2.constraint.navigator.sdk
 
com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto - package com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
ConstraintNavigatorData - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk
Class for creating and handling constraint navigator timeseries data.
ConstraintNavigatorHub - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk
Class for creating and handling constraint navigator hub.
ConstraintNavigatorInference - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk
Class for creating and handling constraint navigator inference.
ConstraintNavigatorModelContext - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk
Class for creating and handling model context.
ConstraintNavigatorSetup - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk
Class for creating and handling constraint navigator setup.
create() - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Create new timeseries data context.
create() - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
Create constraint navigator model context.
create(ConstraintNavigatorModelContext, IDtoHubConfig) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorHub
Create constraint navigator hub for given model context and config.
createByHub(ConstraintNavigatorHub, IDtoInferenceConfig) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
Create constraint navigator inference for given hub handle and config.
createByHubModel(IDtoHubModel, IDtoInferenceConfig) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
Create constraint navigator inference for given model 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.constraint.navigator.sdk.ConstraintNavigatorData
Destroy this timeseries data context and all its data.
destroy() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorHub
Destroy this constraint navigator hub.
destroy() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
Destroy this constraint navigator inference.
destroy() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorModelContext
Destroy this constraint navigator model context.
DtoAbstractCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
 
DtoAbstractCategory() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
 
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
 
DtoAbstractCondition - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoAbstractCondition() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractCondition
 
DtoAbstractCost - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoAbstractCost() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractCost
 
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
 
DtoAbstractFeatureReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information about a feature.
DtoAbstractFeatureReport(Long) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
 
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
 
DtoAbstractSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoAbstractSignalAspectReport() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
 
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
 
DtoAbstractTargetAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information about one aspect of the target.
DtoAbstractTargetAspectReport(IDtoSignalReport[]) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
 
DtoAbstractTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
 
DtoAbstractTimeseriesDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
 
DtoAggregatedCategoricalFeatureReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Deprecated.
Experimental: Might change in future releases.
DtoAggregatedCategoricalFeatureReport(Long, Long, DtoCategoricalFunctionEvalType) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
 
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.
 
DtoAggregatedNumericalFeatureReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Deprecated.
Experimental: Might change in future releases. A feature created from a source aspect by applying a numerical aggregated function to it.
DtoAggregatedNumericalFeatureReport(Long, Long, DtoNumericalFunctionEvalType) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
 
DtoAggregatedNumericalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
Deprecated.
Experimental: Might change in future releases. Aggregating a numerical signal over the time window given by min and max lags. Numeric input and ouput.
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
 
DtoCategoricalFunctionEvalType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
 
DtoCategoricalSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoCategoricalSignalAspectReport(IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
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
 
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
 
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
 
DtoConstantFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
Returns the constant value provided.
DtoConstantFunction(long, 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
 
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
 
DtoCyclicSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoCyclicSignalAspectReport() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
 
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
 
DtoDynamicNumericalCondition - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Lower and upper threshold signals being used to obtain lower and upper threshold when evaluating these signals at timestamps of interest.
DtoDynamicNumericalCondition() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
 
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
 
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) - 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
 
DtoFloatNextNormalConfig - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Input configuration needed to make constraint navigator inference with next normal.
DtoFloatNextNormalConfig() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
 
DtoFourierTransformFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
Deprecated.
Experimental: Might change in future releases.
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
 
DtoHubConfig - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Necessary input configuration to build a model hub.
DtoHubConfig() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubConfig
 
DtoHubModel - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoHubModel(IDtoAbstractFunction[], IDtoInferenceDataSpecification, IDtoModelSpecification[], IDtoFeature[]) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
 
DtoHubReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information from model hub creation relevant for report generation.
DtoHubReport(IDtoAbstractTargetAspectReport[]) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
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.constraint.navigator.sdk.dto
Necessary input configuration to make inferences using a hub model.
DtoInferenceConfig(Boolean, IDtoAbstractCost) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.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
 
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
 
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
 
DtoInferenceTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
 
DtoInferenceTimeseriesDataFilter(IDtoInferenceDataSpecification[], IDtoInterval[]) - 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
 
DtoL1DistanceCost - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
L1 distance function.
DtoL1DistanceCost() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL1DistanceCost
 
DtoL2DistanceCost - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
L2 distance function, i.e.
DtoL2DistanceCost() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL2DistanceCost
 
DtoLagFeatureReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Feature created from source aspect by delaying it by some lag.
DtoLagFeatureReport(Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
 
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
 
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
 
DtoLtiFilterFeatureReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Feature created from source aspect by applying a Lti filter to it.
DtoLtiFilterFeatureReport(Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
 
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
 
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
 
DtoMissingConstraintsError - 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.
DtoMissingConstraintsError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMissingConstraintsError
 
DtoModelConstraint - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoModelConstraint(String, IDtoAbstractCondition) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
 
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
 
DtoModelCost - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Cost function which stems from a model within the hub model.
DtoModelCost(String, DtoOptimizationInterest) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
 
DtoModelSpecification - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Specification of model
DtoModelSpecification(String, Long, Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
 
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
 
DtoNumericalSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoNumericalSignalAspectReport() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
 
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
 
DtoNumericalTargetAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoNumericalTargetAspectReport(IDtoSignalReport[]) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
 
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
 
DtoOptimizationInterest - Enum in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoOscillatoryPhaseSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoOscillatoryPhaseSignalAspectReport(Double) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
 
DtoOscillatoryPowerSignalAspectReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoOscillatoryPowerSignalAspectReport(Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
 
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.
DtoPhaseSpectrumFunction(long, long, int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
Deprecated.
 
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
 
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
 
DtoSignalConstraint - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
DtoSignalConstraint(String, IDtoAbstractCondition) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
 
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
 
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
 
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
 
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
 
DtoSignalReport - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Wrapper for signal and its aspects.
DtoSignalReport(String, IDtoAbstractSignalAspectReport[]) - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
 
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
 
DtoStaticNumericalCondition - Class in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Lower and upper threshold.
DtoStaticNumericalCondition() - Constructor for class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
 
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
 
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
 
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
 
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
 
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
 
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.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.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.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.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.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.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.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.DtoMaxFunction
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMissingConstraintsError
 
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.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.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.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.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.DtoSignalConstraintInterpreterUnexpectedError
 
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.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.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.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.constraint.navigator.sdk.dto.DtoAbstractCondition
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractCost
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL1DistanceCost
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL2DistanceCost
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
 
equals(Object) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
 
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
getAdditionalSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
additional signals to read
getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
FunctionId of the only input function.
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.IDtoConstantFunction
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.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
Id of this aspect.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
Id of this aspect.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
Id of this aspect.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
Id of this aspect.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
Id of this aspect.
getAspect() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCyclicSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
Id of this aspect.
getAspect() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
Id of this aspect.
getAspects() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
Relevant aspects derived from the signal.
getAspects() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalReport
Relevant aspects derived from the signal.
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.
getBooleanColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
Get boolean data of a column with given columnId from this tabular data context.
getBooleanColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
getBooleanColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
getBooleanSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Get boolean data of a signal with given signalId from this timeseries data context.
getBooleanSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Get boolean data of a signal with given signalId from this timeseries data context.
getBooleanSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
getBooleanSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
getCategory() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
 
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.
getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
ID of the column.
getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
ID of the column.
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.
getCondition() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
Condition imposed on the model.
getCondition() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
Condition imposed on the signal.
getCondition() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelConstraint
Condition imposed on the model.
getCondition() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalConstraint
Condition imposed on the signal.
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.
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.
getCost() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
The cost function being optimized when making inference with next normal.
getCost() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
The cost function being optimized when making inference with next normal.
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.DtoTreeNode
Engine internal.
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
 
getDataFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
 
getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
 
getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
 
getDataFilter() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
Restrictions on the data used.
getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
Restrictions on the data used.
getDataSpecification() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
Get this inferences's DtoInferenceDataSpecification.
getDataSpecifications() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
At least one must be given
getDataSpecifications() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
At least one must be given
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.DtoRawSignalDataReport
Data type of the signal.
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.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.IDtoRawSignalDataReport
Data type of the signal.
getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
Data type of the signal.
getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
 
getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
 
getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
 
getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
 
getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.IDtoConstraintNavigatorHubModelUnsuitedError
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.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.IDtoMissingConstraintsError
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.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.IDtoSignalConstraintInterpreterUnexpectedError
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.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.
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.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.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
getEvalType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
getEvalType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
getEvalType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
getEvalType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
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.
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.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.IDtoSynthesizedSignalDataReport
Expression by which this signal was synthesized.
getExpressionInfo(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Get expression info of a synthesized signal with given signalId from this timeseries data context.
getExpressionInfo(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Get expression info of a synthesized signal with given signalId from 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.
getFeature() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
Id of this feature.
getFeature() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of this feature.
getFeature() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of this feature.
getFeature() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of this feature.
getFeature() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of this feature.
getFeature() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractFeatureReport
Id of this feature.
getFeature() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Id of this feature.
getFeature() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Id of this feature.
getFeature() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Id of this feature.
getFeature() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
Id of this feature.
getFeatureFilter() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
Constrains the allowed feature space for next normal points.
getFeatureFilter() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoFloatNextNormalConfig
Constrains the allowed feature space for next normal points.
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.
getFeatures() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Features used in the model.
getFeatures() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all feature ids of the hub model.
getFeatures() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Features used in the model.
getFeatures() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
Features used in the model.
getFeatures() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
A list of all feature ids of the hub model.
getFeatures() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
Features used in the model.
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 columnId from this tabular data context.
getFloatColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
getFloatColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
getFloatSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Get float data of a signal with given signalId from this timeseries data context.
getFloatSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Get float data of a signal with given signalId from this timeseries data context.
getFloatSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
getFloatSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.
getFrequency() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
The frequency to which the phase belongs.
getFrequency() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
The frequency to which the phase belongs.
getFunctions() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all functions necessary for hub model inference.
getFunctions() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
A list of all functions necessary for hub model inference.
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.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.DtoPhaseSpectrumFunction
Deprecated.
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.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.IDtoPhaseSpectrumFunction
Deprecated.
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.
getIgnoreSignalAvailabilities() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
Availability timestamps of inference data are considered or not.
getIgnoreSignalAvailabilities() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
Availability timestamps of inference data are considered or not.
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.constraint.navigator.sdk.dto.DtoHubModel
Specification of the data that is needed for a subsequent inference with this hub model.
getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
Specification of the data that is needed for a subsequent inference with this hub model.
getInferenceTimeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
 
getInferenceTimeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
 
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.
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
 
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.
getLag() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Lag applied to source aspect to create feature.
getLag() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Lag applied to source aspect to create feature.
getLowerThreshold() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Lower threshold.
getLowerThreshold() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
Lower threshold.
getLowerThresholdSignal() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of lower threshold.
getLowerThresholdSignal() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
Signal ID of signal which constitutes of lower threshold.
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.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.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.
getMaxFrequency() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Exclusive upper bound of the frequency band.
getMaxFrequency() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
Exclusive upper bound of the frequency band.
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.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.IDtoGaussCdfFunction
Mean of Gaussian.
getMean() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Mean of the predictions of the model.
getMean() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Mean of the predictions of the model.
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.IDtoConstraintNavigatorHubModelUnsuitedError
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.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.IDtoMissingConstraintsError
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.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.IDtoSignalConstraintInterpreterUnexpectedError
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.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.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.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.
getMinFrequency() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
The lowest frequency included in the frequency band.
getMinFrequency() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
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.constraint.navigator.sdk.ConstraintNavigatorHub
Get this training's DtoHubModel.
getModel() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
ID of the model.
getModel() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
ID of the model in question.
getModel() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
ID of the model.
getModel() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelConstraint
ID of the model.
getModel() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
ID of the model in question.
getModel() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
ID of the model.
getModelConstraints() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of models and conditions used as constraints when making inference with next normal.
getModelConstraints() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
List of models and conditions used as constraints when making inference with next normal.
getModelSpecifications() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
List of all models and their properties used to build this model hub.
getModelSpecifications() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
List of all models and their properties used to build this model hub.
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.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.constraint.navigator.sdk.dto.DtoOptimizationInterest
 
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.
getOptimizationInterest() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
Specification if one wants to minimize or maximize the cost given by the model.
getOptimizationInterest() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
Specification if one wants to minimize or maximize the cost given by the model.
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.
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.
getReport() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorHub
Get this hub's DtoHubReport.
getResultFunction() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Function ID within hub model that provides prediction of the model.
getResultFunction() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Function ID within hub model that provides prediction of the model.
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.DtoSymmetricMatrix
 
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.
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.constraint.navigator.sdk.dto.DtoSignalConstraint
ID of the signal.
getSignal() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
ID of the signal.
getSignal() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalConstraint
ID of the signal.
getSignal() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalReport
ID of the signal.
getSignalConstraints() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of signals and conditions used as constraints when making inference with next normal.
getSignalConstraints() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
List of signals and conditions used as constraints when making inference with next normal.
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.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Includes information about the signals and signal aspects.
getSignals() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Includes information about the signals and signal aspects.
getSignals() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
Includes information about the signals and signal aspects.
getSignals() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
Includes information about the signals and signal aspects.
getSkipOnInsufficientData() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
This flag controls the behaviour for missing data at inference.
getSkipOnInsufficientData() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
This flag controls the behaviour for missing data at inference.
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.
getSource() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of the source aspect of this feature.
getSource() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of the source aspect of this feature.
getSource() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of the source aspect of this feature.
getSource() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of the source aspect of this feature.
getSource() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Id of the source aspect of this feature.
getSource() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Id of the source aspect of this feature.
getSource() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Id of the source aspect of this feature.
getSource() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
Id of the source aspect of this feature.
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.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.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.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.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.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.IDtoGaussCdfFunction
Standard deviation of Gaussian.
getStd() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Standard deviation of the predictions of the model.
getStd() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Standard deviation of the predictions of the model.
getStringColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
Get string data of a column with given columnId from this tabular data context.
getStringColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
getStringColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
getStringSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
Get string data of a signal with given signalId from this timeseries data context.
getStringSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Get string data of a signal with given signalId from this timeseries data context.
getStringSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
getStringSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.
getTargetAspects() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
getTargetAspects() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubReport
 
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.
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.
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.
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.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.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.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.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.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.DtoMissingConstraintsError
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.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.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.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.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.DtoSignalConstraintInterpreterUnexpectedError
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.DtoSumFunction
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.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.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.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.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.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.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.IDtoMissingConstraintsError
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.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.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.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.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.IDtoSignalConstraintInterpreterUnexpectedError
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.IDtoSumFunction
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.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.constraint.navigator.sdk.dto.DtoAbstractCondition
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractCost
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL1DistanceCost
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL2DistanceCost
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
 
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Type discriminator
getType() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractCondition
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractCost
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractFeatureReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCyclicSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoL1DistanceCost
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoL2DistanceCost
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
 
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
Type discriminator
getType() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
 
getUpperThreshold() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Upper threshold.
getUpperThreshold() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
Upper threshold.
getUpperThresholdSignal() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of upper threshold.
getUpperThresholdSignal() - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
Signal ID of signal which constitutes of upper threshold.
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.
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.
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

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.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.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.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.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.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.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.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.DtoMaxFunction
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMissingConstraintsError
 
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.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.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.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.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.DtoSignalConstraintInterpreterUnexpectedError
 
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.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.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.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.constraint.navigator.sdk.dto.DtoAbstractCondition
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractCost
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL1DistanceCost
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoL2DistanceCost
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
 
hashCode() - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
 

I

IDtoAbstractCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
 
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
 
IDtoAbstractCondition - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoAbstractCost - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoAbstractError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Base error type, generated by the engine.
IDtoAbstractFeatureReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information about a feature.
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.
IDtoAbstractSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
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.
IDtoAbstractTargetAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information about one aspect of the target.
IDtoAbstractTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
 
IDtoAggregatedCategoricalFeatureReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Deprecated.
Experimental: Might change in future releases. A feature created from a source aspect by applying a categorical aggregated function to it.
IDtoAggregatedCategoricalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Deprecated.
Experimental: Might change in future releases.
IDtoAggregatedNumericalFeatureReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Deprecated.
Experimental: Might change in future releases.
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.
IDtoCategoricalSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoCategoricalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Interprets the different signal values as categories, which have no order.
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.
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}
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.
IDtoCosFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
The cos function.
IDtoCyclicSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
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
 
IDtoDynamicNumericalCondition - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Lower and upper threshold signals being used to obtain lower and upper threshold when evaluating these signals at timestamps of interest.
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.
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.
IDtoFloatNextNormalConfig - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Input configuration needed to make constraint navigator inference with next normal.
IDtoFourierTransformFunction - Interface 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.
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}'
IDtoHubConfig - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Necessary input configuration to build a model hub.
IDtoHubModel - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoHubReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Information from model hub creation relevant for report generation.
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.constraint.navigator.sdk.dto
Necessary input configuration to make inferences using a hub model.
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}
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}
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).
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.
IDtoL1DistanceCost - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
L1 distance function.
IDtoL2DistanceCost - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
L2 distance function, i.e.
IDtoLagFeatureReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Feature created from source aspect by delaying it by some lag.
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}
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.
IDtoLtiFilterFeatureReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Feature created from source aspect by applying a Lti filter to it.
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.
IDtoMaxFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Returns the largest function value among the source functions at a given timestamp.
IDtoMissingConstraintsError - 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.
IDtoModelConstraint - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoModelConstraintNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Model ID {id} not part of the hub model
IDtoModelCost - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Cost function which stems from a model within the hub model.
IDtoModelSpecification - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Specification of 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.
IDtoNumericalSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoNumericalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Interprets the signal as being numerical.
IDtoNumericalTargetAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
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.
IDtoOscillatoryPhaseSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoOscillatoryPowerSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
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).
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.
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.
IDtoSignalConstraint - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
 
IDtoSignalConstraintInterpreterUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Constraint on signal with not supported interpreter
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
IDtoSignalInterpreterAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Signal with ID {id} has ambiguous interpreters
IDtoSignalNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
Failed to find signal with ID {id}
IDtoSignalReport - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Wrapper for signal and its aspects.
IDtoSinFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
The sin function.
IDtoStaticNumericalCondition - Interface in com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto
Lower and upper threshold.
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}
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
 
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
 
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
 
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.
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}.
INFERENCE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
 
inferFloat(ConstraintNavigatorData, List<Long>) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
For given data and timestamps calculate the inference on the provided float valued models within given hub model.
inferFloatWithNextNormal(ConstraintNavigatorData, List<Long>, IDtoFloatNextNormalConfig) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorInference
For given data, timestamps and next normal config, calculate the inference and the closest point that satisfies the given conditions on the provided float valued models.
initApiKey(String) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorSetup
Set the licensing key to authenticate API calls with.
initThreadCount(int) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorSetup
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
 
MAX - Enum constant in enum com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOptimizationInterest
 
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
 
MIN - Enum constant in enum com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOptimizationInterest
 
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
 

P

parseExpression(String) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
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.
readFiles(IDtoTimeseriesFilesReaderConfig) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorData
Read and ingest files to timeseries data context.
registerLogger(EngineLogger) - Static method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.ConstraintNavigatorSetup
Initialize library to use given EngineLogger instance for logging.

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
setAdditionalSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
additional signals to read
setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
FunctionId of the only input function.
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.IDtoConstantFunction
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.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCyclicSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
Id of this aspect.
setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
Id of this aspect.
setAspects(IDtoAbstractSignalAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
Relevant aspects derived from the signal.
setAspects(IDtoAbstractSignalAspectReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalReport
Relevant aspects derived from the signal.
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.
setBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
setBooleanColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
setBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
setBooleanSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
 
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.
setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
ID of the column.
setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
ID of the column.
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.
setCondition(IDtoAbstractCondition) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
Condition imposed on the model.
setCondition(IDtoAbstractCondition) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
Condition imposed on the signal.
setCondition(IDtoAbstractCondition) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelConstraint
Condition imposed on the model.
setCondition(IDtoAbstractCondition) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalConstraint
Condition imposed on the signal.
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.
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.
setCost(IDtoAbstractCost) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
The cost function being optimized when making inference with next normal.
setCost(IDtoAbstractCost) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
The cost function being optimized when making inference with next normal.
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.
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
 
setDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
 
setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
Restrictions on the data used.
setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
Restrictions on the data used.
setDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
 
setDataFilter(IDtoTabularDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
 
setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
At least one must be given
setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
At least one must be given
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.DtoRawSignalDataReport
Data type of the signal.
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.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.IDtoRawSignalDataReport
Data type of the signal.
setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
Data type of the signal.
setDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
 
setDataTypes(IDtoTabularDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
 
setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
 
setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
 
setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.IDtoConstraintNavigatorHubModelUnsuitedError
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.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.IDtoMissingConstraintsError
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.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.IDtoSignalConstraintInterpreterUnexpectedError
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.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.
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.DtoSymmetricMatrix
 
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(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
setEvalType(DtoCategoricalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
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
setEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
setEvalType(DtoNumericalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
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.
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.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.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.
setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
Id of this feature.
setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of this feature.
setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of this feature.
setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of this feature.
setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of this feature.
setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractFeatureReport
Id of this feature.
setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Id of this feature.
setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Id of this feature.
setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Id of this feature.
setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
Id of this feature.
setFeatureFilter(IDtoFeatureFilter) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
Constrains the allowed feature space for next normal points.
setFeatureFilter(IDtoFeatureFilter) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoFloatNextNormalConfig
Constrains the allowed feature space for next normal points.
setFeatures(IDtoFeature[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all feature ids of the hub model.
setFeatures(IDtoFeature[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
A list of all feature ids of the hub model.
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.
setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Features used in the model.
setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Features used in the model.
setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
Features used in the model.
setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
Features used in the model.
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
 
setFloatColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
setFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
setFloatSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.
setFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
The frequency to which the phase belongs.
setFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
The frequency to which the phase belongs.
setFunctions(IDtoAbstractFunction[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all functions necessary for hub model inference.
setFunctions(IDtoAbstractFunction[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
A list of all functions necessary for hub model inference.
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.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.DtoPhaseSpectrumFunction
Deprecated.
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.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.IDtoPhaseSpectrumFunction
Deprecated.
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.
setIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
Availability timestamps of inference data are considered or not.
setIgnoreSignalAvailabilities(Boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
Availability timestamps of inference data are considered or not.
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.constraint.navigator.sdk.dto.DtoHubModel
Specification of the data that is needed for a subsequent inference with this hub model.
setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
Specification of the data that is needed for a subsequent inference with this hub model.
setInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
 
setInferenceTimeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
 
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.
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
 
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.
setLag(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Lag applied to source aspect to create feature.
setLag(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Lag applied to source aspect to create feature.
setLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Lower threshold.
setLowerThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
Lower threshold.
setLowerThresholdSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of lower threshold.
setLowerThresholdSignal(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
Signal ID of signal which constitutes of lower threshold.
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.
setMaxFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Exclusive upper bound of the frequency band.
setMaxFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
Exclusive upper bound of the frequency band.
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.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.IDtoGaussCdfFunction
Mean of Gaussian.
setMean(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Mean of the predictions of the model.
setMean(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Mean of the predictions of the model.
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.IDtoConstraintNavigatorHubModelUnsuitedError
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.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.IDtoMissingConstraintsError
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.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.IDtoSignalConstraintInterpreterUnexpectedError
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.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.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.
setMinFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
The lowest frequency included in the frequency band.
setMinFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
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.
setModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
ID of the model.
setModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
ID of the model in question.
setModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
ID of the model.
setModel(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelConstraint
ID of the model.
setModel(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
ID of the model in question.
setModel(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
ID of the model.
setModelConstraints(IDtoModelConstraint[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of models and conditions used as constraints when making inference with next normal.
setModelConstraints(IDtoModelConstraint[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
List of models and conditions used as constraints when making inference with next normal.
setModelSpecifications(IDtoModelSpecification[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
List of all models and their properties used to build this model hub.
setModelSpecifications(IDtoModelSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubModel
List of all models and their properties used to build this model hub.
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.
setOptimizationInterest(DtoOptimizationInterest) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
Specification if one wants to minimize or maximize the cost given by the model.
setOptimizationInterest(DtoOptimizationInterest) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
Specification if one wants to minimize or maximize the cost given by the model.
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.
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.
setResultFunction(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Function ID within hub model that provides prediction of the model.
setResultFunction(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Function ID within hub model that provides prediction of the model.
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.DtoSymmetricMatrix
 
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.
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.constraint.navigator.sdk.dto.DtoSignalConstraint
ID of the signal.
setSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
ID of the signal.
setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalConstraint
ID of the signal.
setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoSignalReport
ID of the signal.
setSignalConstraints(IDtoSignalConstraint[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of signals and conditions used as constraints when making inference with next normal.
setSignalConstraints(IDtoSignalConstraint[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
List of signals and conditions used as constraints when making inference with next normal.
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(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Includes information about the signals and signal aspects.
setSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Includes information about the signals and signal aspects.
setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
Includes information about the signals and signal aspects.
setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
Includes information about the signals and signal aspects.
setSkipOnInsufficientData(Boolean) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
This flag controls the behaviour for missing data at inference.
setSkipOnInsufficientData(Boolean) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoInferenceConfig
This flag controls the behaviour for missing data at inference.
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.
setSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of the source aspect of this feature.
setSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of the source aspect of this feature.
setSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of the source aspect of this feature.
setSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of the source aspect of this feature.
setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
Id of the source aspect of this feature.
setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
Id of the source aspect of this feature.
setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
Id of the source aspect of this feature.
setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
Id of the source aspect of this feature.
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.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.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.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.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.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.IDtoGaussCdfFunction
Standard deviation of Gaussian.
setStd(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Standard deviation of the predictions of the model.
setStd(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelSpecification
Standard deviation of the predictions of the model.
setStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
setStringColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
 
setStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
setStringSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
 
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.
setTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
setTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoHubReport
 
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.
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.
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.
setUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Upper threshold.
setUpperThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
Upper threshold.
setUpperThresholdSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of upper threshold.
setUpperThresholdSignal(String) - Method in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
Signal ID of signal which constitutes of upper threshold.
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(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.
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.
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
 
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.DtoNumericalFunctionEvalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOptimizationInterest
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.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.constraint.navigator.sdk.dto.DtoOptimizationInterest
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
withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
FunctionId of the only input function.
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.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractSignalAspectReport
Id of this aspect.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
Id of this aspect.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoCyclicSignalAspectReport
Id of this aspect.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalSignalAspectReport
Id of this aspect.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
Id of this aspect.
withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Id of this aspect.
withAspects(IDtoAbstractSignalAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
Relevant aspects derived from the signal.
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.
withBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
withBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
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.constraint.navigator.sdk.dto.DtoCategoricalSignalAspectReport
 
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.
withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
ID of the column.
withComponents(IDtoKernelModelComponent[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
Engine internal.
withCondition(IDtoAbstractCondition) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
Condition imposed on the model.
withCondition(IDtoAbstractCondition) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalConstraint
Condition imposed on the signal.
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.
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.
withCost(IDtoAbstractCost) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
The cost function being optimized when making inference with next normal.
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.
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
 
withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
Restrictions on the data used.
withDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
 
withDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
At least one must be given
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.DtoRawSignalDataReport
Data type of the signal.
withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
Data type of the signal.
withDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
 
withDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
 
withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.
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.DtoSymmetricMatrix
 
withEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
Deprecated.
Evalution type of aggregated categorical function
withEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
withEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
Deprecated.
Evalution type of aggregated numerical function
withEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Evaluation type applied to source aspect to create the aggregated feature.
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.
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.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.
withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractFeatureReport
Id of this feature.
withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of this feature.
withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of this feature.
withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of this feature.
withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of this feature.
withFeatureFilter(IDtoFeatureFilter) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoFloatNextNormalConfig
Constrains the allowed feature space for next normal points.
withFeatures(IDtoFeature[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all feature ids of the hub model.
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.
withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Features used in the model.
withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Features used in the model.
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
 
withFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
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.
withFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
The frequency to which the phase belongs.
withFunctions(IDtoAbstractFunction[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
A list of all functions necessary for hub model inference.
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.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.DtoPhaseSpectrumFunction
Deprecated.
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.
withIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
Availability timestamps of inference data are considered or not.
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.constraint.navigator.sdk.dto.DtoHubModel
Specification of the data that is needed for a subsequent inference with this hub model.
withInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
 
withInterpreter(IDtoAbstractColumnInterpreter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
Controls how this column will be interpreted.
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
 
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.
withLag(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Lag applied to source aspect to create feature.
withLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Lower threshold.
withLowerThresholdSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of lower threshold.
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.
withMaxFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
Exclusive upper bound of the frequency band.
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.DtoGaussCdfFunction
Mean of Gaussian.
withMean(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Mean of the predictions of the model.
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.DtoConstraintNavigatorHubModelUnsuitedError
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.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.DtoMissingConstraintsError
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.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.DtoSignalConstraintInterpreterUnexpectedError
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.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.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.
withMinFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoOscillatoryPowerSignalAspectReport
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.
withModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelConstraint
ID of the model.
withModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
ID of the model in question.
withModel(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
ID of the model.
withModelConstraints(IDtoModelConstraint[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of models and conditions used as constraints when making inference with next normal.
withModelSpecifications(IDtoModelSpecification[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubModel
List of all models and their properties used to build this model hub.
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.
withOptimizationInterest(DtoOptimizationInterest) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelCost
Specification if one wants to minimize or maximize the cost given by the model.
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.
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.
withResultFunction(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Function ID within hub model that provides prediction of the model.
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.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.
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.constraint.navigator.sdk.dto.DtoSignalConstraint
ID of the signal.
withSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoSignalReport
ID of the signal.
withSignalConstraints(IDtoSignalConstraint[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
List of signals and conditions used as constraints when making inference with next normal.
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(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAbstractTargetAspectReport
Includes information about the signals and signal aspects.
withSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoNumericalTargetAspectReport
Includes information about the signals and signal aspects.
withSkipOnInsufficientData(Boolean) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoInferenceConfig
This flag controls the behaviour for missing data at inference.
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.
withSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedCategoricalFeatureReport
Deprecated.
Id of the source aspect of this feature.
withSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoAggregatedNumericalFeatureReport
Deprecated.
Id of the source aspect of this feature.
withSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLagFeatureReport
Id of the source aspect of this feature.
withSource(Long) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoLtiFilterFeatureReport
Id of the source aspect of this feature.
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.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.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.DtoGaussCdfFunction
Standard deviation of Gaussian.
withStd(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoModelSpecification
Standard deviation of the predictions of the model.
withStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
 
withStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
 
withSummands(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
The values of these functions are used as input.
withTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoHubReport
 
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.
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.
withTree(IDtoTreeNode[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
Engine internal.
withUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoStaticNumericalCondition
Upper threshold.
withUpperThresholdSignal(String) - Method in class com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.DtoDynamicNumericalCondition
Signal ID of signal which constitutes of upper threshold.
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(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.
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.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.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.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.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.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.IDtoMissingConstraintsError
 
_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.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.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.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.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.IDtoSignalConstraintInterpreterUnexpectedError
 
_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.IDtoSumFunction
 
_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.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.constraint.navigator.sdk.dto.IDtoAbstractCondition
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractCost
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractFeatureReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAbstractTargetAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedCategoricalFeatureReport
Deprecated.
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoAggregatedNumericalFeatureReport
Deprecated.
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCategoricalSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoCyclicSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoDynamicNumericalCondition
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoL1DistanceCost
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoL2DistanceCost
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLagFeatureReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoLtiFilterFeatureReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoModelCost
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoNumericalTargetAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.constraint.navigator.sdk.dto.IDtoStaticNumericalCondition
 
A B C D E F G H I L M P Q R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form