Show / Hide Table of Contents

Class GuardrailsImageUrl

Provide a base64 encoded image or an image uri if it's supported.

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

Properties

Url

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

The base64 encoded image data or an image URI, if supported.

Remarks

Required

In this article
Back to top