Class EnableAiFeatureDetails
The data to enable Ai Feature for AiDataPlatform.
Inherited Members
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. |