Class OwnershipFeedbackRequestAttributes

The attributes of an ownership feedback request.

Hierarchy

  • OwnershipFeedbackRequestAttributes

Constructors

Properties

The feedback action to apply to an inference.

actorHandle: string

The handle of the actor submitting the feedback.

actorType: string

The type of actor submitting the feedback, for example user or service.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
correctedOwnerHandle?: string

The corrected owner handle. Required when action is correct.

correctedOwnerType?: string

The corrected owner type. Required when action is correct.

inferenceChecksum: string

The checksum of the inference being acted upon. Must match the current inference checksum or the request returns a conflict.

reason?: string

An optional free-form reason explaining the feedback.

Generated using TypeDoc