Class CreateDetectAnomalyJobDetails
Base class for the DetectAnomalies async call. It contains the identifier that is used for deciding what type of request this is.
Inherited Members
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class CreateDetectAnomalyJobDetails
Properties
AreAllEstimatesRequired
Declaration
[JsonProperty(PropertyName = "areAllEstimatesRequired")]
public bool? AreAllEstimatesRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? | Flag to enable the service to return estimates for all data points rather than just the anomalous data points. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment that starts the job. |
Remarks
Required
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A short description of the detect anomaly job. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Detect anomaly job display name. |
InputDetails
Declaration
[Required(ErrorMessage = "InputDetails is required.")]
[JsonProperty(PropertyName = "inputDetails")]
public InputDetails InputDetails { get; set; }
Property Value
Type | Description |
---|---|
InputDetails |
Remarks
Required
ModelId
Declaration
[Required(ErrorMessage = "ModelId is required.")]
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the trained model. |
Remarks
Required
OutputDetails
Declaration
[Required(ErrorMessage = "OutputDetails is required.")]
[JsonProperty(PropertyName = "outputDetails")]
public OutputDetails OutputDetails { get; set; }
Property Value
Type | Description |
---|---|
OutputDetails |
Remarks
Required
Sensitivity
Declaration
[JsonProperty(PropertyName = "sensitivity")]
public float? Sensitivity { get; set; }
Property Value
Type | Description |
---|---|
float? | The value that customer can adjust to control the sensitivity of anomaly detection |