DecisionOutputPort

class oci.data_integration.models.DecisionOutputPort(**kwargs)

Bases: oci.data_integration.models.typed_object.TypedObject

The conditional output port details, used in operators such as decision operator.

Attributes

DECISION_OUTPUT_PORT_TYPE_EVAL_ERROR A constant which can be used with the decision_output_port_type property of a DecisionOutputPort.
DECISION_OUTPUT_PORT_TYPE_EVAL_FALSE A constant which can be used with the decision_output_port_type property of a DecisionOutputPort.
DECISION_OUTPUT_PORT_TYPE_EVAL_TRUE A constant which can be used with the decision_output_port_type property of a DecisionOutputPort.
MODEL_TYPE_CONDITIONAL_OUTPUT_PORT str(object=’’) -> str
MODEL_TYPE_DECISION_OUTPUT_PORT str(object=’’) -> str
MODEL_TYPE_DERIVED_FIELD str(object=’’) -> str
MODEL_TYPE_DYNAMIC_INPUT_FIELD str(object=’’) -> str
MODEL_TYPE_DYNAMIC_PROXY_FIELD str(object=’’) -> str
MODEL_TYPE_INPUT_FIELD str(object=’’) -> str
MODEL_TYPE_INPUT_PORT str(object=’’) -> str
MODEL_TYPE_INPUT_PROXY_FIELD str(object=’’) -> str
MODEL_TYPE_MACRO_FIELD str(object=’’) -> str
MODEL_TYPE_MACRO_PIVOT_FIELD str(object=’’) -> str
MODEL_TYPE_MATERIALIZED_DYNAMIC_FIELD str(object=’’) -> str
MODEL_TYPE_OUTPUT_FIELD str(object=’’) -> str
MODEL_TYPE_OUTPUT_PORT str(object=’’) -> str
MODEL_TYPE_PARAMETER str(object=’’) -> str
MODEL_TYPE_PIVOT_FIELD str(object=’’) -> str
MODEL_TYPE_PROXY_FIELD str(object=’’) -> str
MODEL_TYPE_SHAPE str(object=’’) -> str
MODEL_TYPE_SHAPE_FIELD str(object=’’) -> str
PORT_TYPE_CONTROL A constant which can be used with the port_type property of a DecisionOutputPort.
PORT_TYPE_DATA A constant which can be used with the port_type property of a DecisionOutputPort.
PORT_TYPE_MODEL A constant which can be used with the port_type property of a DecisionOutputPort.
config_values Gets the config_values of this TypedObject.
decision_output_port_type [Required] Gets the decision_output_port_type of this DecisionOutputPort.
description Gets the description of this TypedObject.
fields Gets the fields of this DecisionOutputPort.
key Gets the key of this TypedObject.
model_type [Required] Gets the model_type of this TypedObject.
model_version Gets the model_version of this TypedObject.
name Gets the name of this TypedObject.
object_status Gets the object_status of this TypedObject.
parent_ref Gets the parent_ref of this TypedObject.
port_type [Required] Gets the port_type of this DecisionOutputPort.

Methods

__init__(**kwargs) Initializes a new DecisionOutputPort 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.
DECISION_OUTPUT_PORT_TYPE_EVAL_ERROR = 'EVAL_ERROR'

A constant which can be used with the decision_output_port_type property of a DecisionOutputPort. This constant has a value of “EVAL_ERROR”

DECISION_OUTPUT_PORT_TYPE_EVAL_FALSE = 'EVAL_FALSE'

A constant which can be used with the decision_output_port_type property of a DecisionOutputPort. This constant has a value of “EVAL_FALSE”

DECISION_OUTPUT_PORT_TYPE_EVAL_TRUE = 'EVAL_TRUE'

A constant which can be used with the decision_output_port_type property of a DecisionOutputPort. This constant has a value of “EVAL_TRUE”

MODEL_TYPE_CONDITIONAL_OUTPUT_PORT = 'CONDITIONAL_OUTPUT_PORT'
MODEL_TYPE_DECISION_OUTPUT_PORT = 'DECISION_OUTPUT_PORT'
MODEL_TYPE_DERIVED_FIELD = 'DERIVED_FIELD'
MODEL_TYPE_DYNAMIC_INPUT_FIELD = 'DYNAMIC_INPUT_FIELD'
MODEL_TYPE_DYNAMIC_PROXY_FIELD = 'DYNAMIC_PROXY_FIELD'
MODEL_TYPE_INPUT_FIELD = 'INPUT_FIELD'
MODEL_TYPE_INPUT_PORT = 'INPUT_PORT'
MODEL_TYPE_INPUT_PROXY_FIELD = 'INPUT_PROXY_FIELD'
MODEL_TYPE_MACRO_FIELD = 'MACRO_FIELD'
MODEL_TYPE_MACRO_PIVOT_FIELD = 'MACRO_PIVOT_FIELD'
MODEL_TYPE_MATERIALIZED_DYNAMIC_FIELD = 'MATERIALIZED_DYNAMIC_FIELD'
MODEL_TYPE_OUTPUT_FIELD = 'OUTPUT_FIELD'
MODEL_TYPE_OUTPUT_PORT = 'OUTPUT_PORT'
MODEL_TYPE_PARAMETER = 'PARAMETER'
MODEL_TYPE_PIVOT_FIELD = 'PIVOT_FIELD'
MODEL_TYPE_PROXY_FIELD = 'PROXY_FIELD'
MODEL_TYPE_SHAPE = 'SHAPE'
MODEL_TYPE_SHAPE_FIELD = 'SHAPE_FIELD'
PORT_TYPE_CONTROL = 'CONTROL'

A constant which can be used with the port_type property of a DecisionOutputPort. This constant has a value of “CONTROL”

PORT_TYPE_DATA = 'DATA'

A constant which can be used with the port_type property of a DecisionOutputPort. This constant has a value of “DATA”

PORT_TYPE_MODEL = 'MODEL'

A constant which can be used with the port_type property of a DecisionOutputPort. This constant has a value of “MODEL”

__init__(**kwargs)

Initializes a new DecisionOutputPort object with values from keyword arguments. The default value of the model_type attribute of this class is DECISION_OUTPUT_PORT and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • model_type (str) – The value to assign to the model_type property of this DecisionOutputPort. Allowed values for this property are: “SHAPE”, “INPUT_PORT”, “SHAPE_FIELD”, “INPUT_FIELD”, “DERIVED_FIELD”, “MACRO_FIELD”, “OUTPUT_FIELD”, “DYNAMIC_PROXY_FIELD”, “OUTPUT_PORT”, “DYNAMIC_INPUT_FIELD”, “PROXY_FIELD”, “PARAMETER”, “PIVOT_FIELD”, “MACRO_PIVOT_FIELD”, “CONDITIONAL_OUTPUT_PORT”, “INPUT_PROXY_FIELD”, “MATERIALIZED_DYNAMIC_FIELD”, “DECISION_OUTPUT_PORT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • key (str) – The value to assign to the key property of this DecisionOutputPort.
  • model_version (str) – The value to assign to the model_version property of this DecisionOutputPort.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this DecisionOutputPort.
  • config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this DecisionOutputPort.
  • object_status (int) – The value to assign to the object_status property of this DecisionOutputPort.
  • name (str) – The value to assign to the name property of this DecisionOutputPort.
  • description (str) – The value to assign to the description property of this DecisionOutputPort.
  • port_type (str) – The value to assign to the port_type property of this DecisionOutputPort. Allowed values for this property are: “DATA”, “CONTROL”, “MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • fields (list[oci.data_integration.models.TypedObject]) – The value to assign to the fields property of this DecisionOutputPort.
  • decision_output_port_type (str) – The value to assign to the decision_output_port_type property of this DecisionOutputPort. Allowed values for this property are: “EVAL_ERROR”, “EVAL_TRUE”, “EVAL_FALSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
config_values

Gets the config_values of this TypedObject.

Returns:The config_values of this TypedObject.
Return type:oci.data_integration.models.ConfigValues
decision_output_port_type

[Required] Gets the decision_output_port_type of this DecisionOutputPort. The port based on what decision expression evaluates to.

Allowed values for this property are: “EVAL_ERROR”, “EVAL_TRUE”, “EVAL_FALSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The decision_output_port_type of this DecisionOutputPort.
Return type:str
description

Gets the description of this TypedObject. Detailed description for the object.

Returns:The description of this TypedObject.
Return type:str
fields

Gets the fields of this DecisionOutputPort. An array of fields.

Returns:The fields of this DecisionOutputPort.
Return type:list[oci.data_integration.models.TypedObject]
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.

key

Gets the key of this TypedObject. The key of the object.

Returns:The key of this TypedObject.
Return type:str
model_type

[Required] Gets the model_type of this TypedObject. The type of the types object.

Allowed values for this property are: “SHAPE”, “INPUT_PORT”, “SHAPE_FIELD”, “INPUT_FIELD”, “DERIVED_FIELD”, “MACRO_FIELD”, “OUTPUT_FIELD”, “DYNAMIC_PROXY_FIELD”, “OUTPUT_PORT”, “DYNAMIC_INPUT_FIELD”, “PROXY_FIELD”, “PARAMETER”, “PIVOT_FIELD”, “MACRO_PIVOT_FIELD”, “CONDITIONAL_OUTPUT_PORT”, “INPUT_PROXY_FIELD”, “MATERIALIZED_DYNAMIC_FIELD”, “DECISION_OUTPUT_PORT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The model_type of this TypedObject.
Return type:str
model_version

Gets the model_version of this TypedObject. The model version of an object.

Returns:The model_version of this TypedObject.
Return type:str
name

Gets the name of this TypedObject. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this TypedObject.
Return type:str
object_status

Gets the object_status of this TypedObject. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this TypedObject.
Return type:int
parent_ref

Gets the parent_ref of this TypedObject.

Returns:The parent_ref of this TypedObject.
Return type:oci.data_integration.models.ParentReference
port_type

[Required] Gets the port_type of this DecisionOutputPort. The port details for the data asset.Type.

Allowed values for this property are: “DATA”, “CONTROL”, “MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The port_type of this DecisionOutputPort.
Return type:str