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. model_type
Gets the model_type of this EnrichedEntity. parent_ref
Gets the parent_ref 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.
- model_type (str) – The value to assign to the model_type property of this EnrichedEntity.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref 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
-
model_type
¶ Gets the model_type of this EnrichedEntity. The model type for the entity which is referenced.
Returns: The model_type of this EnrichedEntity. Return type: str
-
parent_ref
¶ Gets the parent_ref of this EnrichedEntity.
Returns: The parent_ref of this EnrichedEntity. Return type: oci.data_integration.models.ParentReference
-