Synapseml
0.10.0
|
DetectMultivariateAnomaly implements DetectMultivariateAnomaly More...
Public Member Functions | |
DetectMultivariateAnomaly () | |
Creates a DetectMultivariateAnomaly without any parameters. More... | |
DetectMultivariateAnomaly (string uid) | |
Creates a DetectMultivariateAnomaly with a UID that is used to give the DetectMultivariateAnomaly a unique ID. More... | |
DetectMultivariateAnomaly | SetBackoffs (int[] value) |
Sets value for backoffs More... | |
DetectMultivariateAnomaly | SetConnectionString (string value) |
Sets value for connectionString More... | |
DetectMultivariateAnomaly | SetContainerName (string value) |
Sets value for containerName More... | |
DetectMultivariateAnomaly | SetEndTime (string value) |
Sets value for endTime More... | |
DetectMultivariateAnomaly | SetEndpoint (string value) |
Sets value for endpoint More... | |
DetectMultivariateAnomaly | SetErrorCol (string value) |
Sets value for errorCol More... | |
DetectMultivariateAnomaly | SetInitialPollingDelay (int value) |
Sets value for initialPollingDelay More... | |
DetectMultivariateAnomaly | SetInputCols (string[] value) |
Sets value for inputCols More... | |
DetectMultivariateAnomaly | SetIntermediateSaveDir (string value) |
Sets value for intermediateSaveDir More... | |
DetectMultivariateAnomaly | SetMaxPollingRetries (int value) |
Sets value for maxPollingRetries More... | |
DetectMultivariateAnomaly | SetModelId (string value) |
Sets value for modelId More... | |
DetectMultivariateAnomaly | SetOutputCol (string value) |
Sets value for outputCol More... | |
DetectMultivariateAnomaly | SetPollingDelay (int value) |
Sets value for pollingDelay More... | |
DetectMultivariateAnomaly | SetSasToken (string value) |
Sets value for sasToken More... | |
DetectMultivariateAnomaly | SetStartTime (string value) |
Sets value for startTime More... | |
DetectMultivariateAnomaly | SetStorageKey (string value) |
Sets value for storageKey More... | |
DetectMultivariateAnomaly | SetStorageName (string value) |
Sets value for storageName More... | |
DetectMultivariateAnomaly | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
DetectMultivariateAnomaly | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
DetectMultivariateAnomaly | SetSuppressMaxRetriesExceededException (bool value) |
Sets value for suppressMaxRetriesExceededException More... | |
DetectMultivariateAnomaly | SetTimestampCol (string value) |
Sets value for timestampCol More... | |
DetectMultivariateAnomaly | SetUrl (string value) |
Sets value for url More... | |
int [] | GetBackoffs () |
Gets backoffs value More... | |
string | GetConnectionString () |
Gets connectionString value More... | |
string | GetContainerName () |
Gets containerName value More... | |
string | GetEndTime () |
Gets endTime value More... | |
string | GetEndpoint () |
Gets endpoint value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
int | GetInitialPollingDelay () |
Gets initialPollingDelay value More... | |
string [] | GetInputCols () |
Gets inputCols value More... | |
string | GetIntermediateSaveDir () |
Gets intermediateSaveDir value More... | |
int | GetMaxPollingRetries () |
Gets maxPollingRetries value More... | |
string | GetModelId () |
Gets modelId value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
int | GetPollingDelay () |
Gets pollingDelay value More... | |
string | GetSasToken () |
Gets sasToken value More... | |
string | GetStartTime () |
Gets startTime value More... | |
string | GetStorageKey () |
Gets storageKey value More... | |
string | GetStorageName () |
Gets storageName value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
bool | GetSuppressMaxRetriesExceededException () |
Gets suppressMaxRetriesExceededException value More... | |
string | GetTimestampCol () |
Gets timestampCol value More... | |
string | GetUrl () |
Gets url value More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< DetectMultivariateAnomaly > | Read () |
Get the corresponding JavaMLReader instance. More... | |
DetectMultivariateAnomaly | SetLocation (string value) |
Sets value for location More... | |
Static Public Member Functions | |
static DetectMultivariateAnomaly | Load (string path) |
Loads the DetectMultivariateAnomaly that was previously saved using Save(string). More... | |
|
inline |
Creates a DetectMultivariateAnomaly without any parameters.
|
inline |
Creates a DetectMultivariateAnomaly with a UID that is used to give the DetectMultivariateAnomaly a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int [] Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetBackoffs | ( | ) |
Gets backoffs value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetConnectionString | ( | ) |
Gets connectionString value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetContainerName | ( | ) |
Gets containerName value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetEndpoint | ( | ) |
Gets endpoint value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetEndTime | ( | ) |
Gets endTime value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetErrorCol | ( | ) |
Gets errorCol value
int Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
string [] Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetInputCols | ( | ) |
Gets inputCols value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetIntermediateSaveDir | ( | ) |
Gets intermediateSaveDir value
int Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetModelId | ( | ) |
Gets modelId value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetOutputCol | ( | ) |
Gets outputCol value
int Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetPollingDelay | ( | ) |
Gets pollingDelay value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetSasToken | ( | ) |
Gets sasToken value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetStartTime | ( | ) |
Gets startTime value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetStorageKey | ( | ) |
Gets storageKey value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetStorageName | ( | ) |
Gets storageName value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetTimestampCol | ( | ) |
Gets timestampCol value
string Synapse.ML.Cognitive.DetectMultivariateAnomaly.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DetectMultivariateAnomaly that was previously saved using Save(string).
path | The path the previous DetectMultivariateAnomaly was saved to |
JavaMLReader<DetectMultivariateAnomaly> Synapse.ML.Cognitive.DetectMultivariateAnomaly.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.DetectMultivariateAnomaly.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetConnectionString | ( | string | value | ) |
Sets value for connectionString
value | Connection String for your storage account used for uploading files. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetContainerName | ( | string | value | ) |
Sets value for containerName
value | Container that will be used to upload files to. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | End Point for your storage account used for uploading files. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetEndTime | ( | string | value | ) |
Sets value for endTime
value | A required field, end time of data to be used for detection/generating multivariate anomaly detection model, should be date-time. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetInputCols | ( | string [] | value | ) |
Sets value for inputCols
value | The names of the input columns |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetIntermediateSaveDir | ( | string | value | ) |
Sets value for intermediateSaveDir
value | Directory name of which you want to save the intermediate data produced while training. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetModelId | ( | string | value | ) |
Sets value for modelId
value | Format - uuid. Model identifier. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetSasToken | ( | string | value | ) |
Sets value for sasToken
value | SAS Token for your storage account used for uploading files. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetStartTime | ( | string | value | ) |
Sets value for startTime
value | A required field, start time of data to be used for detection/generating multivariate anomaly detection model, should be date-time. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetStorageKey | ( | string | value | ) |
Sets value for storageKey
value | Storage Key for your storage account used for uploading files. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetStorageName | ( | string | value | ) |
Sets value for storageName
value | Storage Name for your storage account used for uploading files. |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
value | set true to suppress the maxumimum retries exception and report in the error column |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetTimestampCol | ( | string | value | ) |
Sets value for timestampCol
value | Timestamp column name |
DetectMultivariateAnomaly Synapse.ML.Cognitive.DetectMultivariateAnomaly.SetUrl | ( | string | value | ) |