Skip navigation links
A B C D E F G H I L M P R S T V 

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
 
AnomalyContributor - Class in com.azure.ai.anomalydetector.models
The AnomalyContributor model.
AnomalyContributor() - Constructor for class com.azure.ai.anomalydetector.models.AnomalyContributor
 
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.
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
 

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 ChangePointDetectRequest model.
ChangePointDetectRequest() - Constructor for class com.azure.ai.anomalydetector.models.ChangePointDetectRequest
 
ChangePointDetectResponse - Class in com.azure.ai.anomalydetector.models
The ChangePointDetectResponse model.
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.

D

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
Request to submit a detection.
DetectionRequest() - Constructor for class com.azure.ai.anomalydetector.models.DetectionRequest
 
DetectionResult - Class in com.azure.ai.anomalydetector.models
Anomaly Response of one detection corresponds to a 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 DetectRequest model.
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 EntireDetectResponse model.
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.
ExportModelHeaders - Class in com.azure.ai.anomalydetector.models
The ExportModelHeaders model.
ExportModelHeaders() - Constructor for class com.azure.ai.anomalydetector.models.ExportModelHeaders
 
ExportModelResponse - Class in com.azure.ai.anomalydetector.models
Contains all response data for the exportModel operation.
ExportModelResponse(HttpRequest, int, HttpHeaders, Void, ExportModelHeaders) - Constructor for class com.azure.ai.anomalydetector.models.ExportModelResponse
Creates an instance of ExportModelResponse.
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

FillNAMethod - Enum in com.azure.ai.anomalydetector.models
Defines values for FillNAMethod.
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 enum com.azure.ai.anomalydetector.models.FillNAMethod
Parses a serialized value to a FillNAMethod instance.
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, indicates how we align different variables into the same time-range which is required by the model.{Inner, Outer}.
getAlignPolicy() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the alignPolicy property: An optional field, since those multivariate need to be aligned in the same timestamp before starting the detection.
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.
getContentType() - Method in class com.azure.ai.anomalydetector.models.ExportModelHeaders
Get the contentType property: The content-type property.
getContributionScore() - Method in class com.azure.ai.anomalydetector.models.AnomalyContributor
Get the contributionScore property: The higher the contribution score is, the more likely the variable to be the root cause of a anomaly.
getContributors() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the contributors property: If current timestamp is an anomaly, contributors will show potential root cause for thus anomaly.
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}.
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: Used for deep analysis model and variables.
getDisplayName() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the displayName property: optional field, name of the model.
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: Effective time-series points count.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Get the endTime property: A require field, end time of data be used for detection, should be date-time.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the endTime property: require field, end time of data be used for generating multivariate anomaly detection model, should be data-time.
getEndTime() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the endTime property: End time of a 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 when inference this timestamp.
getErrors() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the errors property: Error message when creating or training model fails.
getErrors() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the errors property: Error message when fails to create a model.
getErrors() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the errors property: Error message when parse variable.
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: Merged NA ratio of a variable.
getFillNAMethod() - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Get the fillNAMethod property: An optional field, indicates how missed values will be filled with.
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.
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: A 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: Training Status of the model.
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.
getNextLink() - Method in class com.azure.ai.anomalydetector.models.ModelList
Get the nextLink property: next link to fetch more models.
getPaddingValue() - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Get the paddingValue property: optional field, only be useful if FillNAMethod is set to Pad.
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: anomaly status of each timestamp.
getScore() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the score property: anomaly score of the current timestamp, the more significant an anomaly is, the higher the score will be, score measures global significance.
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: Request when creating the model.
getSeverity() - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Get the severity property: anomaly score of the current timestamp, the more significant an anomaly is, the higher the score will be.
getSlidingWindow() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the slidingWindow property: An optional field, indicates how many history points will be used to determine the anomaly score of one subsequent point.
getSource() - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Get the source property: source file link of the input variables, each variable will be a csv with two columns, the first column will be timestamp, the second column will be value.Besides these variable csv files, a extra meta.json can be included in th zip file if you would like to rename a variable.Be default, the file name of the variable will be used as the variable name.
getSource() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the source property: source file link of the input variables, each variable will be a csv with two columns, the first column will be timestamp, the second column will be value.Besides these variable csv files, an extra meta.json can be included in th zip file if you would like to rename a variable.Be default, the file name of the variable will be used as the variable name.
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 require field, start time of data be used for detection, should be date-time.
getStartTime() - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Get the startTime property: require field, start time of data be used for generating multivariate anomaly detection model, should be data-time.
getStartTime() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the startTime property: Start time of a variable.
getStatus() - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Get the status property: Multivariate anomaly detection status.
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: Multivariate anomaly detection status.
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).
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.
getVariable() - Method in class com.azure.ai.anomalydetector.models.AnomalyContributor
Get the variable property: Variable name of a contributor.
getVariable() - Method in class com.azure.ai.anomalydetector.models.VariableState
Get the variable property: Variable name.
getVariablesCount() - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Get the variablesCount property: Count 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.

H

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

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_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: To indicate whether current timestamp is anomaly or not.
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

LastDetectResponse - Class in com.azure.ai.anomalydetector.models
The LastDetectResponse model.
LastDetectResponse() - Constructor for class com.azure.ai.anomalydetector.models.LastDetectResponse
 
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

Model - Class in com.azure.ai.anomalydetector.models
Response of get 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 to the list models operation.
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.

P

pipeline(HttpPipeline) - Method in class com.azure.ai.anomalydetector.AnomalyDetectorClientBuilder
Sets The HTTP pipeline to send requests through.

R

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.

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, indicates how we align different variables into the same time-range which is required by the model.{Inner, Outer}.
setAlignPolicy(AlignPolicy) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the alignPolicy property: An optional field, since those multivariate need to be aligned in the same timestamp before starting the detection.
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.
setContentType(String) - Method in class com.azure.ai.anomalydetector.models.ExportModelHeaders
Set the contentType property: The content-type property.
setContributionScore(Float) - Method in class com.azure.ai.anomalydetector.models.AnomalyContributor
Set the contributionScore property: The higher the contribution score is, the more likely the variable to be the root cause of a anomaly.
setContributors(List<AnomalyContributor>) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the contributors property: If current timestamp is an anomaly, contributors will show potential root cause for thus anomaly.
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}.
setDisplayName(String) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the displayName property: optional field, name of the model.
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: Effective time-series points count.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Set the endTime property: A require field, end time of data be used for detection, should be date-time.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the endTime property: require field, end time of data be used for generating multivariate anomaly detection model, should be data-time.
setEndTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the endTime property: End time of a 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 when inference this timestamp.
setErrors(List<ErrorResponse>) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the errors property: Error message when creating or training model fails.
setErrors(List<ErrorResponse>) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the errors property: Error message when parse variable.
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: Merged NA ratio of a variable.
setFillNAMethod(FillNAMethod) - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Set the fillNAMethod property: An optional field, indicates how missed values will be filled with.
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.
setIsAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the isAnomaly property: To indicate whether current timestamp is anomaly or not.
setIsAnomaly(List<Boolean>) - Method in class com.azure.ai.anomalydetector.models.EntireDetectResponse
Set the isAnomaly property: IsAnomaly contains anomaly properties for each input point.
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.
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(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.
setIsNegativeAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the isNegativeAnomaly property: Anomaly status in negative 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.
setIsPositiveAnomaly(boolean) - Method in class com.azure.ai.anomalydetector.models.LastDetectResponse
Set the isPositiveAnomaly property: Anomaly status in positive direction of the latest 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: A 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: Training Status of the model.
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.
setNextLink(String) - Method in class com.azure.ai.anomalydetector.models.ModelList
Set the nextLink property: next link to fetch more models.
setPaddingValue(Integer) - Method in class com.azure.ai.anomalydetector.models.AlignPolicy
Set the paddingValue property: optional field, only be useful if FillNAMethod is set to Pad.
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.
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.
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: anomaly status of each timestamp.
setScore(Float) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the score property: anomaly score of the current timestamp, the more significant an anomaly is, the higher the score will be, score measures global significance.
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: Request when creating the model.
setSeverity(float) - Method in class com.azure.ai.anomalydetector.models.AnomalyValue
Set the severity property: anomaly score of the current timestamp, the more significant an anomaly is, the higher the score will be.
setSlidingWindow(Integer) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the slidingWindow property: An optional field, indicates how many history points will be used to determine the anomaly score of one subsequent point.
setSource(String) - Method in class com.azure.ai.anomalydetector.models.DetectionRequest
Set the source property: source file link of the input variables, each variable will be a csv with two columns, the first column will be timestamp, the second column will be value.Besides these variable csv files, a extra meta.json can be included in th zip file if you would like to rename a variable.Be default, the file name of the variable will be used as the variable name.
setSource(String) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the source property: source file link of the input variables, each variable will be a csv with two columns, the first column will be timestamp, the second column will be value.Besides these variable csv files, an extra meta.json can be included in th zip file if you would like to rename a variable.Be default, the file name of the variable will be used as the variable name.
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 require field, start time of data be used for detection, should be date-time.
setStartTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.ModelInfo
Set the startTime property: require field, start time of data be used for generating multivariate anomaly detection model, should be data-time.
setStartTime(OffsetDateTime) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the startTime property: Start time of a variable.
setStatus(DetectionStatus) - Method in class com.azure.ai.anomalydetector.models.DetectionResultSummary
Set the status property: Multivariate anomaly detection status.
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: Multivariate anomaly detection status.
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).
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(AnomalyValue) - Method in class com.azure.ai.anomalydetector.models.AnomalyState
Set the value property: The value property.
setValue(float) - Method in class com.azure.ai.anomalydetector.models.TimeSeriesPoint
Set the value property: The measurement of that point, should be float.
setVariable(String) - Method in class com.azure.ai.anomalydetector.models.AnomalyContributor
Set the variable property: Variable name of a contributor.
setVariable(String) - Method in class com.azure.ai.anomalydetector.models.VariableState
Set the variable property: Variable name.
setVariablesCount(int) - Method in class com.azure.ai.anomalydetector.models.ModelSnapshot
Set the variablesCount property: Count 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.

T

TimeGranularity - Enum in com.azure.ai.anomalydetector.models
Defines values for TimeGranularity.
TimeSeriesPoint - Class in com.azure.ai.anomalydetector.models
The TimeSeriesPoint model.
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.FillNAMethod
 
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.FillNAMethod
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 enum com.azure.ai.anomalydetector.models.FillNAMethod
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.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
 
A B C D E F G H I L M P R S T V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.