DeltaRefreshEnrichmentJobConfiguration

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

Bases: oci.generative_ai_data.models.enrichment_job_configuration.EnrichmentJobConfiguration

A DeltaRefreshEnrichmentJobConfiguration is an EnrichmentJobConfiguration [indicated by the first item under allOf, which is a reference to EnrichmentJobConfiguration] that describes the database schema that will be the scope of the enrichment job and the schedule on which the job will run. As distinguished by enrichmentJobType [with specific characteristics defined by the second item under allOf].

Attributes

ENRICHMENT_JOB_TYPE_DELTA_REFRESH str(object=’’) -> str
ENRICHMENT_JOB_TYPE_FULL_BUILD str(object=’’) -> str
ENRICHMENT_JOB_TYPE_PARTIAL_BUILD str(object=’’) -> str
delta_refresh_schedule [Required] Gets the delta_refresh_schedule of this DeltaRefreshEnrichmentJobConfiguration.
enrichment_job_type [Required] Gets the enrichment_job_type of this EnrichmentJobConfiguration.
schema_name [Required] Gets the schema_name of this DeltaRefreshEnrichmentJobConfiguration.

Methods

__init__(**kwargs) Initializes a new DeltaRefreshEnrichmentJobConfiguration object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ENRICHMENT_JOB_TYPE_DELTA_REFRESH = 'DELTA_REFRESH'
ENRICHMENT_JOB_TYPE_FULL_BUILD = 'FULL_BUILD'
ENRICHMENT_JOB_TYPE_PARTIAL_BUILD = 'PARTIAL_BUILD'
__init__(**kwargs)

Initializes a new DeltaRefreshEnrichmentJobConfiguration object with values from keyword arguments. The default value of the enrichment_job_type attribute of this class is DELTA_REFRESH and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • enrichment_job_type (str) – The value to assign to the enrichment_job_type property of this DeltaRefreshEnrichmentJobConfiguration. Allowed values for this property are: “FULL_BUILD”, “PARTIAL_BUILD”, “DELTA_REFRESH”
  • schema_name (str) – The value to assign to the schema_name property of this DeltaRefreshEnrichmentJobConfiguration.
  • delta_refresh_schedule (object) – The value to assign to the delta_refresh_schedule property of this DeltaRefreshEnrichmentJobConfiguration.
delta_refresh_schedule

[Required] Gets the delta_refresh_schedule of this DeltaRefreshEnrichmentJobConfiguration. Schedule for occurrences of Delta Refresh jobs

Returns:The delta_refresh_schedule of this DeltaRefreshEnrichmentJobConfiguration.
Return type:object
enrichment_job_type

[Required] Gets the enrichment_job_type of this EnrichmentJobConfiguration. Enrichment job type

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 EnrichmentJobConfiguration.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

schema_name

[Required] Gets the schema_name of this DeltaRefreshEnrichmentJobConfiguration. Name of the DB Schema to be enriched

Returns:The schema_name of this DeltaRefreshEnrichmentJobConfiguration.
Return type:str