Show / Hide Table of Contents

Class OciOpenSearchSourceLocation

The location of the OCI Search with OpenSearch that the agent will use.

Inheritance
object
SourceLocation
OciOpenSearchSourceLocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class OciOpenSearchSourceLocation : SourceLocation

Properties

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the OCI OpenSearch cluster.

IndexName

Declaration
[JsonProperty(PropertyName = "indexName")]
public string IndexName { get; set; }
Property Value
Type Description
string

The name of the index in OpenSearch that contains the source text.

Url

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

The URL of the retrieved document, if available.

In this article
Back to top