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:
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