FullBuildEnrichmentJobConfiguration¶
-
class
oci.generative_ai_data.models.FullBuildEnrichmentJobConfiguration(**kwargs)¶ Bases:
oci.generative_ai_data.models.enrichment_job_configuration.EnrichmentJobConfigurationA FullBuildEnrichmentJobConfiguration 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. As distinguished by enrichmentJobType [with specific characteristics defined by the second item under allOf].
Attributes
ENRICHMENT_JOB_TYPE_DELTA_REFRESHstr(object=’’) -> str ENRICHMENT_JOB_TYPE_FULL_BUILDstr(object=’’) -> str ENRICHMENT_JOB_TYPE_PARTIAL_BUILDstr(object=’’) -> str enrichment_job_type[Required] Gets the enrichment_job_type of this EnrichmentJobConfiguration. schema_name[Required] Gets the schema_name of this FullBuildEnrichmentJobConfiguration. Methods
__init__(**kwargs)Initializes a new FullBuildEnrichmentJobConfiguration 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 FullBuildEnrichmentJobConfiguration object with values from keyword arguments. The default value of the
enrichment_job_typeattribute of this class isFULL_BUILDand 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 FullBuildEnrichmentJobConfiguration. 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 FullBuildEnrichmentJobConfiguration.
-
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 FullBuildEnrichmentJobConfiguration. Name of the DB Schema to be enriched
Returns: The schema_name of this FullBuildEnrichmentJobConfiguration. Return type: str
-