OpensearchPipelineValidationResponse

class oci.opensearch.models.OpensearchPipelineValidationResponse(**kwargs)

Bases: object

Details for validation of customer input pipeline configuration.

Methods

__init__(**kwargs) Initializes a new OpensearchPipelineValidationResponse object with values from keyword arguments.

Attributes

errors [Required] Gets the errors of this OpensearchPipelineValidationResponse.
is_valid [Required] Gets the is_valid of this OpensearchPipelineValidationResponse.
__init__(**kwargs)

Initializes a new OpensearchPipelineValidationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • errors (list[oci.opensearch.models.PipelineValidationErrorDetails]) – The value to assign to the errors property of this OpensearchPipelineValidationResponse.
  • is_valid (bool) – The value to assign to the is_valid property of this OpensearchPipelineValidationResponse.
errors

[Required] Gets the errors of this OpensearchPipelineValidationResponse. An array of errors in the pipeline configuration which is given for validation.

Returns:The errors of this OpensearchPipelineValidationResponse.
Return type:list[oci.opensearch.models.PipelineValidationErrorDetails]
is_valid

[Required] Gets the is_valid of this OpensearchPipelineValidationResponse. Boolean value which tells us if the pipeline configuration given by user is valid or not.

Returns:The is_valid of this OpensearchPipelineValidationResponse.
Return type:bool