DataIngestionJobType¶
-
class
oci.generative_ai_agent.models.DataIngestionJobType(**kwargs)¶ Bases:
objectDataIngestionJob type.
Attributes
TYPE_CLEANUPA constant which can be used with the type property of a DataIngestionJobType. TYPE_INGESTIONA constant which can be used with the type property of a DataIngestionJobType. typeGets the type of this DataIngestionJobType. Methods
__init__(**kwargs)Initializes a new DataIngestionJobType object with values from keyword arguments. -
TYPE_CLEANUP= 'CLEANUP'¶ A constant which can be used with the type property of a DataIngestionJobType. This constant has a value of “CLEANUP”
-
TYPE_INGESTION= 'INGESTION'¶ A constant which can be used with the type property of a DataIngestionJobType. This constant has a value of “INGESTION”
-
__init__(**kwargs)¶ Initializes a new DataIngestionJobType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: type (str) – The value to assign to the type property of this DataIngestionJobType. Allowed values for this property are: “CLEANUP”, “INGESTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
type¶ Gets the type of this DataIngestionJobType. Type of ingestionJob.
Allowed values for this property are: “CLEANUP”, “INGESTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this DataIngestionJobType. Return type: str
-