@pulumi/oci 3.1.0-alpha.1751948424 → 3.2.0-alpha.1752121229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bigdataservice/bdsInstanceNodeBackup.d.ts +131 -0
- package/bigdataservice/bdsInstanceNodeBackup.js +104 -0
- package/bigdataservice/bdsInstanceNodeBackup.js.map +1 -0
- package/bigdataservice/bdsInstanceNodeBackupConfiguration.d.ts +192 -0
- package/bigdataservice/bdsInstanceNodeBackupConfiguration.js +110 -0
- package/bigdataservice/bdsInstanceNodeBackupConfiguration.js.map +1 -0
- package/bigdataservice/bdsInstanceNodeReplaceConfiguration.d.ts +167 -0
- package/bigdataservice/bdsInstanceNodeReplaceConfiguration.js +115 -0
- package/bigdataservice/bdsInstanceNodeReplaceConfiguration.js.map +1 -0
- package/bigdataservice/bdsInstanceReplaceNodeAction.d.ts +128 -0
- package/bigdataservice/bdsInstanceReplaceNodeAction.js +91 -0
- package/bigdataservice/bdsInstanceReplaceNodeAction.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeBackup.d.ts +106 -0
- package/bigdataservice/getBdsInstanceNodeBackup.js +58 -0
- package/bigdataservice/getBdsInstanceNodeBackup.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfiguration.d.ts +114 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfiguration.js +58 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfiguration.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfigurations.d.ts +103 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfigurations.js +64 -0
- package/bigdataservice/getBdsInstanceNodeBackupConfigurations.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeBackups.d.ts +114 -0
- package/bigdataservice/getBdsInstanceNodeBackups.js +68 -0
- package/bigdataservice/getBdsInstanceNodeBackups.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.d.ts +107 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.js +58 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfiguration.js.map +1 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.d.ts +103 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.js +64 -0
- package/bigdataservice/getBdsInstanceNodeReplaceConfigurations.js.map +1 -0
- package/bigdataservice/index.d.ts +30 -0
- package/bigdataservice/index.js +40 -1
- package/bigdataservice/index.js.map +1 -1
- package/generativeai/agentAgent.d.ts +22 -5
- package/generativeai/agentAgent.js +7 -2
- package/generativeai/agentAgent.js.map +1 -1
- package/generativeai/agentAgentEndpoint.d.ts +96 -11
- package/generativeai/agentAgentEndpoint.js +37 -2
- package/generativeai/agentAgentEndpoint.js.map +1 -1
- package/generativeai/agentDataSource.d.ts +28 -9
- package/generativeai/agentDataSource.js +3 -0
- package/generativeai/agentDataSource.js.map +1 -1
- package/generativeai/agentTool.d.ts +201 -0
- package/generativeai/agentTool.js +96 -0
- package/generativeai/agentTool.js.map +1 -0
- package/generativeai/getAgentAgent.d.ts +6 -1
- package/generativeai/getAgentAgent.js.map +1 -1
- package/generativeai/getAgentAgentEndpoint.d.ts +23 -5
- package/generativeai/getAgentAgentEndpoint.js +0 -4
- package/generativeai/getAgentAgentEndpoint.js.map +1 -1
- package/generativeai/getAgentAgentEndpoints.d.ts +0 -4
- package/generativeai/getAgentAgentEndpoints.js +0 -4
- package/generativeai/getAgentAgentEndpoints.js.map +1 -1
- package/generativeai/getAgentDataSource.d.ts +6 -0
- package/generativeai/getAgentDataSource.js.map +1 -1
- package/generativeai/getAgentTool.d.ts +120 -0
- package/generativeai/getAgentTool.js +54 -0
- package/generativeai/getAgentTool.js.map +1 -0
- package/generativeai/getAgentTools.d.ts +117 -0
- package/generativeai/getAgentTools.js +70 -0
- package/generativeai/getAgentTools.js.map +1 -0
- package/generativeai/index.d.ts +9 -0
- package/generativeai/index.js +12 -1
- package/generativeai/index.js.map +1 -1
- package/kms/vaultVerification.d.ts +6 -0
- package/kms/vaultVerification.js +6 -0
- package/kms/vaultVerification.js.map +1 -1
- package/ospgateway/getSubscription.d.ts +4 -0
- package/ospgateway/getSubscription.js.map +1 -1
- package/ospgateway/subscription.d.ts +8 -0
- package/ospgateway/subscription.js +2 -0
- package/ospgateway/subscription.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +350 -0
- package/types/output.d.ts +1117 -2
package/types/output.d.ts
CHANGED
|
@@ -17614,6 +17614,52 @@ export declare namespace BigDataService {
|
|
|
17614
17614
|
*/
|
|
17615
17615
|
volumeSizeInGbs: string;
|
|
17616
17616
|
}
|
|
17617
|
+
interface BdsInstanceNodeBackupConfigurationLevelTypeDetails {
|
|
17618
|
+
/**
|
|
17619
|
+
* (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
17620
|
+
*/
|
|
17621
|
+
levelType: string;
|
|
17622
|
+
/**
|
|
17623
|
+
* (Updatable) Host name of the node to create backup configuration.
|
|
17624
|
+
*/
|
|
17625
|
+
nodeHostName: string;
|
|
17626
|
+
/**
|
|
17627
|
+
* (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created. Accepted values are MASTER and UTILITY.
|
|
17628
|
+
*/
|
|
17629
|
+
nodeType: string;
|
|
17630
|
+
}
|
|
17631
|
+
interface BdsInstanceNodeBackupLevelTypeDetails {
|
|
17632
|
+
/**
|
|
17633
|
+
* Type of level used to trigger the creation of a new node backup.
|
|
17634
|
+
*/
|
|
17635
|
+
levelType: string;
|
|
17636
|
+
/**
|
|
17637
|
+
* (Updatable) Host name of the node to create backup.
|
|
17638
|
+
*/
|
|
17639
|
+
nodeHostName: string;
|
|
17640
|
+
/**
|
|
17641
|
+
* (Updatable) Type of the node or nodes of the node backup which are going to be created.
|
|
17642
|
+
*
|
|
17643
|
+
*
|
|
17644
|
+
* ** IMPORTANT **
|
|
17645
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
17646
|
+
*/
|
|
17647
|
+
nodeType: string;
|
|
17648
|
+
}
|
|
17649
|
+
interface BdsInstanceNodeReplaceConfigurationLevelTypeDetails {
|
|
17650
|
+
/**
|
|
17651
|
+
* (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration. Accepted values are NODE_LEVEL and NODE_TYPE_LEVEL.
|
|
17652
|
+
*/
|
|
17653
|
+
levelType: string;
|
|
17654
|
+
/**
|
|
17655
|
+
* (Updatable) Host name of the node to create backup configuration.
|
|
17656
|
+
*/
|
|
17657
|
+
nodeHostName: string;
|
|
17658
|
+
/**
|
|
17659
|
+
* (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
|
|
17660
|
+
*/
|
|
17661
|
+
nodeType: string;
|
|
17662
|
+
}
|
|
17617
17663
|
interface BdsInstanceOperationCertificateManagementsManagementHostCertDetail {
|
|
17618
17664
|
/**
|
|
17619
17665
|
* Certificate value in string format
|
|
@@ -18887,6 +18933,200 @@ export declare namespace BigDataService {
|
|
|
18887
18933
|
*/
|
|
18888
18934
|
volumeSizeInGbs: string;
|
|
18889
18935
|
}
|
|
18936
|
+
interface GetBdsInstanceNodeBackupConfigurationLevelTypeDetail {
|
|
18937
|
+
/**
|
|
18938
|
+
* Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
18939
|
+
*/
|
|
18940
|
+
levelType: string;
|
|
18941
|
+
/**
|
|
18942
|
+
* Host name of the node to create backup configuration.
|
|
18943
|
+
*/
|
|
18944
|
+
nodeHostName: string;
|
|
18945
|
+
/**
|
|
18946
|
+
* Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
|
|
18947
|
+
*/
|
|
18948
|
+
nodeType: string;
|
|
18949
|
+
}
|
|
18950
|
+
interface GetBdsInstanceNodeBackupConfigurationsFilter {
|
|
18951
|
+
name: string;
|
|
18952
|
+
regex?: boolean;
|
|
18953
|
+
values: string[];
|
|
18954
|
+
}
|
|
18955
|
+
interface GetBdsInstanceNodeBackupConfigurationsNodeBackupConfiguration {
|
|
18956
|
+
/**
|
|
18957
|
+
* Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
|
|
18958
|
+
*/
|
|
18959
|
+
backupType: string;
|
|
18960
|
+
/**
|
|
18961
|
+
* The OCID of the cluster.
|
|
18962
|
+
*/
|
|
18963
|
+
bdsInstanceId: string;
|
|
18964
|
+
/**
|
|
18965
|
+
* A filter to return only resources that match the entire display name given.
|
|
18966
|
+
*/
|
|
18967
|
+
displayName: string;
|
|
18968
|
+
/**
|
|
18969
|
+
* The unique identifier for the NodeBackupConfiguration.
|
|
18970
|
+
*/
|
|
18971
|
+
id: string;
|
|
18972
|
+
/**
|
|
18973
|
+
* Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
18974
|
+
*/
|
|
18975
|
+
levelTypeDetails: outputs.BigDataService.GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail[];
|
|
18976
|
+
/**
|
|
18977
|
+
* Number of backup copies to retain.
|
|
18978
|
+
*/
|
|
18979
|
+
numberOfBackupsToRetain: number;
|
|
18980
|
+
/**
|
|
18981
|
+
* Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
|
|
18982
|
+
*/
|
|
18983
|
+
schedule: string;
|
|
18984
|
+
/**
|
|
18985
|
+
* The state of the NodeBackupConfiguration configuration.
|
|
18986
|
+
*/
|
|
18987
|
+
state: string;
|
|
18988
|
+
/**
|
|
18989
|
+
* The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
|
|
18990
|
+
*/
|
|
18991
|
+
timeCreated: string;
|
|
18992
|
+
/**
|
|
18993
|
+
* The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
|
|
18994
|
+
*/
|
|
18995
|
+
timeUpdated: string;
|
|
18996
|
+
/**
|
|
18997
|
+
* The time zone of the execution schedule, in IANA time zone database name format
|
|
18998
|
+
*/
|
|
18999
|
+
timezone: string;
|
|
19000
|
+
}
|
|
19001
|
+
interface GetBdsInstanceNodeBackupConfigurationsNodeBackupConfigurationLevelTypeDetail {
|
|
19002
|
+
/**
|
|
19003
|
+
* Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
19004
|
+
*/
|
|
19005
|
+
levelType: string;
|
|
19006
|
+
/**
|
|
19007
|
+
* Host name of the node to create backup configuration.
|
|
19008
|
+
*/
|
|
19009
|
+
nodeHostName: string;
|
|
19010
|
+
/**
|
|
19011
|
+
* Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
|
|
19012
|
+
*/
|
|
19013
|
+
nodeType: string;
|
|
19014
|
+
}
|
|
19015
|
+
interface GetBdsInstanceNodeBackupsFilter {
|
|
19016
|
+
name: string;
|
|
19017
|
+
regex?: boolean;
|
|
19018
|
+
values: string[];
|
|
19019
|
+
}
|
|
19020
|
+
interface GetBdsInstanceNodeBackupsNodeBackup {
|
|
19021
|
+
/**
|
|
19022
|
+
* type based on how backup action was initiated.
|
|
19023
|
+
*/
|
|
19024
|
+
backupTriggerType: string;
|
|
19025
|
+
/**
|
|
19026
|
+
* Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
|
|
19027
|
+
*/
|
|
19028
|
+
backupType: string;
|
|
19029
|
+
/**
|
|
19030
|
+
* The display name belonged to the node backup.
|
|
19031
|
+
*/
|
|
19032
|
+
displayName: string;
|
|
19033
|
+
/**
|
|
19034
|
+
* The id of the node backup.
|
|
19035
|
+
*/
|
|
19036
|
+
id: string;
|
|
19037
|
+
/**
|
|
19038
|
+
* The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
|
|
19039
|
+
*/
|
|
19040
|
+
nodeBackupConfigId: string;
|
|
19041
|
+
/**
|
|
19042
|
+
* The node host name belonged to a node that has a node backup.
|
|
19043
|
+
*/
|
|
19044
|
+
nodeHostName: string;
|
|
19045
|
+
/**
|
|
19046
|
+
* The instance OCID of the node, which is the resource from which the node backup was acquired.
|
|
19047
|
+
*/
|
|
19048
|
+
nodeInstanceId: string;
|
|
19049
|
+
/**
|
|
19050
|
+
* The state of the Node's Backup.
|
|
19051
|
+
*/
|
|
19052
|
+
state: string;
|
|
19053
|
+
/**
|
|
19054
|
+
* The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
|
19055
|
+
*/
|
|
19056
|
+
timeCreated: string;
|
|
19057
|
+
}
|
|
19058
|
+
interface GetBdsInstanceNodeReplaceConfigurationLevelTypeDetail {
|
|
19059
|
+
/**
|
|
19060
|
+
* Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
19061
|
+
*/
|
|
19062
|
+
levelType: string;
|
|
19063
|
+
/**
|
|
19064
|
+
* Host name of the node to create backup configuration.
|
|
19065
|
+
*/
|
|
19066
|
+
nodeHostName: string;
|
|
19067
|
+
/**
|
|
19068
|
+
* Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
|
|
19069
|
+
*/
|
|
19070
|
+
nodeType: string;
|
|
19071
|
+
}
|
|
19072
|
+
interface GetBdsInstanceNodeReplaceConfigurationsFilter {
|
|
19073
|
+
name: string;
|
|
19074
|
+
regex?: boolean;
|
|
19075
|
+
values: string[];
|
|
19076
|
+
}
|
|
19077
|
+
interface GetBdsInstanceNodeReplaceConfigurationsNodeReplaceConfiguration {
|
|
19078
|
+
/**
|
|
19079
|
+
* The OCID of the cluster.
|
|
19080
|
+
*/
|
|
19081
|
+
bdsInstanceId: string;
|
|
19082
|
+
clusterAdminPassword: string;
|
|
19083
|
+
/**
|
|
19084
|
+
* A filter to return only resources that match the entire display name given.
|
|
19085
|
+
*/
|
|
19086
|
+
displayName: string;
|
|
19087
|
+
/**
|
|
19088
|
+
* This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes.
|
|
19089
|
+
*/
|
|
19090
|
+
durationInMinutes: number;
|
|
19091
|
+
/**
|
|
19092
|
+
* The unique identifier for the NodeReplaceConfiguration.
|
|
19093
|
+
*/
|
|
19094
|
+
id: string;
|
|
19095
|
+
/**
|
|
19096
|
+
* Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
19097
|
+
*/
|
|
19098
|
+
levelTypeDetails: outputs.BigDataService.GetBdsInstanceNodeReplaceConfigurationsNodeReplaceConfigurationLevelTypeDetail[];
|
|
19099
|
+
/**
|
|
19100
|
+
* Type of compute instance health metric to use for node replacement
|
|
19101
|
+
*/
|
|
19102
|
+
metricType: string;
|
|
19103
|
+
/**
|
|
19104
|
+
* The state of the NodeReplaceConfiguration.
|
|
19105
|
+
*/
|
|
19106
|
+
state: string;
|
|
19107
|
+
/**
|
|
19108
|
+
* The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
|
|
19109
|
+
*/
|
|
19110
|
+
timeCreated: string;
|
|
19111
|
+
/**
|
|
19112
|
+
* The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
|
|
19113
|
+
*/
|
|
19114
|
+
timeUpdated: string;
|
|
19115
|
+
}
|
|
19116
|
+
interface GetBdsInstanceNodeReplaceConfigurationsNodeReplaceConfigurationLevelTypeDetail {
|
|
19117
|
+
/**
|
|
19118
|
+
* Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
|
|
19119
|
+
*/
|
|
19120
|
+
levelType: string;
|
|
19121
|
+
/**
|
|
19122
|
+
* Host name of the node to create backup configuration.
|
|
19123
|
+
*/
|
|
19124
|
+
nodeHostName: string;
|
|
19125
|
+
/**
|
|
19126
|
+
* Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
|
|
19127
|
+
*/
|
|
19128
|
+
nodeType: string;
|
|
19129
|
+
}
|
|
18890
19130
|
interface GetBdsInstancePatchHistoriesFilter {
|
|
18891
19131
|
name: string;
|
|
18892
19132
|
regex?: boolean;
|
|
@@ -140593,12 +140833,98 @@ export declare namespace GenerativeAi {
|
|
|
140593
140833
|
*/
|
|
140594
140834
|
shouldEnableOnOutput: boolean;
|
|
140595
140835
|
}
|
|
140836
|
+
interface AgentAgentEndpointGuardrailConfig {
|
|
140837
|
+
/**
|
|
140838
|
+
* (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
|
|
140839
|
+
*/
|
|
140840
|
+
contentModerationConfig: outputs.GenerativeAi.AgentAgentEndpointGuardrailConfigContentModerationConfig;
|
|
140841
|
+
/**
|
|
140842
|
+
* (Updatable) The configuration details for Personally Identifiable Information.
|
|
140843
|
+
*/
|
|
140844
|
+
personallyIdentifiableInformationConfig: outputs.GenerativeAi.AgentAgentEndpointGuardrailConfigPersonallyIdentifiableInformationConfig;
|
|
140845
|
+
/**
|
|
140846
|
+
* (Updatable) The configuration details for Prompt Injection.
|
|
140847
|
+
*/
|
|
140848
|
+
promptInjectionConfig: outputs.GenerativeAi.AgentAgentEndpointGuardrailConfigPromptInjectionConfig;
|
|
140849
|
+
}
|
|
140850
|
+
interface AgentAgentEndpointGuardrailConfigContentModerationConfig {
|
|
140851
|
+
/**
|
|
140852
|
+
* (Updatable) An input guardrail mode for content moderation.
|
|
140853
|
+
*/
|
|
140854
|
+
inputGuardrailMode: string;
|
|
140855
|
+
/**
|
|
140856
|
+
* (Updatable) An output guardrail mode for content moderation.
|
|
140857
|
+
*/
|
|
140858
|
+
outputGuardrailMode: string;
|
|
140859
|
+
}
|
|
140860
|
+
interface AgentAgentEndpointGuardrailConfigPersonallyIdentifiableInformationConfig {
|
|
140861
|
+
/**
|
|
140862
|
+
* (Updatable) An input guardrail mode for personally identifiable information.
|
|
140863
|
+
*/
|
|
140864
|
+
inputGuardrailMode: string;
|
|
140865
|
+
/**
|
|
140866
|
+
* (Updatable) An output guardrail mode for personally identifiable information.
|
|
140867
|
+
*/
|
|
140868
|
+
outputGuardrailMode: string;
|
|
140869
|
+
}
|
|
140870
|
+
interface AgentAgentEndpointGuardrailConfigPromptInjectionConfig {
|
|
140871
|
+
/**
|
|
140872
|
+
* (Updatable) An input guardrail mode for prompt injection.
|
|
140873
|
+
*/
|
|
140874
|
+
inputGuardrailMode: string;
|
|
140875
|
+
}
|
|
140876
|
+
interface AgentAgentEndpointHumanInputConfig {
|
|
140877
|
+
/**
|
|
140878
|
+
* (Updatable) The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
|
|
140879
|
+
*/
|
|
140880
|
+
shouldEnableHumanInput: boolean;
|
|
140881
|
+
}
|
|
140882
|
+
interface AgentAgentEndpointOutputConfig {
|
|
140883
|
+
/**
|
|
140884
|
+
* (Updatable) Location of the output.
|
|
140885
|
+
*/
|
|
140886
|
+
outputLocation: outputs.GenerativeAi.AgentAgentEndpointOutputConfigOutputLocation;
|
|
140887
|
+
/**
|
|
140888
|
+
* (Updatable) Retention duration of the output data.
|
|
140889
|
+
*/
|
|
140890
|
+
retentionPeriodInMinutes: number;
|
|
140891
|
+
}
|
|
140892
|
+
interface AgentAgentEndpointOutputConfigOutputLocation {
|
|
140893
|
+
/**
|
|
140894
|
+
* (Updatable) The name of the bucket.
|
|
140895
|
+
*/
|
|
140896
|
+
bucket: string;
|
|
140897
|
+
/**
|
|
140898
|
+
* (Updatable) The namespace of the object storage.
|
|
140899
|
+
*/
|
|
140900
|
+
namespace: string;
|
|
140901
|
+
/**
|
|
140902
|
+
* (Updatable) Type of OutputLocation.
|
|
140903
|
+
*/
|
|
140904
|
+
outputLocationType: string;
|
|
140905
|
+
/**
|
|
140906
|
+
* (Updatable) The prefix of the object storage.
|
|
140907
|
+
*/
|
|
140908
|
+
prefix: string;
|
|
140909
|
+
}
|
|
140596
140910
|
interface AgentAgentEndpointSessionConfig {
|
|
140597
140911
|
/**
|
|
140598
140912
|
* (Updatable) The session will become inactive after this timeout.
|
|
140599
140913
|
*/
|
|
140600
140914
|
idleTimeoutInSeconds: number;
|
|
140601
140915
|
}
|
|
140916
|
+
interface AgentAgentLlmConfig {
|
|
140917
|
+
/**
|
|
140918
|
+
* (Updatable) Configuration to customize LLM.
|
|
140919
|
+
*/
|
|
140920
|
+
routingLlmCustomization: outputs.GenerativeAi.AgentAgentLlmConfigRoutingLlmCustomization;
|
|
140921
|
+
}
|
|
140922
|
+
interface AgentAgentLlmConfigRoutingLlmCustomization {
|
|
140923
|
+
/**
|
|
140924
|
+
* (Updatable) If specified, the default instruction is replaced with provided instruction.
|
|
140925
|
+
*/
|
|
140926
|
+
instruction: string;
|
|
140927
|
+
}
|
|
140602
140928
|
interface AgentDataIngestionJobDataIngestionJobStatistic {
|
|
140603
140929
|
/**
|
|
140604
140930
|
* The duration of this ingestion job.
|
|
@@ -140750,6 +141076,174 @@ export declare namespace GenerativeAi {
|
|
|
140750
141076
|
*/
|
|
140751
141077
|
vaultSecretId: string;
|
|
140752
141078
|
}
|
|
141079
|
+
interface AgentToolToolConfig {
|
|
141080
|
+
/**
|
|
141081
|
+
* (Updatable) The connection type for Databases.
|
|
141082
|
+
*/
|
|
141083
|
+
databaseConnection: outputs.GenerativeAi.AgentToolToolConfigDatabaseConnection;
|
|
141084
|
+
/**
|
|
141085
|
+
* (Updatable) The input location definition.
|
|
141086
|
+
*/
|
|
141087
|
+
databaseSchema: outputs.GenerativeAi.AgentToolToolConfigDatabaseSchema;
|
|
141088
|
+
/**
|
|
141089
|
+
* (Updatable) Dialect to be used for SQL generation.
|
|
141090
|
+
*/
|
|
141091
|
+
dialect: string;
|
|
141092
|
+
/**
|
|
141093
|
+
* (Updatable) Details of Function for Function calling tool.
|
|
141094
|
+
*/
|
|
141095
|
+
function: outputs.GenerativeAi.AgentToolToolConfigFunction;
|
|
141096
|
+
/**
|
|
141097
|
+
* (Updatable) Configuration to customize LLM.
|
|
141098
|
+
*/
|
|
141099
|
+
generationLlmCustomization: outputs.GenerativeAi.AgentToolToolConfigGenerationLlmCustomization;
|
|
141100
|
+
/**
|
|
141101
|
+
* (Updatable) The input location definition.
|
|
141102
|
+
*/
|
|
141103
|
+
iclExamples: outputs.GenerativeAi.AgentToolToolConfigIclExamples;
|
|
141104
|
+
/**
|
|
141105
|
+
* (Updatable) The KnowledgeBase configurations that this RAG Tool uses
|
|
141106
|
+
*/
|
|
141107
|
+
knowledgeBaseConfigs: outputs.GenerativeAi.AgentToolToolConfigKnowledgeBaseConfig[];
|
|
141108
|
+
/**
|
|
141109
|
+
* (Updatable) Size of the model.
|
|
141110
|
+
*/
|
|
141111
|
+
modelSize: string;
|
|
141112
|
+
/**
|
|
141113
|
+
* (Updatable) To enable/disable self correction.
|
|
141114
|
+
*/
|
|
141115
|
+
shouldEnableSelfCorrection: boolean;
|
|
141116
|
+
/**
|
|
141117
|
+
* (Updatable) To enable/disable SQL execution.
|
|
141118
|
+
*/
|
|
141119
|
+
shouldEnableSqlExecution: boolean;
|
|
141120
|
+
/**
|
|
141121
|
+
* (Updatable) The input location definition.
|
|
141122
|
+
*/
|
|
141123
|
+
tableAndColumnDescription: outputs.GenerativeAi.AgentToolToolConfigTableAndColumnDescription;
|
|
141124
|
+
/**
|
|
141125
|
+
* (Updatable) The type of the Tool config. The allowed values are:
|
|
141126
|
+
* * `SQL_TOOL_CONFIG`: The config for sql Tool.
|
|
141127
|
+
* * `RAG_TOOL_CONFIG`: The config for rag Tool.
|
|
141128
|
+
* * FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
|
|
141129
|
+
*
|
|
141130
|
+
*
|
|
141131
|
+
* ** IMPORTANT **
|
|
141132
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
141133
|
+
*/
|
|
141134
|
+
toolConfigType: string;
|
|
141135
|
+
}
|
|
141136
|
+
interface AgentToolToolConfigDatabaseConnection {
|
|
141137
|
+
/**
|
|
141138
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
|
141139
|
+
*/
|
|
141140
|
+
connectionId: string;
|
|
141141
|
+
/**
|
|
141142
|
+
* (Updatable) The type of Database connection. The allowed values are:
|
|
141143
|
+
* * `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
|
141144
|
+
*/
|
|
141145
|
+
connectionType: string;
|
|
141146
|
+
}
|
|
141147
|
+
interface AgentToolToolConfigDatabaseSchema {
|
|
141148
|
+
/**
|
|
141149
|
+
* (Updatable) The bucket name of an object.
|
|
141150
|
+
*/
|
|
141151
|
+
bucket: string;
|
|
141152
|
+
/**
|
|
141153
|
+
* (Updatable) Inline content as input.
|
|
141154
|
+
*/
|
|
141155
|
+
content: string;
|
|
141156
|
+
/**
|
|
141157
|
+
* (Updatable) Type of InputLocation. The allowed values are:
|
|
141158
|
+
* * `INLINE`: The input location is inline.
|
|
141159
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
141160
|
+
*/
|
|
141161
|
+
inputLocationType: string;
|
|
141162
|
+
/**
|
|
141163
|
+
* (Updatable) The namespace name of an object.
|
|
141164
|
+
*/
|
|
141165
|
+
namespace: string;
|
|
141166
|
+
/**
|
|
141167
|
+
* (Updatable) The prefix of file object(s) or folder prefix.
|
|
141168
|
+
*/
|
|
141169
|
+
prefix: string;
|
|
141170
|
+
}
|
|
141171
|
+
interface AgentToolToolConfigFunction {
|
|
141172
|
+
/**
|
|
141173
|
+
* (Updatable) A description of the function.
|
|
141174
|
+
*/
|
|
141175
|
+
description: string;
|
|
141176
|
+
/**
|
|
141177
|
+
* (Updatable) The name of the function to invoke.
|
|
141178
|
+
*/
|
|
141179
|
+
name: string;
|
|
141180
|
+
/**
|
|
141181
|
+
* (Updatable) The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
|
|
141182
|
+
*/
|
|
141183
|
+
parameters: {
|
|
141184
|
+
[key: string]: string;
|
|
141185
|
+
};
|
|
141186
|
+
}
|
|
141187
|
+
interface AgentToolToolConfigGenerationLlmCustomization {
|
|
141188
|
+
/**
|
|
141189
|
+
* (Updatable) If specified, the default instruction is replaced with provided instruction.
|
|
141190
|
+
*/
|
|
141191
|
+
instruction: string;
|
|
141192
|
+
}
|
|
141193
|
+
interface AgentToolToolConfigIclExamples {
|
|
141194
|
+
/**
|
|
141195
|
+
* (Updatable) The bucket name of an object.
|
|
141196
|
+
*/
|
|
141197
|
+
bucket: string;
|
|
141198
|
+
/**
|
|
141199
|
+
* (Updatable) Inline content as input.
|
|
141200
|
+
*/
|
|
141201
|
+
content: string;
|
|
141202
|
+
/**
|
|
141203
|
+
* (Updatable) Type of InputLocation. The allowed values are:
|
|
141204
|
+
* * `INLINE`: The input location is inline.
|
|
141205
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
141206
|
+
*/
|
|
141207
|
+
inputLocationType: string;
|
|
141208
|
+
/**
|
|
141209
|
+
* (Updatable) The namespace name of an object.
|
|
141210
|
+
*/
|
|
141211
|
+
namespace: string;
|
|
141212
|
+
/**
|
|
141213
|
+
* (Updatable) The prefix of file object(s) or folder prefix.
|
|
141214
|
+
*/
|
|
141215
|
+
prefix: string;
|
|
141216
|
+
}
|
|
141217
|
+
interface AgentToolToolConfigKnowledgeBaseConfig {
|
|
141218
|
+
/**
|
|
141219
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBase this RAG Tool uses
|
|
141220
|
+
*/
|
|
141221
|
+
knowledgeBaseId: string;
|
|
141222
|
+
}
|
|
141223
|
+
interface AgentToolToolConfigTableAndColumnDescription {
|
|
141224
|
+
/**
|
|
141225
|
+
* (Updatable) The bucket name of an object.
|
|
141226
|
+
*/
|
|
141227
|
+
bucket: string;
|
|
141228
|
+
/**
|
|
141229
|
+
* (Updatable) Inline content as input.
|
|
141230
|
+
*/
|
|
141231
|
+
content: string;
|
|
141232
|
+
/**
|
|
141233
|
+
* (Updatable) Type of InputLocation. The allowed values are:
|
|
141234
|
+
* * `INLINE`: The input location is inline.
|
|
141235
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
141236
|
+
*/
|
|
141237
|
+
inputLocationType: string;
|
|
141238
|
+
/**
|
|
141239
|
+
* (Updatable) The namespace name of an object.
|
|
141240
|
+
*/
|
|
141241
|
+
namespace: string;
|
|
141242
|
+
/**
|
|
141243
|
+
* (Updatable) The prefix of file object(s) or folder prefix.
|
|
141244
|
+
*/
|
|
141245
|
+
prefix: string;
|
|
141246
|
+
}
|
|
140753
141247
|
interface DedicatedAiClusterCapacity {
|
|
140754
141248
|
/**
|
|
140755
141249
|
* The type of the dedicated AI cluster capacity.
|
|
@@ -140780,6 +141274,80 @@ export declare namespace GenerativeAi {
|
|
|
140780
141274
|
*/
|
|
140781
141275
|
shouldEnableOnOutput: boolean;
|
|
140782
141276
|
}
|
|
141277
|
+
interface GetAgentAgentEndpointGuardrailConfig {
|
|
141278
|
+
/**
|
|
141279
|
+
* The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
|
|
141280
|
+
*/
|
|
141281
|
+
contentModerationConfigs: outputs.GenerativeAi.GetAgentAgentEndpointGuardrailConfigContentModerationConfig[];
|
|
141282
|
+
/**
|
|
141283
|
+
* The configuration details for Personally Identifiable Information.
|
|
141284
|
+
*/
|
|
141285
|
+
personallyIdentifiableInformationConfigs: outputs.GenerativeAi.GetAgentAgentEndpointGuardrailConfigPersonallyIdentifiableInformationConfig[];
|
|
141286
|
+
/**
|
|
141287
|
+
* The configuration details for Prompt Injection.
|
|
141288
|
+
*/
|
|
141289
|
+
promptInjectionConfigs: outputs.GenerativeAi.GetAgentAgentEndpointGuardrailConfigPromptInjectionConfig[];
|
|
141290
|
+
}
|
|
141291
|
+
interface GetAgentAgentEndpointGuardrailConfigContentModerationConfig {
|
|
141292
|
+
/**
|
|
141293
|
+
* An input guardrail mode for prompt injection.
|
|
141294
|
+
*/
|
|
141295
|
+
inputGuardrailMode: string;
|
|
141296
|
+
/**
|
|
141297
|
+
* An output guardrail mode for personally identifiable information.
|
|
141298
|
+
*/
|
|
141299
|
+
outputGuardrailMode: string;
|
|
141300
|
+
}
|
|
141301
|
+
interface GetAgentAgentEndpointGuardrailConfigPersonallyIdentifiableInformationConfig {
|
|
141302
|
+
/**
|
|
141303
|
+
* An input guardrail mode for prompt injection.
|
|
141304
|
+
*/
|
|
141305
|
+
inputGuardrailMode: string;
|
|
141306
|
+
/**
|
|
141307
|
+
* An output guardrail mode for personally identifiable information.
|
|
141308
|
+
*/
|
|
141309
|
+
outputGuardrailMode: string;
|
|
141310
|
+
}
|
|
141311
|
+
interface GetAgentAgentEndpointGuardrailConfigPromptInjectionConfig {
|
|
141312
|
+
/**
|
|
141313
|
+
* An input guardrail mode for prompt injection.
|
|
141314
|
+
*/
|
|
141315
|
+
inputGuardrailMode: string;
|
|
141316
|
+
}
|
|
141317
|
+
interface GetAgentAgentEndpointHumanInputConfig {
|
|
141318
|
+
/**
|
|
141319
|
+
* The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
|
|
141320
|
+
*/
|
|
141321
|
+
shouldEnableHumanInput: boolean;
|
|
141322
|
+
}
|
|
141323
|
+
interface GetAgentAgentEndpointOutputConfig {
|
|
141324
|
+
/**
|
|
141325
|
+
* Location of the output.
|
|
141326
|
+
*/
|
|
141327
|
+
outputLocations: outputs.GenerativeAi.GetAgentAgentEndpointOutputConfigOutputLocation[];
|
|
141328
|
+
/**
|
|
141329
|
+
* Retention duration of the output data.
|
|
141330
|
+
*/
|
|
141331
|
+
retentionPeriodInMinutes: number;
|
|
141332
|
+
}
|
|
141333
|
+
interface GetAgentAgentEndpointOutputConfigOutputLocation {
|
|
141334
|
+
/**
|
|
141335
|
+
* The name of the bucket.
|
|
141336
|
+
*/
|
|
141337
|
+
bucket: string;
|
|
141338
|
+
/**
|
|
141339
|
+
* The namespace of the object storage.
|
|
141340
|
+
*/
|
|
141341
|
+
namespace: string;
|
|
141342
|
+
/**
|
|
141343
|
+
* Type of OutputLocation.
|
|
141344
|
+
*/
|
|
141345
|
+
outputLocationType: string;
|
|
141346
|
+
/**
|
|
141347
|
+
* The prefix of the object storage.
|
|
141348
|
+
*/
|
|
141349
|
+
prefix: string;
|
|
141350
|
+
}
|
|
140783
141351
|
interface GetAgentAgentEndpointSessionConfig {
|
|
140784
141352
|
/**
|
|
140785
141353
|
* The session will become inactive after this timeout.
|
|
@@ -140822,6 +141390,14 @@ export declare namespace GenerativeAi {
|
|
|
140822
141390
|
freeformTags: {
|
|
140823
141391
|
[key: string]: string;
|
|
140824
141392
|
};
|
|
141393
|
+
/**
|
|
141394
|
+
* The configuration details about whether to apply the guardrail checks to input and output.
|
|
141395
|
+
*/
|
|
141396
|
+
guardrailConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfig[];
|
|
141397
|
+
/**
|
|
141398
|
+
* Human Input Configuration for an AgentEndpoint.
|
|
141399
|
+
*/
|
|
141400
|
+
humanInputConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemHumanInputConfig[];
|
|
140825
141401
|
/**
|
|
140826
141402
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the endpoint.
|
|
140827
141403
|
*/
|
|
@@ -140831,13 +141407,27 @@ export declare namespace GenerativeAi {
|
|
|
140831
141407
|
*/
|
|
140832
141408
|
lifecycleDetails: string;
|
|
140833
141409
|
/**
|
|
140834
|
-
*
|
|
141410
|
+
* Key-value pairs to allow additional configurations.
|
|
141411
|
+
*/
|
|
141412
|
+
metadata: {
|
|
141413
|
+
[key: string]: string;
|
|
141414
|
+
};
|
|
141415
|
+
/**
|
|
141416
|
+
* Configuration to store results generated by agent.
|
|
141417
|
+
*/
|
|
141418
|
+
outputConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemOutputConfig[];
|
|
141419
|
+
/**
|
|
141420
|
+
* Session Configuration on AgentEndpoint.
|
|
140835
141421
|
*/
|
|
140836
141422
|
sessionConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemSessionConfig[];
|
|
140837
141423
|
/**
|
|
140838
141424
|
* Whether to show citations in the chat result.
|
|
140839
141425
|
*/
|
|
140840
141426
|
shouldEnableCitation: boolean;
|
|
141427
|
+
/**
|
|
141428
|
+
* Whether to enable multi-language for chat.
|
|
141429
|
+
*/
|
|
141430
|
+
shouldEnableMultiLanguage: boolean;
|
|
140841
141431
|
/**
|
|
140842
141432
|
* Whether or not to enable Session-based chat.
|
|
140843
141433
|
*/
|
|
@@ -140875,6 +141465,80 @@ export declare namespace GenerativeAi {
|
|
|
140875
141465
|
*/
|
|
140876
141466
|
shouldEnableOnOutput: boolean;
|
|
140877
141467
|
}
|
|
141468
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfig {
|
|
141469
|
+
/**
|
|
141470
|
+
* The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
|
|
141471
|
+
*/
|
|
141472
|
+
contentModerationConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigContentModerationConfig[];
|
|
141473
|
+
/**
|
|
141474
|
+
* The configuration details for Personally Identifiable Information.
|
|
141475
|
+
*/
|
|
141476
|
+
personallyIdentifiableInformationConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigPersonallyIdentifiableInformationConfig[];
|
|
141477
|
+
/**
|
|
141478
|
+
* The configuration details for Prompt Injection.
|
|
141479
|
+
*/
|
|
141480
|
+
promptInjectionConfigs: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigPromptInjectionConfig[];
|
|
141481
|
+
}
|
|
141482
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigContentModerationConfig {
|
|
141483
|
+
/**
|
|
141484
|
+
* An input guardrail mode for prompt injection.
|
|
141485
|
+
*/
|
|
141486
|
+
inputGuardrailMode: string;
|
|
141487
|
+
/**
|
|
141488
|
+
* An output guardrail mode for personally identifiable information.
|
|
141489
|
+
*/
|
|
141490
|
+
outputGuardrailMode: string;
|
|
141491
|
+
}
|
|
141492
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigPersonallyIdentifiableInformationConfig {
|
|
141493
|
+
/**
|
|
141494
|
+
* An input guardrail mode for prompt injection.
|
|
141495
|
+
*/
|
|
141496
|
+
inputGuardrailMode: string;
|
|
141497
|
+
/**
|
|
141498
|
+
* An output guardrail mode for personally identifiable information.
|
|
141499
|
+
*/
|
|
141500
|
+
outputGuardrailMode: string;
|
|
141501
|
+
}
|
|
141502
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemGuardrailConfigPromptInjectionConfig {
|
|
141503
|
+
/**
|
|
141504
|
+
* An input guardrail mode for prompt injection.
|
|
141505
|
+
*/
|
|
141506
|
+
inputGuardrailMode: string;
|
|
141507
|
+
}
|
|
141508
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemHumanInputConfig {
|
|
141509
|
+
/**
|
|
141510
|
+
* The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
|
|
141511
|
+
*/
|
|
141512
|
+
shouldEnableHumanInput: boolean;
|
|
141513
|
+
}
|
|
141514
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemOutputConfig {
|
|
141515
|
+
/**
|
|
141516
|
+
* Location of the output.
|
|
141517
|
+
*/
|
|
141518
|
+
outputLocations: outputs.GenerativeAi.GetAgentAgentEndpointsAgentEndpointCollectionItemOutputConfigOutputLocation[];
|
|
141519
|
+
/**
|
|
141520
|
+
* Retention duration of the output data.
|
|
141521
|
+
*/
|
|
141522
|
+
retentionPeriodInMinutes: number;
|
|
141523
|
+
}
|
|
141524
|
+
interface GetAgentAgentEndpointsAgentEndpointCollectionItemOutputConfigOutputLocation {
|
|
141525
|
+
/**
|
|
141526
|
+
* The name of the bucket.
|
|
141527
|
+
*/
|
|
141528
|
+
bucket: string;
|
|
141529
|
+
/**
|
|
141530
|
+
* The namespace of the object storage.
|
|
141531
|
+
*/
|
|
141532
|
+
namespace: string;
|
|
141533
|
+
/**
|
|
141534
|
+
* Type of OutputLocation.
|
|
141535
|
+
*/
|
|
141536
|
+
outputLocationType: string;
|
|
141537
|
+
/**
|
|
141538
|
+
* The prefix of the object storage.
|
|
141539
|
+
*/
|
|
141540
|
+
prefix: string;
|
|
141541
|
+
}
|
|
140878
141542
|
interface GetAgentAgentEndpointsAgentEndpointCollectionItemSessionConfig {
|
|
140879
141543
|
/**
|
|
140880
141544
|
* The session will become inactive after this timeout.
|
|
@@ -140886,6 +141550,18 @@ export declare namespace GenerativeAi {
|
|
|
140886
141550
|
regex?: boolean;
|
|
140887
141551
|
values: string[];
|
|
140888
141552
|
}
|
|
141553
|
+
interface GetAgentAgentLlmConfig {
|
|
141554
|
+
/**
|
|
141555
|
+
* Configuration to customize LLM.
|
|
141556
|
+
*/
|
|
141557
|
+
routingLlmCustomizations: outputs.GenerativeAi.GetAgentAgentLlmConfigRoutingLlmCustomization[];
|
|
141558
|
+
}
|
|
141559
|
+
interface GetAgentAgentLlmConfigRoutingLlmCustomization {
|
|
141560
|
+
/**
|
|
141561
|
+
* If specified, the default instruction is replaced with provided instruction.
|
|
141562
|
+
*/
|
|
141563
|
+
instruction: string;
|
|
141564
|
+
}
|
|
140889
141565
|
interface GetAgentAgentsAgentCollection {
|
|
140890
141566
|
items: outputs.GenerativeAi.GetAgentAgentsAgentCollectionItem[];
|
|
140891
141567
|
}
|
|
@@ -140919,13 +141595,17 @@ export declare namespace GenerativeAi {
|
|
|
140919
141595
|
*/
|
|
140920
141596
|
id: string;
|
|
140921
141597
|
/**
|
|
140922
|
-
* List of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBases associated with agent.
|
|
141598
|
+
* List of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBases associated with agent. This field is deprecated and will be removed after March 26 2026.
|
|
140923
141599
|
*/
|
|
140924
141600
|
knowledgeBaseIds: string[];
|
|
140925
141601
|
/**
|
|
140926
141602
|
* A message that describes the current state of the agent in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
|
140927
141603
|
*/
|
|
140928
141604
|
lifecycleDetails: string;
|
|
141605
|
+
/**
|
|
141606
|
+
* Configuration to Agent LLM.
|
|
141607
|
+
*/
|
|
141608
|
+
llmConfigs: outputs.GenerativeAi.GetAgentAgentsAgentCollectionItemLlmConfig[];
|
|
140929
141609
|
/**
|
|
140930
141610
|
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
140931
141611
|
*/
|
|
@@ -140949,6 +141629,18 @@ export declare namespace GenerativeAi {
|
|
|
140949
141629
|
*/
|
|
140950
141630
|
welcomeMessage: string;
|
|
140951
141631
|
}
|
|
141632
|
+
interface GetAgentAgentsAgentCollectionItemLlmConfig {
|
|
141633
|
+
/**
|
|
141634
|
+
* Configuration to customize LLM.
|
|
141635
|
+
*/
|
|
141636
|
+
routingLlmCustomizations: outputs.GenerativeAi.GetAgentAgentsAgentCollectionItemLlmConfigRoutingLlmCustomization[];
|
|
141637
|
+
}
|
|
141638
|
+
interface GetAgentAgentsAgentCollectionItemLlmConfigRoutingLlmCustomization {
|
|
141639
|
+
/**
|
|
141640
|
+
* If specified, the default instruction is replaced with provided instruction.
|
|
141641
|
+
*/
|
|
141642
|
+
instruction: string;
|
|
141643
|
+
}
|
|
140952
141644
|
interface GetAgentAgentsFilter {
|
|
140953
141645
|
name: string;
|
|
140954
141646
|
regex?: boolean;
|
|
@@ -141119,6 +141811,12 @@ export declare namespace GenerativeAi {
|
|
|
141119
141811
|
* A message that describes the current state of the data source in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
|
141120
141812
|
*/
|
|
141121
141813
|
lifecycleDetails: string;
|
|
141814
|
+
/**
|
|
141815
|
+
* Key-value pairs to allow additional configurations.
|
|
141816
|
+
*/
|
|
141817
|
+
metadata: {
|
|
141818
|
+
[key: string]: string;
|
|
141819
|
+
};
|
|
141122
141820
|
/**
|
|
141123
141821
|
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
141124
141822
|
*/
|
|
@@ -141439,6 +142137,407 @@ export declare namespace GenerativeAi {
|
|
|
141439
142137
|
*/
|
|
141440
142138
|
vaultSecretId: string;
|
|
141441
142139
|
}
|
|
142140
|
+
interface GetAgentToolToolConfig {
|
|
142141
|
+
/**
|
|
142142
|
+
* The connection type for Databases.
|
|
142143
|
+
*/
|
|
142144
|
+
databaseConnections: outputs.GenerativeAi.GetAgentToolToolConfigDatabaseConnection[];
|
|
142145
|
+
/**
|
|
142146
|
+
* The input location definition.
|
|
142147
|
+
*/
|
|
142148
|
+
databaseSchemas: outputs.GenerativeAi.GetAgentToolToolConfigDatabaseSchema[];
|
|
142149
|
+
/**
|
|
142150
|
+
* Dialect to be used for SQL generation.
|
|
142151
|
+
*/
|
|
142152
|
+
dialect: string;
|
|
142153
|
+
/**
|
|
142154
|
+
* Details of Function for Function calling tool.
|
|
142155
|
+
*/
|
|
142156
|
+
functions: outputs.GenerativeAi.GetAgentToolToolConfigFunction[];
|
|
142157
|
+
/**
|
|
142158
|
+
* Configuration to customize LLM.
|
|
142159
|
+
*/
|
|
142160
|
+
generationLlmCustomizations: outputs.GenerativeAi.GetAgentToolToolConfigGenerationLlmCustomization[];
|
|
142161
|
+
/**
|
|
142162
|
+
* The input location definition.
|
|
142163
|
+
*/
|
|
142164
|
+
iclExamples: outputs.GenerativeAi.GetAgentToolToolConfigIclExample[];
|
|
142165
|
+
/**
|
|
142166
|
+
* The KnowledgeBase configurations that this RAG Tool uses
|
|
142167
|
+
*/
|
|
142168
|
+
knowledgeBaseConfigs: outputs.GenerativeAi.GetAgentToolToolConfigKnowledgeBaseConfig[];
|
|
142169
|
+
/**
|
|
142170
|
+
* Size of the model.
|
|
142171
|
+
*/
|
|
142172
|
+
modelSize: string;
|
|
142173
|
+
/**
|
|
142174
|
+
* To enable/disable self correction.
|
|
142175
|
+
*/
|
|
142176
|
+
shouldEnableSelfCorrection: boolean;
|
|
142177
|
+
/**
|
|
142178
|
+
* To enable/disable SQL execution.
|
|
142179
|
+
*/
|
|
142180
|
+
shouldEnableSqlExecution: boolean;
|
|
142181
|
+
/**
|
|
142182
|
+
* The input location definition.
|
|
142183
|
+
*/
|
|
142184
|
+
tableAndColumnDescriptions: outputs.GenerativeAi.GetAgentToolToolConfigTableAndColumnDescription[];
|
|
142185
|
+
/**
|
|
142186
|
+
* The type of the Tool config. The allowed values are:
|
|
142187
|
+
* * `SQL_TOOL_CONFIG`: The config for sql Tool.
|
|
142188
|
+
* * `RAG_TOOL_CONFIG`: The config for rag Tool.
|
|
142189
|
+
* * FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
|
|
142190
|
+
*/
|
|
142191
|
+
toolConfigType: string;
|
|
142192
|
+
}
|
|
142193
|
+
interface GetAgentToolToolConfigDatabaseConnection {
|
|
142194
|
+
/**
|
|
142195
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
|
142196
|
+
*/
|
|
142197
|
+
connectionId: string;
|
|
142198
|
+
/**
|
|
142199
|
+
* The type of Database connection. The allowed values are:
|
|
142200
|
+
* * `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
|
142201
|
+
*/
|
|
142202
|
+
connectionType: string;
|
|
142203
|
+
}
|
|
142204
|
+
interface GetAgentToolToolConfigDatabaseSchema {
|
|
142205
|
+
/**
|
|
142206
|
+
* The bucket name of an object.
|
|
142207
|
+
*/
|
|
142208
|
+
bucket: string;
|
|
142209
|
+
/**
|
|
142210
|
+
* Inline content as input.
|
|
142211
|
+
*/
|
|
142212
|
+
content: string;
|
|
142213
|
+
/**
|
|
142214
|
+
* Type of InputLocation. The allowed values are:
|
|
142215
|
+
* * `INLINE`: The input location is inline.
|
|
142216
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142217
|
+
*/
|
|
142218
|
+
inputLocationType: string;
|
|
142219
|
+
/**
|
|
142220
|
+
* The namespace name of an object.
|
|
142221
|
+
*/
|
|
142222
|
+
namespace: string;
|
|
142223
|
+
/**
|
|
142224
|
+
* The prefix of file object(s) or folder prefix.
|
|
142225
|
+
*/
|
|
142226
|
+
prefix: string;
|
|
142227
|
+
}
|
|
142228
|
+
interface GetAgentToolToolConfigFunction {
|
|
142229
|
+
/**
|
|
142230
|
+
* A description of the function.
|
|
142231
|
+
*/
|
|
142232
|
+
description: string;
|
|
142233
|
+
/**
|
|
142234
|
+
* The name of the function to invoke.
|
|
142235
|
+
*/
|
|
142236
|
+
name: string;
|
|
142237
|
+
/**
|
|
142238
|
+
* The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
|
|
142239
|
+
*/
|
|
142240
|
+
parameters: {
|
|
142241
|
+
[key: string]: string;
|
|
142242
|
+
};
|
|
142243
|
+
}
|
|
142244
|
+
interface GetAgentToolToolConfigGenerationLlmCustomization {
|
|
142245
|
+
/**
|
|
142246
|
+
* If specified, the default instruction is replaced with provided instruction.
|
|
142247
|
+
*/
|
|
142248
|
+
instruction: string;
|
|
142249
|
+
}
|
|
142250
|
+
interface GetAgentToolToolConfigIclExample {
|
|
142251
|
+
/**
|
|
142252
|
+
* The bucket name of an object.
|
|
142253
|
+
*/
|
|
142254
|
+
bucket: string;
|
|
142255
|
+
/**
|
|
142256
|
+
* Inline content as input.
|
|
142257
|
+
*/
|
|
142258
|
+
content: string;
|
|
142259
|
+
/**
|
|
142260
|
+
* Type of InputLocation. The allowed values are:
|
|
142261
|
+
* * `INLINE`: The input location is inline.
|
|
142262
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142263
|
+
*/
|
|
142264
|
+
inputLocationType: string;
|
|
142265
|
+
/**
|
|
142266
|
+
* The namespace name of an object.
|
|
142267
|
+
*/
|
|
142268
|
+
namespace: string;
|
|
142269
|
+
/**
|
|
142270
|
+
* The prefix of file object(s) or folder prefix.
|
|
142271
|
+
*/
|
|
142272
|
+
prefix: string;
|
|
142273
|
+
}
|
|
142274
|
+
interface GetAgentToolToolConfigKnowledgeBaseConfig {
|
|
142275
|
+
/**
|
|
142276
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBase this RAG Tool uses
|
|
142277
|
+
*/
|
|
142278
|
+
knowledgeBaseId: string;
|
|
142279
|
+
}
|
|
142280
|
+
interface GetAgentToolToolConfigTableAndColumnDescription {
|
|
142281
|
+
/**
|
|
142282
|
+
* The bucket name of an object.
|
|
142283
|
+
*/
|
|
142284
|
+
bucket: string;
|
|
142285
|
+
/**
|
|
142286
|
+
* Inline content as input.
|
|
142287
|
+
*/
|
|
142288
|
+
content: string;
|
|
142289
|
+
/**
|
|
142290
|
+
* Type of InputLocation. The allowed values are:
|
|
142291
|
+
* * `INLINE`: The input location is inline.
|
|
142292
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142293
|
+
*/
|
|
142294
|
+
inputLocationType: string;
|
|
142295
|
+
/**
|
|
142296
|
+
* The namespace name of an object.
|
|
142297
|
+
*/
|
|
142298
|
+
namespace: string;
|
|
142299
|
+
/**
|
|
142300
|
+
* The prefix of file object(s) or folder prefix.
|
|
142301
|
+
*/
|
|
142302
|
+
prefix: string;
|
|
142303
|
+
}
|
|
142304
|
+
interface GetAgentToolsFilter {
|
|
142305
|
+
/**
|
|
142306
|
+
* The name of the function to invoke.
|
|
142307
|
+
*/
|
|
142308
|
+
name: string;
|
|
142309
|
+
regex?: boolean;
|
|
142310
|
+
values: string[];
|
|
142311
|
+
}
|
|
142312
|
+
interface GetAgentToolsToolCollection {
|
|
142313
|
+
items: outputs.GenerativeAi.GetAgentToolsToolCollectionItem[];
|
|
142314
|
+
}
|
|
142315
|
+
interface GetAgentToolsToolCollectionItem {
|
|
142316
|
+
/**
|
|
142317
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the agent.
|
|
142318
|
+
*/
|
|
142319
|
+
agentId: string;
|
|
142320
|
+
/**
|
|
142321
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
142322
|
+
*/
|
|
142323
|
+
compartmentId: string;
|
|
142324
|
+
/**
|
|
142325
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
|
142326
|
+
*/
|
|
142327
|
+
definedTags: {
|
|
142328
|
+
[key: string]: string;
|
|
142329
|
+
};
|
|
142330
|
+
/**
|
|
142331
|
+
* A description of the function.
|
|
142332
|
+
*/
|
|
142333
|
+
description: string;
|
|
142334
|
+
/**
|
|
142335
|
+
* A filter to return only resources that match the given display name exactly.
|
|
142336
|
+
*/
|
|
142337
|
+
displayName: string;
|
|
142338
|
+
/**
|
|
142339
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
142340
|
+
*/
|
|
142341
|
+
freeformTags: {
|
|
142342
|
+
[key: string]: string;
|
|
142343
|
+
};
|
|
142344
|
+
/**
|
|
142345
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Tool.
|
|
142346
|
+
*/
|
|
142347
|
+
id: string;
|
|
142348
|
+
/**
|
|
142349
|
+
* Key-value pairs to allow additional configurations.
|
|
142350
|
+
*/
|
|
142351
|
+
metadata: {
|
|
142352
|
+
[key: string]: string;
|
|
142353
|
+
};
|
|
142354
|
+
/**
|
|
142355
|
+
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
142356
|
+
*/
|
|
142357
|
+
state: string;
|
|
142358
|
+
/**
|
|
142359
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
142360
|
+
*/
|
|
142361
|
+
systemTags: {
|
|
142362
|
+
[key: string]: string;
|
|
142363
|
+
};
|
|
142364
|
+
/**
|
|
142365
|
+
* The date and time the Tool was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
142366
|
+
*/
|
|
142367
|
+
timeCreated: string;
|
|
142368
|
+
/**
|
|
142369
|
+
* The date and time the Tool was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
142370
|
+
*/
|
|
142371
|
+
timeUpdated: string;
|
|
142372
|
+
/**
|
|
142373
|
+
* The configuration and type of Tool.
|
|
142374
|
+
*/
|
|
142375
|
+
toolConfigs: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfig[];
|
|
142376
|
+
}
|
|
142377
|
+
interface GetAgentToolsToolCollectionItemToolConfig {
|
|
142378
|
+
/**
|
|
142379
|
+
* The connection type for Databases.
|
|
142380
|
+
*/
|
|
142381
|
+
databaseConnections: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigDatabaseConnection[];
|
|
142382
|
+
/**
|
|
142383
|
+
* The input location definition.
|
|
142384
|
+
*/
|
|
142385
|
+
databaseSchemas: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigDatabaseSchema[];
|
|
142386
|
+
/**
|
|
142387
|
+
* Dialect to be used for SQL generation.
|
|
142388
|
+
*/
|
|
142389
|
+
dialect: string;
|
|
142390
|
+
/**
|
|
142391
|
+
* Details of Function for Function calling tool.
|
|
142392
|
+
*/
|
|
142393
|
+
functions: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigFunction[];
|
|
142394
|
+
/**
|
|
142395
|
+
* Configuration to customize LLM.
|
|
142396
|
+
*/
|
|
142397
|
+
generationLlmCustomizations: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomization[];
|
|
142398
|
+
/**
|
|
142399
|
+
* The input location definition.
|
|
142400
|
+
*/
|
|
142401
|
+
iclExamples: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigIclExample[];
|
|
142402
|
+
/**
|
|
142403
|
+
* The KnowledgeBase configurations that this RAG Tool uses
|
|
142404
|
+
*/
|
|
142405
|
+
knowledgeBaseConfigs: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigKnowledgeBaseConfig[];
|
|
142406
|
+
/**
|
|
142407
|
+
* Size of the model.
|
|
142408
|
+
*/
|
|
142409
|
+
modelSize: string;
|
|
142410
|
+
/**
|
|
142411
|
+
* To enable/disable self correction.
|
|
142412
|
+
*/
|
|
142413
|
+
shouldEnableSelfCorrection: boolean;
|
|
142414
|
+
/**
|
|
142415
|
+
* To enable/disable SQL execution.
|
|
142416
|
+
*/
|
|
142417
|
+
shouldEnableSqlExecution: boolean;
|
|
142418
|
+
/**
|
|
142419
|
+
* The input location definition.
|
|
142420
|
+
*/
|
|
142421
|
+
tableAndColumnDescriptions: outputs.GenerativeAi.GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescription[];
|
|
142422
|
+
/**
|
|
142423
|
+
* The type of the Tool config. The allowed values are:
|
|
142424
|
+
* * `SQL_TOOL_CONFIG`: The config for sql Tool.
|
|
142425
|
+
* * `RAG_TOOL_CONFIG`: The config for rag Tool.
|
|
142426
|
+
* * FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
|
|
142427
|
+
*/
|
|
142428
|
+
toolConfigType: string;
|
|
142429
|
+
}
|
|
142430
|
+
interface GetAgentToolsToolCollectionItemToolConfigDatabaseConnection {
|
|
142431
|
+
/**
|
|
142432
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
|
142433
|
+
*/
|
|
142434
|
+
connectionId: string;
|
|
142435
|
+
/**
|
|
142436
|
+
* The type of Database connection. The allowed values are:
|
|
142437
|
+
* * `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
|
142438
|
+
*/
|
|
142439
|
+
connectionType: string;
|
|
142440
|
+
}
|
|
142441
|
+
interface GetAgentToolsToolCollectionItemToolConfigDatabaseSchema {
|
|
142442
|
+
/**
|
|
142443
|
+
* The bucket name of an object.
|
|
142444
|
+
*/
|
|
142445
|
+
bucket: string;
|
|
142446
|
+
/**
|
|
142447
|
+
* Inline content as input.
|
|
142448
|
+
*/
|
|
142449
|
+
content: string;
|
|
142450
|
+
/**
|
|
142451
|
+
* Type of InputLocation. The allowed values are:
|
|
142452
|
+
* * `INLINE`: The input location is inline.
|
|
142453
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142454
|
+
*/
|
|
142455
|
+
inputLocationType: string;
|
|
142456
|
+
/**
|
|
142457
|
+
* The namespace name of an object.
|
|
142458
|
+
*/
|
|
142459
|
+
namespace: string;
|
|
142460
|
+
/**
|
|
142461
|
+
* The prefix of file object(s) or folder prefix.
|
|
142462
|
+
*/
|
|
142463
|
+
prefix: string;
|
|
142464
|
+
}
|
|
142465
|
+
interface GetAgentToolsToolCollectionItemToolConfigFunction {
|
|
142466
|
+
/**
|
|
142467
|
+
* A description of the function.
|
|
142468
|
+
*/
|
|
142469
|
+
description: string;
|
|
142470
|
+
/**
|
|
142471
|
+
* The name of the function to invoke.
|
|
142472
|
+
*/
|
|
142473
|
+
name: string;
|
|
142474
|
+
/**
|
|
142475
|
+
* The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
|
|
142476
|
+
*/
|
|
142477
|
+
parameters: {
|
|
142478
|
+
[key: string]: string;
|
|
142479
|
+
};
|
|
142480
|
+
}
|
|
142481
|
+
interface GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomization {
|
|
142482
|
+
/**
|
|
142483
|
+
* If specified, the default instruction is replaced with provided instruction.
|
|
142484
|
+
*/
|
|
142485
|
+
instruction: string;
|
|
142486
|
+
}
|
|
142487
|
+
interface GetAgentToolsToolCollectionItemToolConfigIclExample {
|
|
142488
|
+
/**
|
|
142489
|
+
* The bucket name of an object.
|
|
142490
|
+
*/
|
|
142491
|
+
bucket: string;
|
|
142492
|
+
/**
|
|
142493
|
+
* Inline content as input.
|
|
142494
|
+
*/
|
|
142495
|
+
content: string;
|
|
142496
|
+
/**
|
|
142497
|
+
* Type of InputLocation. The allowed values are:
|
|
142498
|
+
* * `INLINE`: The input location is inline.
|
|
142499
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142500
|
+
*/
|
|
142501
|
+
inputLocationType: string;
|
|
142502
|
+
/**
|
|
142503
|
+
* The namespace name of an object.
|
|
142504
|
+
*/
|
|
142505
|
+
namespace: string;
|
|
142506
|
+
/**
|
|
142507
|
+
* The prefix of file object(s) or folder prefix.
|
|
142508
|
+
*/
|
|
142509
|
+
prefix: string;
|
|
142510
|
+
}
|
|
142511
|
+
interface GetAgentToolsToolCollectionItemToolConfigKnowledgeBaseConfig {
|
|
142512
|
+
/**
|
|
142513
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledgeBase this RAG Tool uses
|
|
142514
|
+
*/
|
|
142515
|
+
knowledgeBaseId: string;
|
|
142516
|
+
}
|
|
142517
|
+
interface GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescription {
|
|
142518
|
+
/**
|
|
142519
|
+
* The bucket name of an object.
|
|
142520
|
+
*/
|
|
142521
|
+
bucket: string;
|
|
142522
|
+
/**
|
|
142523
|
+
* Inline content as input.
|
|
142524
|
+
*/
|
|
142525
|
+
content: string;
|
|
142526
|
+
/**
|
|
142527
|
+
* Type of InputLocation. The allowed values are:
|
|
142528
|
+
* * `INLINE`: The input location is inline.
|
|
142529
|
+
* * `OBJECT_STORAGE_PREFIX`: The input location is object storage.
|
|
142530
|
+
*/
|
|
142531
|
+
inputLocationType: string;
|
|
142532
|
+
/**
|
|
142533
|
+
* The namespace name of an object.
|
|
142534
|
+
*/
|
|
142535
|
+
namespace: string;
|
|
142536
|
+
/**
|
|
142537
|
+
* The prefix of file object(s) or folder prefix.
|
|
142538
|
+
*/
|
|
142539
|
+
prefix: string;
|
|
142540
|
+
}
|
|
141442
142541
|
interface GetDedicatedAiClusterCapacity {
|
|
141443
142542
|
capacityType: string;
|
|
141444
142543
|
totalEndpointCapacity: number;
|
|
@@ -241220,6 +242319,10 @@ export declare namespace OspGateway {
|
|
|
241220
242319
|
* Subscription id identifier (OCID).
|
|
241221
242320
|
*/
|
|
241222
242321
|
id: string;
|
|
242322
|
+
/**
|
|
242323
|
+
* Corporate conversion allowed status
|
|
242324
|
+
*/
|
|
242325
|
+
isCorporateConversionAllowed: boolean;
|
|
241223
242326
|
/**
|
|
241224
242327
|
* Payment intension.
|
|
241225
242328
|
*/
|
|
@@ -241535,6 +242638,10 @@ export declare namespace OspGateway {
|
|
|
241535
242638
|
* Subscription id identifier (OCID).
|
|
241536
242639
|
*/
|
|
241537
242640
|
id: string;
|
|
242641
|
+
/**
|
|
242642
|
+
* Corporate conversion allowed status
|
|
242643
|
+
*/
|
|
242644
|
+
isCorporateConversionAllowed: boolean;
|
|
241538
242645
|
/**
|
|
241539
242646
|
* Payment intension.
|
|
241540
242647
|
*/
|
|
@@ -241795,6 +242902,10 @@ export declare namespace OspGateway {
|
|
|
241795
242902
|
* Subscription id identifier (OCID).
|
|
241796
242903
|
*/
|
|
241797
242904
|
id: string;
|
|
242905
|
+
/**
|
|
242906
|
+
* Corporate conversion allowed status
|
|
242907
|
+
*/
|
|
242908
|
+
isCorporateConversionAllowed: boolean;
|
|
241798
242909
|
/**
|
|
241799
242910
|
* Payment intension.
|
|
241800
242911
|
*/
|
|
@@ -242265,6 +243376,10 @@ export declare namespace OspGateway {
|
|
|
242265
243376
|
* (Updatable) Subscription id identifier (OCID).
|
|
242266
243377
|
*/
|
|
242267
243378
|
id: string;
|
|
243379
|
+
/**
|
|
243380
|
+
* (Updatable) Corporate conversion allowed status
|
|
243381
|
+
*/
|
|
243382
|
+
isCorporateConversionAllowed: boolean;
|
|
242268
243383
|
/**
|
|
242269
243384
|
* (Updatable) Payment intension.
|
|
242270
243385
|
*/
|