UserDefinedFunctionValidationSummary¶
-
class
oci.data_integration.models.
UserDefinedFunctionValidationSummary
(**kwargs)¶ Bases:
object
The information about a UserDefinedFunction validation.
Methods
__init__
(**kwargs)Initializes a new UserDefinedFunctionValidationSummary object with values from keyword arguments. Attributes
description
Gets the description of this UserDefinedFunctionValidationSummary. error_message_count
Gets the error_message_count of this UserDefinedFunctionValidationSummary. identifier
Gets the identifier of this UserDefinedFunctionValidationSummary. info_message_count
Gets the info_message_count of this UserDefinedFunctionValidationSummary. key
Gets the key of this UserDefinedFunctionValidationSummary. metadata
Gets the metadata of this UserDefinedFunctionValidationSummary. model_type
Gets the model_type of this UserDefinedFunctionValidationSummary. model_version
Gets the model_version of this UserDefinedFunctionValidationSummary. name
Gets the name of this UserDefinedFunctionValidationSummary. object_status
Gets the object_status of this UserDefinedFunctionValidationSummary. object_version
Gets the object_version of this UserDefinedFunctionValidationSummary. parent_ref
Gets the parent_ref of this UserDefinedFunctionValidationSummary. total_message_count
Gets the total_message_count of this UserDefinedFunctionValidationSummary. validation_messages
Gets the validation_messages of this UserDefinedFunctionValidationSummary. warn_message_count
Gets the warn_message_count of this UserDefinedFunctionValidationSummary. -
__init__
(**kwargs)¶ Initializes a new UserDefinedFunctionValidationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_message_count (int) – The value to assign to the total_message_count property of this UserDefinedFunctionValidationSummary.
- error_message_count (int) – The value to assign to the error_message_count property of this UserDefinedFunctionValidationSummary.
- warn_message_count (int) – The value to assign to the warn_message_count property of this UserDefinedFunctionValidationSummary.
- info_message_count (int) – The value to assign to the info_message_count property of this UserDefinedFunctionValidationSummary.
- validation_messages (dict(str, list[ValidationMessage])) – The value to assign to the validation_messages property of this UserDefinedFunctionValidationSummary.
- key (str) – The value to assign to the key property of this UserDefinedFunctionValidationSummary.
- model_type (str) – The value to assign to the model_type property of this UserDefinedFunctionValidationSummary.
- model_version (str) – The value to assign to the model_version property of this UserDefinedFunctionValidationSummary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UserDefinedFunctionValidationSummary.
- name (str) – The value to assign to the name property of this UserDefinedFunctionValidationSummary.
- description (str) – The value to assign to the description property of this UserDefinedFunctionValidationSummary.
- object_version (int) – The value to assign to the object_version property of this UserDefinedFunctionValidationSummary.
- object_status (int) – The value to assign to the object_status property of this UserDefinedFunctionValidationSummary.
- identifier (str) – The value to assign to the identifier property of this UserDefinedFunctionValidationSummary.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this UserDefinedFunctionValidationSummary.
-
description
¶ Gets the description of this UserDefinedFunctionValidationSummary. Detailed description for the object.
Returns: The description of this UserDefinedFunctionValidationSummary. Return type: str
-
error_message_count
¶ Gets the error_message_count of this UserDefinedFunctionValidationSummary. The total number of validation error messages.
Returns: The error_message_count of this UserDefinedFunctionValidationSummary. Return type: int
-
identifier
¶ Gets the identifier of this UserDefinedFunctionValidationSummary. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this UserDefinedFunctionValidationSummary. Return type: str
-
info_message_count
¶ Gets the info_message_count of this UserDefinedFunctionValidationSummary. The total number of validation information messages.
Returns: The info_message_count of this UserDefinedFunctionValidationSummary. Return type: int
-
key
¶ Gets the key of this UserDefinedFunctionValidationSummary. Objects will use a 36 character key as unique ID. It is system generated and cannot be modified.
Returns: The key of this UserDefinedFunctionValidationSummary. Return type: str
-
metadata
¶ Gets the metadata of this UserDefinedFunctionValidationSummary.
Returns: The metadata of this UserDefinedFunctionValidationSummary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this UserDefinedFunctionValidationSummary. The type of the object.
Returns: The model_type of this UserDefinedFunctionValidationSummary. Return type: str
-
model_version
¶ Gets the model_version of this UserDefinedFunctionValidationSummary. The model version of the object.
Returns: The model_version of this UserDefinedFunctionValidationSummary. Return type: str
-
name
¶ Gets the name of this UserDefinedFunctionValidationSummary. 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 UserDefinedFunctionValidationSummary. Return type: str
-
object_status
¶ Gets the object_status of this UserDefinedFunctionValidationSummary. 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 UserDefinedFunctionValidationSummary. Return type: int
-
object_version
¶ Gets the object_version of this UserDefinedFunctionValidationSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this UserDefinedFunctionValidationSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this UserDefinedFunctionValidationSummary.
Returns: The parent_ref of this UserDefinedFunctionValidationSummary. Return type: oci.data_integration.models.ParentReference
-
total_message_count
¶ Gets the total_message_count of this UserDefinedFunctionValidationSummary. The total number of validation messages.
Returns: The total_message_count of this UserDefinedFunctionValidationSummary. Return type: int
-
validation_messages
¶ Gets the validation_messages of this UserDefinedFunctionValidationSummary. The detailed information of the UserDefinedFunction object validation.
Returns: The validation_messages of this UserDefinedFunctionValidationSummary. Return type: dict(str, list[ValidationMessage])
-
warn_message_count
¶ Gets the warn_message_count of this UserDefinedFunctionValidationSummary. The total number of validation warning messages.
Returns: The warn_message_count of this UserDefinedFunctionValidationSummary. Return type: int
-