EnrichmentJobSummary

class oci.generative_ai_data.models.EnrichmentJobSummary(**kwargs)

Bases: object

Object representing EnrichmentJobSummary resource.

Attributes

ENRICHMENT_JOB_TYPE_DELTA_REFRESH A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary.
ENRICHMENT_JOB_TYPE_FULL_BUILD A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary.
ENRICHMENT_JOB_TYPE_PARTIAL_BUILD A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary.
LIFECYCLE_STATE_ACCEPTED A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
LIFECYCLE_STATE_CANCELING A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary.
defined_tags Gets the defined_tags of this EnrichmentJobSummary.
display_name Gets the display_name of this EnrichmentJobSummary.
enrichment_job_type [Required] Gets the enrichment_job_type of this EnrichmentJobSummary.
freeform_tags Gets the freeform_tags of this EnrichmentJobSummary.
id [Required] Gets the id of this EnrichmentJobSummary.
lifecycle_state [Required] Gets the lifecycle_state of this EnrichmentJobSummary.
semantic_store_id [Required] Gets the semantic_store_id of this EnrichmentJobSummary.
system_tags Gets the system_tags of this EnrichmentJobSummary.
time_accepted [Required] Gets the time_accepted of this EnrichmentJobSummary.

Methods

__init__(**kwargs) Initializes a new EnrichmentJobSummary object with values from keyword arguments.
ENRICHMENT_JOB_TYPE_DELTA_REFRESH = 'DELTA_REFRESH'

A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary. This constant has a value of “DELTA_REFRESH”

ENRICHMENT_JOB_TYPE_FULL_BUILD = 'FULL_BUILD'

A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary. This constant has a value of “FULL_BUILD”

ENRICHMENT_JOB_TYPE_PARTIAL_BUILD = 'PARTIAL_BUILD'

A constant which can be used with the enrichment_job_type property of a EnrichmentJobSummary. This constant has a value of “PARTIAL_BUILD”

LIFECYCLE_STATE_ACCEPTED = 'ACCEPTED'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “ACCEPTED”

LIFECYCLE_STATE_CANCELED = 'CANCELED'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “CANCELED”

LIFECYCLE_STATE_CANCELING = 'CANCELING'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “CANCELING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “IN_PROGRESS”

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the lifecycle_state property of a EnrichmentJobSummary. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

Initializes a new EnrichmentJobSummary 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 EnrichmentJobSummary.
  • semantic_store_id (str) – The value to assign to the semantic_store_id property of this EnrichmentJobSummary.
  • display_name (str) – The value to assign to the display_name property of this EnrichmentJobSummary.
  • enrichment_job_type (str) – The value to assign to the enrichment_job_type property of this EnrichmentJobSummary. Allowed values for this property are: “FULL_BUILD”, “PARTIAL_BUILD”, “DELTA_REFRESH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_accepted (datetime) – The value to assign to the time_accepted property of this EnrichmentJobSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this EnrichmentJobSummary. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EnrichmentJobSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EnrichmentJobSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this EnrichmentJobSummary.
defined_tags

Gets the defined_tags of this EnrichmentJobSummary. 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 EnrichmentJobSummary.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this EnrichmentJobSummary. A user-friendly display name. It does not have to be unique and can be modified. Avoid entering confidential information.

Returns:The display_name of this EnrichmentJobSummary.
Return type:str
enrichment_job_type

[Required] Gets the enrichment_job_type of this EnrichmentJobSummary. Enrichment job type. Currently supported Full Build (All supported objects in a given schema) and Partial Build (Selected tables and/or supported objects in a given schema).

Allowed values for this property are: “FULL_BUILD”, “PARTIAL_BUILD”, “DELTA_REFRESH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The enrichment_job_type of this EnrichmentJobSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this EnrichmentJobSummary. 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 EnrichmentJobSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this EnrichmentJobSummary. Unique identifier that is immutable on creation.

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

[Required] Gets the lifecycle_state of this EnrichmentJobSummary. The lifecycleState of GenerateSqlJob.

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this EnrichmentJobSummary.
Return type:str
semantic_store_id

[Required] Gets the semantic_store_id of this EnrichmentJobSummary. Owning SemanticStore OCID for a GenerateSqlJob.

Returns:The semantic_store_id of this EnrichmentJobSummary.
Return type:str
system_tags

Gets the system_tags of this EnrichmentJobSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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

[Required] Gets the time_accepted of this EnrichmentJobSummary. The date and time that the enrichment job was accepted in the format of an RFC3339 datetime string.

Returns:The time_accepted of this EnrichmentJobSummary.
Return type:datetime