ValidatePatternResult¶
- 
class 
oci.data_catalog.models.ValidatePatternResult(**kwargs)¶ Bases:
objectDetails regarding the validation of a pattern resource.
Methods
__init__(**kwargs)Initializes a new ValidatePatternResult object with values from keyword arguments. Attributes
derived_logical_entitiesGets the derived_logical_entities of this ValidatePatternResult. expressionGets the expression of this ValidatePatternResult. file_path_prefixGets the file_path_prefix of this ValidatePatternResult. messageGets the message of this ValidatePatternResult. status[Required] Gets the status of this ValidatePatternResult. - 
__init__(**kwargs)¶ Initializes a new ValidatePatternResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message (str) – The value to assign to the message property of this ValidatePatternResult.
 - status (str) – The value to assign to the status property of this ValidatePatternResult.
 - expression (str) – The value to assign to the expression property of this ValidatePatternResult.
 - file_path_prefix (str) – The value to assign to the file_path_prefix property of this ValidatePatternResult.
 - derived_logical_entities (list[oci.data_catalog.models.DerivedLogicalEntities]) – The value to assign to the derived_logical_entities property of this ValidatePatternResult.
 
- 
derived_logical_entities¶ Gets the derived_logical_entities of this ValidatePatternResult. Collection of logical entities derived from the pattern, as applied to a list of file paths.
Returns: The derived_logical_entities of this ValidatePatternResult. Return type: list[oci.data_catalog.models.DerivedLogicalEntities] 
- 
expression¶ Gets the expression of this ValidatePatternResult. The expression used in the pattern validation.
Returns: The expression of this ValidatePatternResult. Return type: str 
- 
file_path_prefix¶ Gets the file_path_prefix of this ValidatePatternResult. The prefix used in the pattern validation.
Returns: The file_path_prefix of this ValidatePatternResult. Return type: str 
- 
message¶ Gets the message of this ValidatePatternResult. The message from the pattern validation.
Returns: The message of this ValidatePatternResult. Return type: str 
- 
status¶ [Required] Gets the status of this ValidatePatternResult. The status returned from the pattern validation.
Returns: The status of this ValidatePatternResult. Return type: str 
-