Class PromptInjectionProtectionResult
The result of prompt injection protection.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class PromptInjectionProtectionResult
Properties
Score
Declaration
[Required(ErrorMessage = "Score is required.")]
[JsonProperty(PropertyName = "score")]
public double Score { get; set; }
Property Value
Type | Description |
---|---|
double | The score indicating the likelihood of a prompt injection attack. |
Remarks
Required