Show / Hide Table of Contents

Class GuardrailsImageInput

Represents a array of image in the guardrails input.

Inheritance
object
GuardrailsInput
GuardrailsImageInput
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 GuardrailsImageInput : GuardrailsInput

Properties

ImageUrl

Declaration
[JsonProperty(PropertyName = "imageUrl")]
public GuardrailsImageUrl ImageUrl { get; set; }
Property Value
Type Description
GuardrailsImageUrl
In this article
Back to top