Show / Hide Table of Contents

Class GuardrailVersionResponse

The guardaril version applied on the given content.

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

Properties

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

The guardrail system 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