EnrichedEntity¶
-
class
oci.data_integration.models.
EnrichedEntity
(**kwargs)¶ Bases:
object
This is used to specify runtime parameters for data entities such as files that need both the data entity and the format.
Methods
__init__
(**kwargs)Initializes a new EnrichedEntity object with values from keyword arguments. Attributes
data_format
Gets the data_format of this EnrichedEntity. entity
Gets the entity of this EnrichedEntity. -
__init__
(**kwargs)¶ Initializes a new EnrichedEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - entity (oci.data_integration.models.DataEntity) – The value to assign to the entity property of this EnrichedEntity.
- data_format (oci.data_integration.models.DataFormat) – The value to assign to the data_format property of this EnrichedEntity.
-
data_format
¶ Gets the data_format of this EnrichedEntity.
Returns: The data_format of this EnrichedEntity. Return type: oci.data_integration.models.DataFormat
-
entity
¶ Gets the entity of this EnrichedEntity.
Returns: The entity of this EnrichedEntity. Return type: oci.data_integration.models.DataEntity
-