Show / Hide Table of Contents

Class CustomSemanticStoreModelSelection

Uses a customer-selected generative AI model for SemanticStore enrichment.

Inheritance
object
SemanticStoreModelSelection
CustomSemanticStoreModelSelection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class CustomSemanticStoreModelSelection : SemanticStoreModelSelection

Properties

ModelId

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

The generative AI modelId to use for SemanticStore enrichment. You can use the ListModels API to list the available models. https://docs.oracle.com/en-us/iaas/api/#/en/generative-ai/20231130/ModelCollection/ListModels

Remarks

Required

In this article
Back to top