Class GuardrailVersionConfig
The version of the guardrail to use. If not specified, the default version will be used.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class GuardrailVersionConfig
Properties
GuardrailVersion
Declaration
[Required(ErrorMessage = "GuardrailVersion is required.")]
[JsonProperty(PropertyName = "guardrailVersion")]
public string GuardrailVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The version string, e.g., "1.0.0". When a PATCH version is not specified, the latest available PATCH within the specified MAJOR and MINOR version will be used. |
Remarks
Required