public static class DetectAnomalyJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectAnomalyJob.Builder |
areAllEstimatesRequired(Boolean areAllEstimatesRequired)
Flag to enable the service to return estimates for all data points rather than just the
anomalous data points
|
DetectAnomalyJob |
build() |
DetectAnomalyJob.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that starts the job.
|
DetectAnomalyJob.Builder |
copy(DetectAnomalyJob model) |
DetectAnomalyJob.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DetectAnomalyJob.Builder |
description(String description)
Detect anomaly job description.
|
DetectAnomalyJob.Builder |
displayName(String displayName)
Detect anomaly job display name.
|
DetectAnomalyJob.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DetectAnomalyJob.Builder |
id(String id)
Id of the job.
|
DetectAnomalyJob.Builder |
inputDetails(InputJobDetails inputDetails) |
DetectAnomalyJob.Builder |
lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
The current state of the batch document job.
|
DetectAnomalyJob.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
The current state details of the batch document job.
|
DetectAnomalyJob.Builder |
modelId(String modelId)
The OCID of the trained model.
|
DetectAnomalyJob.Builder |
outputDetails(OutputJobDetails outputDetails) |
DetectAnomalyJob.Builder |
projectId(String projectId)
The OCID of the project.
|
DetectAnomalyJob.Builder |
sensitivity(Float sensitivity)
The value that customer can adjust to control the sensitivity of anomaly detection
|
DetectAnomalyJob.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
DetectAnomalyJob.Builder |
timeAccepted(Date timeAccepted)
Job accepted time
|
DetectAnomalyJob.Builder |
timeFinished(Date timeFinished)
Job finished time
|
DetectAnomalyJob.Builder |
timeStarted(Date timeStarted)
Job started time
|
public DetectAnomalyJob.Builder id(String id)
Id of the job.
id
- the value to setpublic DetectAnomalyJob.Builder compartmentId(String compartmentId)
The OCID of the compartment that starts the job.
compartmentId
- the value to setpublic DetectAnomalyJob.Builder displayName(String displayName)
Detect anomaly job display name.
displayName
- the value to setpublic DetectAnomalyJob.Builder description(String description)
Detect anomaly job description.
description
- the value to setpublic DetectAnomalyJob.Builder modelId(String modelId)
The OCID of the trained model.
modelId
- the value to setpublic DetectAnomalyJob.Builder projectId(String projectId)
The OCID of the project.
projectId
- the value to setpublic DetectAnomalyJob.Builder sensitivity(Float sensitivity)
The value that customer can adjust to control the sensitivity of anomaly detection
sensitivity
- the value to setpublic DetectAnomalyJob.Builder areAllEstimatesRequired(Boolean areAllEstimatesRequired)
Flag to enable the service to return estimates for all data points rather than just the anomalous data points
areAllEstimatesRequired
- the value to setpublic DetectAnomalyJob.Builder inputDetails(InputJobDetails inputDetails)
public DetectAnomalyJob.Builder outputDetails(OutputJobDetails outputDetails)
public DetectAnomalyJob.Builder timeAccepted(Date timeAccepted)
Job accepted time
timeAccepted
- the value to setpublic DetectAnomalyJob.Builder timeStarted(Date timeStarted)
Job started time
timeStarted
- the value to setpublic DetectAnomalyJob.Builder timeFinished(Date timeFinished)
Job finished time
timeFinished
- the value to setpublic DetectAnomalyJob.Builder lifecycleState(DetectAnomalyJob.LifecycleState lifecycleState)
The current state of the batch document job.
lifecycleState
- the value to setpublic DetectAnomalyJob.Builder lifecycleStateDetails(String lifecycleStateDetails)
The current state details of the batch document job.
lifecycleStateDetails
- the value to setpublic DetectAnomalyJob.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DetectAnomalyJob.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DetectAnomalyJob.Builder systemTags(Map<String,Object> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } }
systemTags
- the value to setpublic DetectAnomalyJob build()
public DetectAnomalyJob.Builder copy(DetectAnomalyJob model)
Copyright © 2016–2024. All rights reserved.