Show / Hide Table of Contents

Class EnableAiFeatureDetails

The data to enable Ai Feature for AiDataPlatform.

Inheritance
object
EnableAiFeatureDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidataplatformService.Models
Assembly: OCI.DotNetSDK.Aidataplatform.dll
Syntax
public class EnableAiFeatureDetails

Properties

VectorDbAdminCred

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

The Vector DB Lakehouse 26ai ADMIN user password.

VectorDbAdminSecretId

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

The OCID of the OCI Vault secret holding the vector db Lakehouse 26ai Admin user password.

VectorDbId

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

The OCID of the vector db Lakehouse 26ai.

In this article
Back to top