A B C D E F G H I L M N O P R S T V W Y Z 
All Classes All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Adds a custom Http pipeline policy.
AlignMode - Enum in com.azure.ai.anomalydetector.models
Defines values for AlignMode.
AlignPolicy - Class in com.azure.ai.anomalydetector.models
The AlignPolicy model.
AlignPolicy() - Constructor for class com.azure.ai.anomalydetector.models.AlignPolicy
 
AnomalyDetectorAsyncClient - Class in com.azure.ai.anomalydetector
Initializes a new instance of the asynchronous AnomalyDetectorClient type.
AnomalyDetectorClient - Class in com.azure.ai.anomalydetector
Initializes a new instance of the synchronous AnomalyDetectorClient type.
AnomalyDetectorClientBuilder - Class in com.azure.ai.anomalydetector
A builder for creating a new instance of the AnomalyDetectorClient type.
AnomalyDetectorClientBuilder() - Constructor for class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Create an instance of the AnomalyDetectorClientBuilder.
AnomalyDetectorError - Class in com.azure.ai.anomalydetector.models
Error information returned by the API.
AnomalyDetectorError() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyDetectorError
 
AnomalyDetectorErrorCodes - Class in com.azure.ai.anomalydetector.models
Defines values for AnomalyDetectorErrorCodes.
AnomalyDetectorErrorCodes() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
 
AnomalyDetectorErrorException - Exception in com.azure.ai.anomalydetector.models
Exception thrown for an invalid response with AnomalyDetectorError information.
AnomalyDetectorErrorException(String, HttpResponse) - Constructor for exception com.azure.ai.anomalydetector.models.AnomalyDetectorErrorException
Initializes a new instance of the AnomalyDetectorErrorException class.
AnomalyDetectorErrorException(String, HttpResponse, AnomalyDetectorError) - Constructor for exception com.azure.ai.anomalydetector.models.AnomalyDetectorErrorException
Initializes a new instance of the AnomalyDetectorErrorException class.
AnomalyInterpretation - Class in com.azure.ai.anomalydetector.models
The AnomalyInterpretation model.
AnomalyInterpretation() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyInterpretation
 
AnomalyState - Class in com.azure.ai.anomalydetector.models
The AnomalyState model.
AnomalyState() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyState
 
AnomalyValue - Class in com.azure.ai.anomalydetector.models
The AnomalyValue model.
AnomalyValue() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyValue
 
apiVersion(String) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets Anomaly Detector API version (for example, v1.0).
AUTO - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value auto for ImputeMode.

B

BAD_ARGUMENT - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
buildAsyncClient() - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Builds an instance of AnomalyDetectorAsyncClient async client.
buildClient() - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Builds an instance of AnomalyDetectorClient sync client.

C

ChangePointDetectRequest - Class in com.azure.ai.anomalydetector.models
The request of change point detection.
ChangePointDetectRequest() - Constructor for class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
 
ChangePointDetectResponse - Class in com.azure.ai.anomalydetector.models
The response of change point detection.
ChangePointDetectResponse() - Constructor for class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
 
com.azure.ai.anomalydetector - package com.azure.ai.anomalydetector
Package containing the classes for AnomalyDetectorClient.
com.azure.ai.anomalydetector.models - package com.azure.ai.anomalydetector.models
Package containing the data models for AnomalyDetectorClient.
configuration(Configuration) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The configuration store that is used during construction of the service client.
CorrelationChanges - Class in com.azure.ai.anomalydetector.models
The CorrelationChanges model.
CorrelationChanges() - Constructor for class com.azure.ai.anomalydetector.models.CorrelationChanges
 
CREATED - com.azure.ai.anomalydetector.models.DetectionStatus
Enum value CREATED.
CREATED - com.azure.ai.anomalydetector.models.ModelStatus
Enum value CREATED.

D

DAILY - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value daily.
deleteMultivariateModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Delete an existing multivariate model according to the modelId.
deleteMultivariateModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Delete an existing multivariate model according to the modelId.
deleteMultivariateModelWithResponse(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Delete an existing multivariate model according to the modelId.
deleteMultivariateModelWithResponse(UUID, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Delete an existing multivariate model according to the modelId.
detectAnomaly(UUID, DetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Submit detection multivariate anomaly task with the trained model of modelId, the input schema should be the same with the training request.
detectAnomaly(UUID, DetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Submit detection multivariate anomaly task with the trained model of modelId, the input schema should be the same with the training request.
DetectAnomalyHeaders - Class in com.azure.ai.anomalydetector.models
The DetectAnomalyHeaders model.
DetectAnomalyHeaders() - Constructor for class com.azure.ai.anomalydetector.models.DetectAnomalyHeaders
 
DetectAnomalyResponse - Class in com.azure.ai.anomalydetector.models
Contains all response data for the detectAnomaly operation.
DetectAnomalyResponse(HttpRequest, int, HttpHeaders, Void, DetectAnomalyHeaders) - Constructor for class com.azure.ai.anomalydetector.models.DetectAnomalyResponse
Creates an instance of DetectAnomalyResponse.
detectAnomalyWithResponse(UUID, DetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Submit detection multivariate anomaly task with the trained model of modelId, the input schema should be the same with the training request.
detectAnomalyWithResponse(UUID, DetectionRequest, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Submit detection multivariate anomaly task with the trained model of modelId, the input schema should be the same with the training request.
detectChangePoint(ChangePointDetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Evaluate change point score of every series point.
detectChangePoint(ChangePointDetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Evaluate change point score of every series point.
detectChangePointWithResponse(ChangePointDetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Evaluate change point score of every series point.
detectChangePointWithResponse(ChangePointDetectRequest, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Evaluate change point score of every series point.
detectEntireSeries(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
This operation generates a model with an entire series, each point is detected with the same model.
detectEntireSeries(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
This operation generates a model with an entire series, each point is detected with the same model.
detectEntireSeriesWithResponse(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
This operation generates a model with an entire series, each point is detected with the same model.
detectEntireSeriesWithResponse(DetectRequest, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
This operation generates a model with an entire series, each point is detected with the same model.
DetectionRequest - Class in com.azure.ai.anomalydetector.models
Detection request.
DetectionRequest() - Constructor for class com.azure.ai.anomalydetector.models.DetectionRequest
 
DetectionResult - Class in com.azure.ai.anomalydetector.models
Response of the given resultId.
DetectionResult() - Constructor for class com.azure.ai.anomalydetector.models.DetectionResult
 
DetectionResultSummary - Class in com.azure.ai.anomalydetector.models
The DetectionResultSummary model.
DetectionResultSummary() - Constructor for class com.azure.ai.anomalydetector.models.DetectionResultSummary
 
DetectionStatus - Enum in com.azure.ai.anomalydetector.models
Defines values for DetectionStatus.
detectLastPoint(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
This operation generates a model using points before the latest one.
detectLastPoint(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
This operation generates a model using points before the latest one.
detectLastPointWithResponse(DetectRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
This operation generates a model using points before the latest one.
detectLastPointWithResponse(DetectRequest, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
This operation generates a model using points before the latest one.
DetectRequest - Class in com.azure.ai.anomalydetector.models
The request of entire or last anomaly detection.
DetectRequest() - Constructor for class com.azure.ai.anomalydetector.models.DetectRequest
 
DiagnosticsInfo - Class in com.azure.ai.anomalydetector.models
The DiagnosticsInfo model.
DiagnosticsInfo() - Constructor for class com.azure.ai.anomalydetector.models.DiagnosticsInfo
 

E

endpoint(String) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).
EntireDetectResponse - Class in com.azure.ai.anomalydetector.models
The response of entire anomaly detection.
EntireDetectResponse() - Constructor for class com.azure.ai.anomalydetector.models.EntireDetectResponse
 
ErrorResponse - Class in com.azure.ai.anomalydetector.models
The ErrorResponse model.
ErrorResponse() - Constructor for class com.azure.ai.anomalydetector.models.ErrorResponse
 
ErrorResponseException - Exception in com.azure.ai.anomalydetector.models
Exception thrown for an invalid response with ErrorResponse information.
ErrorResponseException(String, HttpResponse) - Constructor for exception com.azure.ai.anomalydetector.models.ErrorResponseException
Initializes a new instance of the ErrorResponseException class.
ErrorResponseException(String, HttpResponse, ErrorResponse) - Constructor for exception com.azure.ai.anomalydetector.models.ErrorResponseException
Initializes a new instance of the ErrorResponseException class.
exportModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Export multivariate anomaly detection model based on modelId.
exportModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Export multivariate anomaly detection model based on modelId.
exportModelWithResponse(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Export multivariate anomaly detection model based on modelId.
exportModelWithResponse(UUID, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Export multivariate anomaly detection model based on modelId.

F

FAILED - com.azure.ai.anomalydetector.models.DetectionStatus
Enum value FAILED.
FAILED - com.azure.ai.anomalydetector.models.ModelStatus
Enum value FAILED.
FillNaMethod - Class in com.azure.ai.anomalydetector.models
Defines values for FillNaMethod.
FillNaMethod() - Constructor for class com.azure.ai.anomalydetector.models.FillNaMethod
 
FIXED - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value Fixed for FillNaMethod.
FIXED - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value fixed for ImputeMode.
fromString(String) - Static method in enum com.azure.ai.anomalydetector.models.AlignMode
Parses a serialized value to a AlignMode instance.
fromString(String) - Static method in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Creates or finds a AnomalyDetectorErrorCodes from its string representation.
fromString(String) - Static method in enum com.azure.ai.anomalydetector.models.DetectionStatus
Parses a serialized value to a DetectionStatus instance.
fromString(String) - Static method in class com.azure.ai.anomalydetector.models.FillNaMethod
Creates or finds a FillNaMethod from its string representation.
fromString(String) - Static method in class com.azure.ai.anomalydetector.models.ImputeMode
Creates or finds a ImputeMode from its string representation.
fromString(String) - Static method in enum com.azure.ai.anomalydetector.models.ModelStatus
Parses a serialized value to a ModelStatus instance.
fromString(String) - Static method in enum com.azure.ai.anomalydetector.models.TimeGranularity
Parses a serialized value to a TimeGranularity instance.

G

getAlignMode() - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Get the alignMode property: An optional field, indicating how we align different variables to the same time-range.
getAlignPolicy() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the alignPolicy property: The alignPolicy property.
getChangedValues() - Method in class com.azure.ai.anomalydetector.models.CorrelationChanges
Get the changedValues property: changes in correlation.
getChangedVariables() - Method in class com.azure.ai.anomalydetector.models.CorrelationChanges
Get the changedVariables property: correlated variables.
getCode() - Method in class com.azure.ai.anomalydetector.models.AnomalyDetectorError
Get the code property: The error code.
getCode() - Method in class com.azure.ai.anomalydetector.models.ErrorResponse
Get the code property: The error code.
getConfidenceScores() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
Get the confidenceScores property: the change point confidence of each point.
getContributionScore() - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Get the contributionScore property: The contributionScore property.
getCorrelationChanges() - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Get the correlationChanges property: The correlationChanges property.
getCreatedTime() - Method in class com.azure.ai.anomalydetector.models.Model
Get the createdTime property: Date and time (UTC) when the model was created.
getCreatedTime() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the createdTime property: Date and time (UTC) when the model was created.
getCurrentCount() - Method in class com.azure.ai.anomalydetector.models.ModelList
Get the currentCount property: Current count of trained multivariate models.
getCustomInterval() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the customInterval property: Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as {"granularity":"minutely", "customInterval":5}.
getCustomInterval() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the customInterval property: Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as {"granularity":"minutely", "customInterval":5}.
getDetectingPoints() - Method in class com.azure.ai.anomalydetector.models.LastDetectionRequest
Get the detectingPoints property: number of timestamps on which the model detects.
getDetectionResult(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Get multivariate anomaly detection result based on resultId returned by the DetectAnomalyAsync api.
getDetectionResult(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Get multivariate anomaly detection result based on resultId returned by the DetectAnomalyAsync api.
getDetectionResultWithResponse(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Get multivariate anomaly detection result based on resultId returned by the DetectAnomalyAsync api.
getDetectionResultWithResponse(UUID, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Get multivariate anomaly detection result based on resultId returned by the DetectAnomalyAsync api.
getDiagnosticsInfo() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the diagnosticsInfo property: The diagnosticsInfo property.
getDisplayName() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the displayName property: An optional field.
getDisplayName() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the displayName property: The displayName property.
getEffectiveCount() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the effectiveCount property: Number of effective points counted.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Get the endTime property: A required field, indicating the end time of data for detection.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the endTime property: A required field, indicating the end time of training data.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the endTime property: End time of the variable.
getEpochIds() - Method in class com.azure.ai.anomalydetector.models.ModelState
Get the epochIds property: Epoch id.
getErrors() - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Get the errors property: Error message for the current timestamp.
getErrors() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the errors property: Error message when detection is failed.
getErrors() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the errors property: Error messages when failed to create a model.
getExpectedValue() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the expectedValue property: Expected value of the latest point.
getExpectedValues() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the expectedValues property: ExpectedValues contain expected value for each input point.
getFilledNARatio() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the filledNARatio property: Proportion of NaN values filled of the variable.
getFillNaMethod() - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Get the fillNaMethod property: An optional field, indicating how missing values will be filled.
getGranularity() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the granularity property: Can only be one of yearly, monthly, weekly, daily, hourly, minutely or secondly.
getGranularity() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the granularity property: Optional argument, can be one of yearly, monthly, weekly, daily, hourly, minutely, secondly, microsecond or none.
getImputeFixedValue() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the imputeFixedValue property: Used to specify the value to fill, it's used when granularity is not "none" and imputeMode is "fixed".
getImputeMode() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the imputeMode property: Used to specify how to deal with missing values in the input series, it's used when granularity is not "none".
getInterpretation() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the interpretation property: The interpretation property.
getIsAnomaly() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the isAnomaly property: IsAnomaly contains anomaly properties for each input point.
getIsChangePoint() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
Get the isChangePoint property: isChangePoint contains change point properties for each input point.
getIsNegativeAnomaly() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the isNegativeAnomaly property: IsNegativeAnomaly contains anomaly status in negative direction for each input point.
getIsPositiveAnomaly() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the isPositiveAnomaly property: IsPositiveAnomaly contain anomaly status in positive direction for each input point.
getLastUpdatedTime() - Method in class com.azure.ai.anomalydetector.models.Model
Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
getLastUpdatedTime() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
getLatenciesInSeconds() - Method in class com.azure.ai.anomalydetector.models.ModelState
Get the latenciesInSeconds property: The latenciesInSeconds property.
getLocation() - Method in class com.azure.ai.anomalydetector.models.DetectAnomalyHeaders
Get the location property: The Location property.
getLocation() - Method in class com.azure.ai.anomalydetector.models.TrainMultivariateModelHeaders
Get the location property: The Location property.
getLowerMargin() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the lowerMargin property: Lower margin of the latest point.
getLowerMargins() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the lowerMargins property: LowerMargins contain lower margin of each input point.
getMaxAnomalyRatio() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the maxAnomalyRatio property: Optional argument, advanced model parameter, max anomaly ratio in a time series.
getMaxCount() - Method in class com.azure.ai.anomalydetector.models.ModelList
Get the maxCount property: Max number of models that can be trained for this subscription.
getMessage() - Method in class com.azure.ai.anomalydetector.models.AnomalyDetectorError
Get the message property: A message explaining the error reported by the service.
getMessage() - Method in class com.azure.ai.anomalydetector.models.ErrorResponse
Get the message property: The message explaining the error reported by the service.
getModelId() - Method in class com.azure.ai.anomalydetector.models.Model
Get the modelId property: Model identifier.
getModelId() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the modelId property: Model identifier.
getModelInfo() - Method in class com.azure.ai.anomalydetector.models.Model
Get the modelInfo property: Train result of a model including status, errors and diagnose info for model and variables.
getModels() - Method in class com.azure.ai.anomalydetector.models.ModelList
Get the models property: List of models.
getModelState() - Method in class com.azure.ai.anomalydetector.models.DiagnosticsInfo
Get the modelState property: The modelState property.
getMultivariateModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Get detailed information of multivariate model, including the training status and variables used in the model.
getMultivariateModel(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Get detailed information of multivariate model, including the training status and variables used in the model.
getMultivariateModelWithResponse(UUID) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Get detailed information of multivariate model, including the training status and variables used in the model.
getMultivariateModelWithResponse(UUID, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Get detailed information of multivariate model, including the training status and variables used in the model.
getName() - Method in class com.azure.ai.anomalydetector.models.VariableValues
Get the name property: variable name.
getNextLink() - Method in class com.azure.ai.anomalydetector.models.ModelList
Get the nextLink property: The link to fetch more models.
getPaddingValue() - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Get the paddingValue property: An optional field.
getPeriod() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the period property: Optional argument, periodic value of a time series.
getPeriod() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
Get the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
getPeriod() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the period property: Optional argument, periodic value of a time series.
getPeriod() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
getPeriod() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
getResultId() - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Get the resultId property: The resultId property.
getResults() - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Get the results property: Detection result for each timestamp.
getResults() - Method in class com.azure.ai.anomalydetector.models.LastDetectionResult
Get the results property: The results property.
getScore() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the score property: Raw score from the model.
getSensitivity() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the sensitivity property: Optional argument, advanced model parameter, between 0-99, the lower the value is, the larger the margin value will be which means less anomalies will be accepted.
getSeries() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the series property: Time series data points.
getSeries() - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Get the series property: Time series data points.
getSetupInfo() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the setupInfo property: Detection request.
getSeverity() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the severity property: Indicates the significance of the anomaly.
getSeverity() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the severity property: The severity score for each input point.
getSeverity() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the severity property: The severity score for the last input point.
getSlidingWindow() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the slidingWindow property: An optional field, indicating how many previous points will be used to compute the anomaly score of the subsequent point.
getSource() - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Get the source property: Source link to the input variables.
getSource() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the source property: Source link to the input variables.
getStableTrendWindow() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the stableTrendWindow property: Optional argument, advanced model parameter, a default stableTrendWindow will be used in detection.
getStartTime() - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Get the startTime property: A required field, indicating the start time of data for detection.
getStartTime() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the startTime property: A required field, indicating the start time of training data.
getStartTime() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the startTime property: Start time of the variable.
getStatus() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the status property: Status of detection results.
getStatus() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the status property: Model training status.
getStatus() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the status property: Model training status.
getSuggestedWindow() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the suggestedWindow property: Suggested input series points needed for detecting the latest point.
getSummary() - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Get the summary property: The summary property.
getThreshold() - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Get the threshold property: Optional argument, advanced model parameter, between 0.0-1.0, the lower the value is, the larger the trend error will be which means less change point will be accepted.
getTimestamp() - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Get the timestamp property: timestamp.
getTimestamp() - Method in class com.azure.ai.anomalydetector.models.TimeSeriesPoint
Get the timestamp property: Optional argument, timestamp of a data point (ISO8601 format).
getTimestamps() - Method in class com.azure.ai.anomalydetector.models.VariableValues
Get the timestamps property: timestamps.
getTrainLosses() - Method in class com.azure.ai.anomalydetector.models.ModelState
Get the trainLosses property: The trainLosses property.
getUpperMargin() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the upperMargin property: Upper margin of the latest point.
getUpperMargins() - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Get the upperMargins property: UpperMargins contain upper margin of each input point.
getValidationLosses() - Method in class com.azure.ai.anomalydetector.models.ModelState
Get the validationLosses property: The validationLosses property.
getValue() - Method in exception com.azure.ai.anomalydetector.models.AnomalyDetectorErrorException
 
getValue() - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Get the value property: The value property.
getValue() - Method in exception com.azure.ai.anomalydetector.models.ErrorResponseException
 
getValue() - Method in class com.azure.ai.anomalydetector.models.TimeSeriesPoint
Get the value property: The measurement of that point, should be float.
getValues() - Method in class com.azure.ai.anomalydetector.models.VariableValues
Get the values property: values.
getVariable() - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Get the variable property: The variable property.
getVariable() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the variable property: Variable name.
getVariables() - Method in class com.azure.ai.anomalydetector.models.LastDetectionRequest
Get the variables property: variables.
getVariablesCount() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the variablesCount property: Total number of variables.
getVariableStates() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the variableStates property: The variableStates property.
getVariableStates() - Method in class com.azure.ai.anomalydetector.models.DiagnosticsInfo
Get the variableStates property: The variableStates property.
getVariableStates() - Method in class com.azure.ai.anomalydetector.models.LastDetectionResult
Get the variableStates property: The variableStates property.

H

HOURLY - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value hourly.
httpClient(HttpClient) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The logging configuration for HTTP requests and responses.

I

ImputeMode - Class in com.azure.ai.anomalydetector.models
Defines values for ImputeMode.
ImputeMode() - Constructor for class com.azure.ai.anomalydetector.models.ImputeMode
 
INNER - com.azure.ai.anomalydetector.models.AlignMode
Enum value Inner.
INVALID_CUSTOM_INTERVAL - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_GRANULARITY - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_IMPUTE_FIXED_VALUE - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_IMPUTE_MODE - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_JSON_FORMAT - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_MODEL_ARGUMENT - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_PERIOD - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
INVALID_SERIES - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
isAnomaly() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the isAnomaly property: True if an anomaly is detected at the current timestamp.
isAnomaly() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the isAnomaly property: Anomaly status of the latest point, true means the latest point is an anomaly either in negative direction or positive direction.
isNegativeAnomaly() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the isNegativeAnomaly property: Anomaly status in negative direction of the latest point.
isPositiveAnomaly() - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Get the isPositiveAnomaly property: Anomaly status in positive direction of the latest point.

L

lastDetectAnomaly(UUID, LastDetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Synchronized API for anomaly detection.
lastDetectAnomaly(UUID, LastDetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Synchronized API for anomaly detection.
lastDetectAnomalyWithResponse(UUID, LastDetectionRequest) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Synchronized API for anomaly detection.
lastDetectAnomalyWithResponse(UUID, LastDetectionRequest, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Synchronized API for anomaly detection.
LastDetectionRequest - Class in com.azure.ai.anomalydetector.models
The LastDetectionRequest model.
LastDetectionRequest() - Constructor for class com.azure.ai.anomalydetector.models.LastDetectionRequest
 
LastDetectionResult - Class in com.azure.ai.anomalydetector.models
The LastDetectionResult model.
LastDetectionResult() - Constructor for class com.azure.ai.anomalydetector.models.LastDetectionResult
 
LastDetectResponse - Class in com.azure.ai.anomalydetector.models
The response of last anomaly detection.
LastDetectResponse() - Constructor for class com.azure.ai.anomalydetector.models.LastDetectResponse
 
LINEAR - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value Linear for FillNaMethod.
LINEAR - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value linear for ImputeMode.
listMultivariateModel(Integer, Integer) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
List models of a subscription.
listMultivariateModel(Integer, Integer) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
List models of a subscription.
listMultivariateModel(Integer, Integer, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
List models of a subscription.
listMultivariateModelNextSinglePage(String) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Get the next page of items.
listMultivariateModelSinglePage(Integer, Integer) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
List models of a subscription.

M

MICROSECOND - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value microsecond.
Model - Class in com.azure.ai.anomalydetector.models
Response of getting a model.
Model() - Constructor for class com.azure.ai.anomalydetector.models.Model
 
ModelInfo - Class in com.azure.ai.anomalydetector.models
Train result of a model including status, errors and diagnose info for model and variables.
ModelInfo() - Constructor for class com.azure.ai.anomalydetector.models.ModelInfo
 
ModelList - Class in com.azure.ai.anomalydetector.models
Response of listing models.
ModelList() - Constructor for class com.azure.ai.anomalydetector.models.ModelList
 
ModelSnapshot - Class in com.azure.ai.anomalydetector.models
The ModelSnapshot model.
ModelSnapshot() - Constructor for class com.azure.ai.anomalydetector.models.ModelSnapshot
 
ModelState - Class in com.azure.ai.anomalydetector.models
The ModelState model.
ModelState() - Constructor for class com.azure.ai.anomalydetector.models.ModelState
 
ModelStatus - Enum in com.azure.ai.anomalydetector.models
Defines values for ModelStatus.
MONTHLY - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value monthly.

N

NONE - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value none.
NOT_FILL - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value NotFill for FillNaMethod.
NOT_FILL - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value notFill for ImputeMode.

O

OUTER - com.azure.ai.anomalydetector.models.AlignMode
Enum value Outer.

P

PER_MINUTE - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value minutely.
PER_SECOND - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value secondly.
pipeline(HttpPipeline) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The HTTP pipeline to send requests through.
PREVIOUS - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value Previous for FillNaMethod.
PREVIOUS - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value previous for ImputeMode.

R

READY - com.azure.ai.anomalydetector.models.DetectionStatus
Enum value READY.
READY - com.azure.ai.anomalydetector.models.ModelStatus
Enum value READY.
REQUIRED_GRANULARITY - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
REQUIRED_SERIES - Static variable in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
Static value null for AnomalyDetectorErrorCodes.
retryPolicy(RetryPolicy) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
RUNNING - com.azure.ai.anomalydetector.models.DetectionStatus
Enum value RUNNING.
RUNNING - com.azure.ai.anomalydetector.models.ModelStatus
Enum value RUNNING.

S

serializerAdapter(SerializerAdapter) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The serializer to serialize an object into a string.
setAlignMode(AlignMode) - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Set the alignMode property: An optional field, indicating how we align different variables to the same time-range.
setAlignPolicy(AlignPolicy) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the alignPolicy property: The alignPolicy property.
setChangedValues(List<Float>) - Method in class com.azure.ai.anomalydetector.models.CorrelationChanges
Set the changedValues property: changes in correlation.
setChangedVariables(List<String>) - Method in class com.azure.ai.anomalydetector.models.CorrelationChanges
Set the changedVariables property: correlated variables.
setCode(AnomalyDetectorErrorCodes) - Method in class com.azure.ai.anomalydetector.models.AnomalyDetectorError
Set the code property: The error code.
setCode(String) - Method in class com.azure.ai.anomalydetector.models.ErrorResponse
Set the code property: The error code.
setConfidenceScores(List<Float>) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
Set the confidenceScores property: the change point confidence of each point.
setContributionScore(Float) - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Set the contributionScore property: The contributionScore property.
setCorrelationChanges(CorrelationChanges) - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Set the correlationChanges property: The correlationChanges property.
setCreatedTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.Model
Set the createdTime property: Date and time (UTC) when the model was created.
setCreatedTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the createdTime property: Date and time (UTC) when the model was created.
setCurrentCount(int) - Method in class com.azure.ai.anomalydetector.models.ModelList
Set the currentCount property: Current count of trained multivariate models.
setCustomInterval(Integer) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the customInterval property: Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as {"granularity":"minutely", "customInterval":5}.
setCustomInterval(Integer) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the customInterval property: Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as {"granularity":"minutely", "customInterval":5}.
setDetectingPoints(int) - Method in class com.azure.ai.anomalydetector.models.LastDetectionRequest
Set the detectingPoints property: number of timestamps on which the model detects.
setDisplayName(String) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the displayName property: An optional field.
setDisplayName(String) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the displayName property: The displayName property.
setEffectiveCount(Integer) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the effectiveCount property: Number of effective points counted.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Set the endTime property: A required field, indicating the end time of data for detection.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the endTime property: A required field, indicating the end time of training data.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the endTime property: End time of the variable.
setEpochIds(List<Integer>) - Method in class com.azure.ai.anomalydetector.models.ModelState
Set the epochIds property: Epoch id.
setErrors(List<ErrorResponse>) - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Set the errors property: Error message for the current timestamp.
setErrors(List<ErrorResponse>) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the errors property: Error message when detection is failed.
setExpectedValue(float) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the expectedValue property: Expected value of the latest point.
setExpectedValues(List<Float>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the expectedValues property: ExpectedValues contain expected value for each input point.
setFilledNARatio(Float) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the filledNARatio property: Proportion of NaN values filled of the variable.
setFillNaMethod(FillNaMethod) - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Set the fillNaMethod property: An optional field, indicating how missing values will be filled.
setGranularity(TimeGranularity) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the granularity property: Can only be one of yearly, monthly, weekly, daily, hourly, minutely or secondly.
setGranularity(TimeGranularity) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the granularity property: Optional argument, can be one of yearly, monthly, weekly, daily, hourly, minutely, secondly, microsecond or none.
setImputeFixedValue(Float) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the imputeFixedValue property: Used to specify the value to fill, it's used when granularity is not "none" and imputeMode is "fixed".
setImputeMode(ImputeMode) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the imputeMode property: Used to specify how to deal with missing values in the input series, it's used when granularity is not "none".
setInterpretation(List<AnomalyInterpretation>) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the interpretation property: The interpretation property.
setIsAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the isAnomaly property: True if an anomaly is detected at the current timestamp.
setIsAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the isAnomaly property: Anomaly status of the latest point, true means the latest point is an anomaly either in negative direction or positive direction.
setIsAnomaly(List<Boolean>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the isAnomaly property: IsAnomaly contains anomaly properties for each input point.
setIsChangePoint(List<Boolean>) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectResponse
Set the isChangePoint property: isChangePoint contains change point properties for each input point.
setIsNegativeAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the isNegativeAnomaly property: Anomaly status in negative direction of the latest point.
setIsNegativeAnomaly(List<Boolean>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the isNegativeAnomaly property: IsNegativeAnomaly contains anomaly status in negative direction for each input point.
setIsPositiveAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the isPositiveAnomaly property: Anomaly status in positive direction of the latest point.
setIsPositiveAnomaly(List<Boolean>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the isPositiveAnomaly property: IsPositiveAnomaly contain anomaly status in positive direction for each input point.
setLastUpdatedTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.Model
Set the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
setLastUpdatedTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the lastUpdatedTime property: Date and time (UTC) when the model was last updated.
setLatenciesInSeconds(List<Float>) - Method in class com.azure.ai.anomalydetector.models.ModelState
Set the latenciesInSeconds property: The latenciesInSeconds property.
setLocation(String) - Method in class com.azure.ai.anomalydetector.models.DetectAnomalyHeaders
Set the location property: The Location property.
setLocation(String) - Method in class com.azure.ai.anomalydetector.models.TrainMultivariateModelHeaders
Set the location property: The Location property.
setLowerMargin(float) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the lowerMargin property: Lower margin of the latest point.
setLowerMargins(List<Float>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the lowerMargins property: LowerMargins contain lower margin of each input point.
setMaxAnomalyRatio(Float) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the maxAnomalyRatio property: Optional argument, advanced model parameter, max anomaly ratio in a time series.
setMaxCount(int) - Method in class com.azure.ai.anomalydetector.models.ModelList
Set the maxCount property: Max number of models that can be trained for this subscription.
setMessage(String) - Method in class com.azure.ai.anomalydetector.models.AnomalyDetectorError
Set the message property: A message explaining the error reported by the service.
setMessage(String) - Method in class com.azure.ai.anomalydetector.models.ErrorResponse
Set the message property: The message explaining the error reported by the service.
setModelId(UUID) - Method in class com.azure.ai.anomalydetector.models.Model
Set the modelId property: Model identifier.
setModelId(UUID) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the modelId property: Model identifier.
setModelInfo(ModelInfo) - Method in class com.azure.ai.anomalydetector.models.Model
Set the modelInfo property: Train result of a model including status, errors and diagnose info for model and variables.
setModels(List<ModelSnapshot>) - Method in class com.azure.ai.anomalydetector.models.ModelList
Set the models property: List of models.
setModelState(ModelState) - Method in class com.azure.ai.anomalydetector.models.DiagnosticsInfo
Set the modelState property: The modelState property.
setName(String) - Method in class com.azure.ai.anomalydetector.models.VariableValues
Set the name property: variable name.
setNextLink(String) - Method in class com.azure.ai.anomalydetector.models.ModelList
Set the nextLink property: The link to fetch more models.
setPaddingValue(Float) - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Set the paddingValue property: An optional field.
setPeriod(int) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
setPeriod(int) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
setPeriod(Integer) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the period property: Optional argument, periodic value of a time series.
setPeriod(Integer) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the period property: Optional argument, periodic value of a time series.
setResultId(UUID) - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Set the resultId property: The resultId property.
setResults(List<AnomalyState>) - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Set the results property: Detection result for each timestamp.
setResults(List<AnomalyState>) - Method in class com.azure.ai.anomalydetector.models.LastDetectionResult
Set the results property: The results property.
setScore(float) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the score property: Raw score from the model.
setSensitivity(Integer) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the sensitivity property: Optional argument, advanced model parameter, between 0-99, the lower the value is, the larger the margin value will be which means less anomalies will be accepted.
setSeries(List<TimeSeriesPoint>) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the series property: Time series data points.
setSeries(List<TimeSeriesPoint>) - Method in class com.azure.ai.anomalydetector.models.DetectRequest
Set the series property: Time series data points.
setSetupInfo(DetectionRequest) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the setupInfo property: Detection request.
setSeverity(float) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the severity property: Indicates the significance of the anomaly.
setSeverity(Float) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the severity property: The severity score for the last input point.
setSeverity(List<Float>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the severity property: The severity score for each input point.
setSlidingWindow(Integer) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the slidingWindow property: An optional field, indicating how many previous points will be used to compute the anomaly score of the subsequent point.
setSource(String) - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Set the source property: Source link to the input variables.
setSource(String) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the source property: Source link to the input variables.
setStableTrendWindow(Integer) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the stableTrendWindow property: Optional argument, advanced model parameter, a default stableTrendWindow will be used in detection.
setStartTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Set the startTime property: A required field, indicating the start time of data for detection.
setStartTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the startTime property: A required field, indicating the start time of training data.
setStartTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the startTime property: Start time of the variable.
setStatus(DetectionStatus) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the status property: Status of detection results.
setSuggestedWindow(int) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the suggestedWindow property: Suggested input series points needed for detecting the latest point.
setSummary(DetectionResultSummary) - Method in class com.azure.ai.anomalydetector.models.DetectionResult
Set the summary property: The summary property.
setThreshold(Float) - Method in class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
Set the threshold property: Optional argument, advanced model parameter, between 0.0-1.0, the lower the value is, the larger the trend error will be which means less change point will be accepted.
setTimestamp(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Set the timestamp property: timestamp.
setTimestamp(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.TimeSeriesPoint
Set the timestamp property: Optional argument, timestamp of a data point (ISO8601 format).
setTimestamps(List<String>) - Method in class com.azure.ai.anomalydetector.models.VariableValues
Set the timestamps property: timestamps.
setTrainLosses(List<Float>) - Method in class com.azure.ai.anomalydetector.models.ModelState
Set the trainLosses property: The trainLosses property.
setUpperMargin(float) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the upperMargin property: Upper margin of the latest point.
setUpperMargins(List<Float>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the upperMargins property: UpperMargins contain upper margin of each input point.
setValidationLosses(List<Float>) - Method in class com.azure.ai.anomalydetector.models.ModelState
Set the validationLosses property: The validationLosses property.
setValue(float) - Method in class com.azure.ai.anomalydetector.models.TimeSeriesPoint
Set the value property: The measurement of that point, should be float.
setValue(AnomalyValue) - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Set the value property: The value property.
setValues(List<Float>) - Method in class com.azure.ai.anomalydetector.models.VariableValues
Set the values property: values.
setVariable(String) - Method in class com.azure.ai.anomalydetector.models.AnomalyInterpretation
Set the variable property: The variable property.
setVariable(String) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the variable property: Variable name.
setVariables(List<VariableValues>) - Method in class com.azure.ai.anomalydetector.models.LastDetectionRequest
Set the variables property: variables.
setVariablesCount(int) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the variablesCount property: Total number of variables.
setVariableStates(List<VariableState>) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the variableStates property: The variableStates property.
setVariableStates(List<VariableState>) - Method in class com.azure.ai.anomalydetector.models.DiagnosticsInfo
Set the variableStates property: The variableStates property.
setVariableStates(List<VariableState>) - Method in class com.azure.ai.anomalydetector.models.LastDetectionResult
Set the variableStates property: The variableStates property.
SUBSEQUENT - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value Subsequent for FillNaMethod.

T

TimeGranularity - Enum in com.azure.ai.anomalydetector.models
Defines values for TimeGranularity.
TimeSeriesPoint - Class in com.azure.ai.anomalydetector.models
The definition of input timeseries points.
TimeSeriesPoint() - Constructor for class com.azure.ai.anomalydetector.models.TimeSeriesPoint
 
toString() - Method in enum com.azure.ai.anomalydetector.models.AlignMode
 
toString() - Method in enum com.azure.ai.anomalydetector.models.DetectionStatus
 
toString() - Method in enum com.azure.ai.anomalydetector.models.ModelStatus
 
toString() - Method in enum com.azure.ai.anomalydetector.models.TimeGranularity
 
trainMultivariateModel(ModelInfo) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Create and train a multivariate anomaly detection model.
trainMultivariateModel(ModelInfo) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Create and train a multivariate anomaly detection model.
TrainMultivariateModelHeaders - Class in com.azure.ai.anomalydetector.models
The TrainMultivariateModelHeaders model.
TrainMultivariateModelHeaders() - Constructor for class com.azure.ai.anomalydetector.models.TrainMultivariateModelHeaders
 
TrainMultivariateModelResponse - Class in com.azure.ai.anomalydetector.models
Contains all response data for the trainMultivariateModel operation.
TrainMultivariateModelResponse(HttpRequest, int, HttpHeaders, Void, TrainMultivariateModelHeaders) - Constructor for class com.azure.ai.anomalydetector.models.TrainMultivariateModelResponse
Creates an instance of TrainMultivariateModelResponse.
trainMultivariateModelWithResponse(ModelInfo) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorAsyncClient
Create and train a multivariate anomaly detection model.
trainMultivariateModelWithResponse(ModelInfo, Context) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClient
Create and train a multivariate anomaly detection model.

V

valueOf(String) - Static method in enum com.azure.ai.anomalydetector.models.AlignMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.anomalydetector.models.DetectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.anomalydetector.models.ModelStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.ai.anomalydetector.models.TimeGranularity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.ai.anomalydetector.models.AlignMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.anomalydetector.models.AnomalyDetectorErrorCodes
 
values() - Static method in enum com.azure.ai.anomalydetector.models.DetectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.ai.anomalydetector.models.FillNaMethod
 
values() - Static method in class com.azure.ai.anomalydetector.models.ImputeMode
 
values() - Static method in enum com.azure.ai.anomalydetector.models.ModelStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.ai.anomalydetector.models.TimeGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
VariableState - Class in com.azure.ai.anomalydetector.models
The VariableState model.
VariableState() - Constructor for class com.azure.ai.anomalydetector.models.VariableState
 
VariableValues - Class in com.azure.ai.anomalydetector.models
The VariableValues model.
VariableValues() - Constructor for class com.azure.ai.anomalydetector.models.VariableValues
 

W

WEEKLY - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value weekly.

Y

YEARLY - com.azure.ai.anomalydetector.models.TimeGranularity
Enum value yearly.

Z

ZERO - Static variable in class com.azure.ai.anomalydetector.models.FillNaMethod
Static value Zero for FillNaMethod.
ZERO - Static variable in class com.azure.ai.anomalydetector.models.ImputeMode
Static value zero for ImputeMode.
A B C D E F G H I L M N O P R S T V W Y Z 
All Classes All Packages