Show / Hide Table of Contents

Class GuardrailVersionConfig

The version of the guardrail to use. If not specified, the default version will be used.

Inheritance
object
GuardrailVersionConfig
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 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

In this article
Back to top