Show / Hide Table of Contents

Class PromptInjectionProtectionResult

The result of prompt injection protection.

Inheritance
object
PromptInjectionProtectionResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top