DetectAnomalyJobSummary

class oci.ai_anomaly_detection.models.DetectAnomalyJobSummary(**kwargs)

Bases: object

Anomaly Job summary contains minimal information for asynchronous inference of anomalies returned in list response.

Methods

__init__(**kwargs) Initializes a new DetectAnomalyJobSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this DetectAnomalyJobSummary.
defined_tags Gets the defined_tags of this DetectAnomalyJobSummary.
description Gets the description of this DetectAnomalyJobSummary.
display_name Gets the display_name of this DetectAnomalyJobSummary.
freeform_tags Gets the freeform_tags of this DetectAnomalyJobSummary.
id [Required] Gets the id of this DetectAnomalyJobSummary.
lifecycle_state [Required] Gets the lifecycle_state of this DetectAnomalyJobSummary.
lifecycle_state_details Gets the lifecycle_state_details of this DetectAnomalyJobSummary.
model_id [Required] Gets the model_id of this DetectAnomalyJobSummary.
project_id Gets the project_id of this DetectAnomalyJobSummary.
system_tags Gets the system_tags of this DetectAnomalyJobSummary.
time_accepted [Required] Gets the time_accepted of this DetectAnomalyJobSummary.
time_finished Gets the time_finished of this DetectAnomalyJobSummary.
time_started Gets the time_started of this DetectAnomalyJobSummary.
__init__(**kwargs)

Initializes a new DetectAnomalyJobSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this DetectAnomalyJobSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this DetectAnomalyJobSummary.
  • display_name (str) – The value to assign to the display_name property of this DetectAnomalyJobSummary.
  • description (str) – The value to assign to the description property of this DetectAnomalyJobSummary.
  • model_id (str) – The value to assign to the model_id property of this DetectAnomalyJobSummary.
  • project_id (str) – The value to assign to the project_id property of this DetectAnomalyJobSummary.
  • time_accepted (datetime) – The value to assign to the time_accepted property of this DetectAnomalyJobSummary.
  • time_started (datetime) – The value to assign to the time_started property of this DetectAnomalyJobSummary.
  • time_finished (datetime) – The value to assign to the time_finished property of this DetectAnomalyJobSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DetectAnomalyJobSummary.
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this DetectAnomalyJobSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DetectAnomalyJobSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DetectAnomalyJobSummary.
  • system_tags (dict(str, object)) – The value to assign to the system_tags property of this DetectAnomalyJobSummary.
compartment_id

[Required] Gets the compartment_id of this DetectAnomalyJobSummary. The OCID of the compartment that starts the job.

Returns:The compartment_id of this DetectAnomalyJobSummary.
Return type:str
defined_tags

Gets the defined_tags of this DetectAnomalyJobSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this DetectAnomalyJobSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this DetectAnomalyJobSummary. Detect anomaly job description.

Returns:The description of this DetectAnomalyJobSummary.
Return type:str
display_name

Gets the display_name of this DetectAnomalyJobSummary. Detect anomaly job display name.

Returns:The display_name of this DetectAnomalyJobSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this DetectAnomalyJobSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this DetectAnomalyJobSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this DetectAnomalyJobSummary. Id of the job.

Returns:The id of this DetectAnomalyJobSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this DetectAnomalyJobSummary. The current state of the batch document job.

Returns:The lifecycle_state of this DetectAnomalyJobSummary.
Return type:str
lifecycle_state_details

Gets the lifecycle_state_details of this DetectAnomalyJobSummary. The current state details of the batch document job.

Returns:The lifecycle_state_details of this DetectAnomalyJobSummary.
Return type:str
model_id

[Required] Gets the model_id of this DetectAnomalyJobSummary. The OCID of the trained model.

Returns:The model_id of this DetectAnomalyJobSummary.
Return type:str
project_id

Gets the project_id of this DetectAnomalyJobSummary. The OCID of the project.

Returns:The project_id of this DetectAnomalyJobSummary.
Return type:str
system_tags

Gets the system_tags of this DetectAnomalyJobSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }

Returns:The system_tags of this DetectAnomalyJobSummary.
Return type:dict(str, object)
time_accepted

[Required] Gets the time_accepted of this DetectAnomalyJobSummary. Job accepted time

Returns:The time_accepted of this DetectAnomalyJobSummary.
Return type:datetime
time_finished

Gets the time_finished of this DetectAnomalyJobSummary. Job finished time

Returns:The time_finished of this DetectAnomalyJobSummary.
Return type:datetime
time_started

Gets the time_started of this DetectAnomalyJobSummary. Job started time

Returns:The time_started of this DetectAnomalyJobSummary.
Return type:datetime