EnrichmentJobConfiguration¶
-
class
oci.generative_ai_data.models.EnrichmentJobConfiguration(**kwargs)¶ Bases:
objectAn EnrichmentJobConfiguration describes the database objects that will be targeted by an EnrichmentJob, as described by the job’s type.
Attributes
ENRICHMENT_JOB_TYPE_DELTA_REFRESHA constant which can be used with the enrichment_job_type property of a EnrichmentJobConfiguration. ENRICHMENT_JOB_TYPE_FULL_BUILDA constant which can be used with the enrichment_job_type property of a EnrichmentJobConfiguration. ENRICHMENT_JOB_TYPE_PARTIAL_BUILDA constant which can be used with the enrichment_job_type property of a EnrichmentJobConfiguration. enrichment_job_type[Required] Gets the enrichment_job_type of this EnrichmentJobConfiguration. Methods
__init__(**kwargs)Initializes a new EnrichmentJobConfiguration 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'¶ A constant which can be used with the enrichment_job_type property of a EnrichmentJobConfiguration. 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 EnrichmentJobConfiguration. 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 EnrichmentJobConfiguration. This constant has a value of “PARTIAL_BUILD”
-
__init__(**kwargs)¶ Initializes a new EnrichmentJobConfiguration object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
DeltaRefreshEnrichmentJobConfigurationPartialBuildEnrichmentJobConfigurationFullBuildEnrichmentJobConfiguration
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 EnrichmentJobConfiguration. 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’.
-
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.
-