pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__py3-none-any.whl
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.
- pulumi_oci/__init__.py +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,7 @@ __all__ = [
|
|
28
28
|
'AgentAgentLlmConfig',
|
29
29
|
'AgentAgentLlmConfigRoutingLlmCustomization',
|
30
30
|
'AgentDataIngestionJobDataIngestionJobStatistic',
|
31
|
+
'AgentDataIngestionJobDataIngestionJobType',
|
31
32
|
'AgentDataSourceDataSourceConfig',
|
32
33
|
'AgentDataSourceDataSourceConfigObjectStoragePrefix',
|
33
34
|
'AgentKnowledgeBaseIndexConfig',
|
@@ -36,11 +37,16 @@ __all__ = [
|
|
36
37
|
'AgentKnowledgeBaseIndexConfigIndex',
|
37
38
|
'AgentKnowledgeBaseIndexConfigIndexSchema',
|
38
39
|
'AgentKnowledgeBaseIndexConfigSecretDetail',
|
40
|
+
'AgentKnowledgeBaseKnowledgeBaseStatistic',
|
39
41
|
'AgentToolToolConfig',
|
42
|
+
'AgentToolToolConfigApiSchema',
|
40
43
|
'AgentToolToolConfigDatabaseConnection',
|
41
44
|
'AgentToolToolConfigDatabaseSchema',
|
42
45
|
'AgentToolToolConfigFunction',
|
43
46
|
'AgentToolToolConfigGenerationLlmCustomization',
|
47
|
+
'AgentToolToolConfigHttpEndpointAuthConfig',
|
48
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource',
|
49
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig',
|
44
50
|
'AgentToolToolConfigIclExamples',
|
45
51
|
'AgentToolToolConfigKnowledgeBaseConfig',
|
46
52
|
'AgentToolToolConfigTableAndColumnDescription',
|
@@ -79,9 +85,11 @@ __all__ = [
|
|
79
85
|
'GetAgentAgentsAgentCollectionItemLlmConfigRoutingLlmCustomizationResult',
|
80
86
|
'GetAgentAgentsFilterResult',
|
81
87
|
'GetAgentDataIngestionJobDataIngestionJobStatisticResult',
|
88
|
+
'GetAgentDataIngestionJobDataIngestionJobTypeResult',
|
82
89
|
'GetAgentDataIngestionJobsDataIngestionJobCollectionResult',
|
83
90
|
'GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult',
|
84
91
|
'GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobStatisticResult',
|
92
|
+
'GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobTypeResult',
|
85
93
|
'GetAgentDataIngestionJobsFilterResult',
|
86
94
|
'GetAgentDataSourceDataSourceConfigResult',
|
87
95
|
'GetAgentDataSourceDataSourceConfigObjectStoragePrefixResult',
|
@@ -96,6 +104,7 @@ __all__ = [
|
|
96
104
|
'GetAgentKnowledgeBaseIndexConfigIndexResult',
|
97
105
|
'GetAgentKnowledgeBaseIndexConfigIndexSchemaResult',
|
98
106
|
'GetAgentKnowledgeBaseIndexConfigSecretDetailResult',
|
107
|
+
'GetAgentKnowledgeBaseKnowledgeBaseStatisticResult',
|
99
108
|
'GetAgentKnowledgeBasesFilterResult',
|
100
109
|
'GetAgentKnowledgeBasesKnowledgeBaseCollectionResult',
|
101
110
|
'GetAgentKnowledgeBasesKnowledgeBaseCollectionItemResult',
|
@@ -105,11 +114,16 @@ __all__ = [
|
|
105
114
|
'GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexResult',
|
106
115
|
'GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexSchemaResult',
|
107
116
|
'GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailResult',
|
117
|
+
'GetAgentKnowledgeBasesKnowledgeBaseCollectionItemKnowledgeBaseStatisticResult',
|
108
118
|
'GetAgentToolToolConfigResult',
|
119
|
+
'GetAgentToolToolConfigApiSchemaResult',
|
109
120
|
'GetAgentToolToolConfigDatabaseConnectionResult',
|
110
121
|
'GetAgentToolToolConfigDatabaseSchemaResult',
|
111
122
|
'GetAgentToolToolConfigFunctionResult',
|
112
123
|
'GetAgentToolToolConfigGenerationLlmCustomizationResult',
|
124
|
+
'GetAgentToolToolConfigHttpEndpointAuthConfigResult',
|
125
|
+
'GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult',
|
126
|
+
'GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult',
|
113
127
|
'GetAgentToolToolConfigIclExampleResult',
|
114
128
|
'GetAgentToolToolConfigKnowledgeBaseConfigResult',
|
115
129
|
'GetAgentToolToolConfigTableAndColumnDescriptionResult',
|
@@ -117,10 +131,14 @@ __all__ = [
|
|
117
131
|
'GetAgentToolsToolCollectionResult',
|
118
132
|
'GetAgentToolsToolCollectionItemResult',
|
119
133
|
'GetAgentToolsToolCollectionItemToolConfigResult',
|
134
|
+
'GetAgentToolsToolCollectionItemToolConfigApiSchemaResult',
|
120
135
|
'GetAgentToolsToolCollectionItemToolConfigDatabaseConnectionResult',
|
121
136
|
'GetAgentToolsToolCollectionItemToolConfigDatabaseSchemaResult',
|
122
137
|
'GetAgentToolsToolCollectionItemToolConfigFunctionResult',
|
123
138
|
'GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomizationResult',
|
139
|
+
'GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigResult',
|
140
|
+
'GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult',
|
141
|
+
'GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult',
|
124
142
|
'GetAgentToolsToolCollectionItemToolConfigIclExampleResult',
|
125
143
|
'GetAgentToolsToolCollectionItemToolConfigKnowledgeBaseConfigResult',
|
126
144
|
'GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescriptionResult',
|
@@ -650,6 +668,8 @@ class AgentDataIngestionJobDataIngestionJobStatistic(dict):
|
|
650
668
|
suggest = "duration_in_seconds"
|
651
669
|
elif key == "numberOfFailedFiles":
|
652
670
|
suggest = "number_of_failed_files"
|
671
|
+
elif key == "numberOfIgnoredFiles":
|
672
|
+
suggest = "number_of_ignored_files"
|
653
673
|
elif key == "numberOfIngestedFiles":
|
654
674
|
suggest = "number_of_ingested_files"
|
655
675
|
|
@@ -667,16 +687,20 @@ class AgentDataIngestionJobDataIngestionJobStatistic(dict):
|
|
667
687
|
def __init__(__self__, *,
|
668
688
|
duration_in_seconds: Optional[_builtins.int] = None,
|
669
689
|
number_of_failed_files: Optional[_builtins.int] = None,
|
690
|
+
number_of_ignored_files: Optional[_builtins.int] = None,
|
670
691
|
number_of_ingested_files: Optional[_builtins.int] = None):
|
671
692
|
"""
|
672
693
|
:param _builtins.int duration_in_seconds: The duration of this ingestion job.
|
673
694
|
:param _builtins.int number_of_failed_files: The number of files that have failed during the ingestion.
|
695
|
+
:param _builtins.int number_of_ignored_files: The number of files that have been ignored during the ingestion.
|
674
696
|
:param _builtins.int number_of_ingested_files: The number of files that have been successfully ingested during the ingestion.
|
675
697
|
"""
|
676
698
|
if duration_in_seconds is not None:
|
677
699
|
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
678
700
|
if number_of_failed_files is not None:
|
679
701
|
pulumi.set(__self__, "number_of_failed_files", number_of_failed_files)
|
702
|
+
if number_of_ignored_files is not None:
|
703
|
+
pulumi.set(__self__, "number_of_ignored_files", number_of_ignored_files)
|
680
704
|
if number_of_ingested_files is not None:
|
681
705
|
pulumi.set(__self__, "number_of_ingested_files", number_of_ingested_files)
|
682
706
|
|
@@ -696,6 +720,14 @@ class AgentDataIngestionJobDataIngestionJobStatistic(dict):
|
|
696
720
|
"""
|
697
721
|
return pulumi.get(self, "number_of_failed_files")
|
698
722
|
|
723
|
+
@_builtins.property
|
724
|
+
@pulumi.getter(name="numberOfIgnoredFiles")
|
725
|
+
def number_of_ignored_files(self) -> Optional[_builtins.int]:
|
726
|
+
"""
|
727
|
+
The number of files that have been ignored during the ingestion.
|
728
|
+
"""
|
729
|
+
return pulumi.get(self, "number_of_ignored_files")
|
730
|
+
|
699
731
|
@_builtins.property
|
700
732
|
@pulumi.getter(name="numberOfIngestedFiles")
|
701
733
|
def number_of_ingested_files(self) -> Optional[_builtins.int]:
|
@@ -705,6 +737,25 @@ class AgentDataIngestionJobDataIngestionJobStatistic(dict):
|
|
705
737
|
return pulumi.get(self, "number_of_ingested_files")
|
706
738
|
|
707
739
|
|
740
|
+
@pulumi.output_type
|
741
|
+
class AgentDataIngestionJobDataIngestionJobType(dict):
|
742
|
+
def __init__(__self__, *,
|
743
|
+
type: Optional[_builtins.str] = None):
|
744
|
+
"""
|
745
|
+
:param _builtins.str type: Type of ingestionJob.
|
746
|
+
"""
|
747
|
+
if type is not None:
|
748
|
+
pulumi.set(__self__, "type", type)
|
749
|
+
|
750
|
+
@_builtins.property
|
751
|
+
@pulumi.getter
|
752
|
+
def type(self) -> Optional[_builtins.str]:
|
753
|
+
"""
|
754
|
+
Type of ingestionJob.
|
755
|
+
"""
|
756
|
+
return pulumi.get(self, "type")
|
757
|
+
|
758
|
+
|
708
759
|
@pulumi.output_type
|
709
760
|
class AgentDataSourceDataSourceConfig(dict):
|
710
761
|
@staticmethod
|
@@ -730,8 +781,7 @@ class AgentDataSourceDataSourceConfig(dict):
|
|
730
781
|
data_source_config_type: _builtins.str,
|
731
782
|
object_storage_prefixes: Sequence['outputs.AgentDataSourceDataSourceConfigObjectStoragePrefix']):
|
732
783
|
"""
|
733
|
-
:param _builtins.str data_source_config_type: (Updatable) The type of the tool.
|
734
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
784
|
+
:param _builtins.str data_source_config_type: (Updatable) The type of the tool.
|
735
785
|
:param Sequence['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs'] object_storage_prefixes: (Updatable) The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
736
786
|
"""
|
737
787
|
pulumi.set(__self__, "data_source_config_type", data_source_config_type)
|
@@ -741,8 +791,7 @@ class AgentDataSourceDataSourceConfig(dict):
|
|
741
791
|
@pulumi.getter(name="dataSourceConfigType")
|
742
792
|
def data_source_config_type(self) -> _builtins.str:
|
743
793
|
"""
|
744
|
-
(Updatable) The type of the tool.
|
745
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
794
|
+
(Updatable) The type of the tool.
|
746
795
|
"""
|
747
796
|
return pulumi.get(self, "data_source_config_type")
|
748
797
|
|
@@ -764,7 +813,7 @@ class AgentDataSourceDataSourceConfigObjectStoragePrefix(dict):
|
|
764
813
|
"""
|
765
814
|
:param _builtins.str bucket: (Updatable) The bucket name of an object.
|
766
815
|
:param _builtins.str namespace: (Updatable) The namespace name of an object.
|
767
|
-
:param _builtins.str prefix: (Updatable) The
|
816
|
+
:param _builtins.str prefix: (Updatable) The prefix of file object(s) or folder prefix.
|
768
817
|
"""
|
769
818
|
pulumi.set(__self__, "bucket", bucket)
|
770
819
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -791,7 +840,7 @@ class AgentDataSourceDataSourceConfigObjectStoragePrefix(dict):
|
|
791
840
|
@pulumi.getter
|
792
841
|
def prefix(self) -> Optional[_builtins.str]:
|
793
842
|
"""
|
794
|
-
(Updatable) The
|
843
|
+
(Updatable) The prefix of file object(s) or folder prefix.
|
795
844
|
"""
|
796
845
|
return pulumi.get(self, "prefix")
|
797
846
|
|
@@ -834,19 +883,12 @@ class AgentKnowledgeBaseIndexConfig(dict):
|
|
834
883
|
secret_detail: Optional['outputs.AgentKnowledgeBaseIndexConfigSecretDetail'] = None,
|
835
884
|
should_enable_hybrid_search: Optional[_builtins.bool] = None):
|
836
885
|
"""
|
837
|
-
:param _builtins.str index_config_type: (Updatable) The type of index.
|
838
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
839
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
840
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
886
|
+
:param _builtins.str index_config_type: (Updatable) The type of index.
|
841
887
|
:param _builtins.str cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
842
|
-
:param 'AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs' database_connection: (Updatable)
|
843
|
-
|
844
|
-
The connection type for Databases.
|
888
|
+
:param 'AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs' database_connection: (Updatable) The connection type for Databases.
|
845
889
|
:param Sequence['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs'] database_functions: (Updatable) Array of Database functions to be used.
|
846
890
|
:param Sequence['AgentKnowledgeBaseIndexConfigIndexArgs'] indexes: (Updatable) Index configuration for open search.
|
847
|
-
:param 'AgentKnowledgeBaseIndexConfigSecretDetailArgs' secret_detail: (Updatable)
|
848
|
-
|
849
|
-
The details of configured security configuration on OpenSearch.
|
891
|
+
:param 'AgentKnowledgeBaseIndexConfigSecretDetailArgs' secret_detail: (Updatable) The details of configured security configuration on OpenSearch.
|
850
892
|
:param _builtins.bool should_enable_hybrid_search: (Updatable) Whether to enable Hybrid search in service managed OpenSearch.
|
851
893
|
|
852
894
|
|
@@ -871,10 +913,7 @@ class AgentKnowledgeBaseIndexConfig(dict):
|
|
871
913
|
@pulumi.getter(name="indexConfigType")
|
872
914
|
def index_config_type(self) -> _builtins.str:
|
873
915
|
"""
|
874
|
-
(Updatable) The type of index.
|
875
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
876
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
877
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
916
|
+
(Updatable) The type of index.
|
878
917
|
"""
|
879
918
|
return pulumi.get(self, "index_config_type")
|
880
919
|
|
@@ -890,9 +929,7 @@ class AgentKnowledgeBaseIndexConfig(dict):
|
|
890
929
|
@pulumi.getter(name="databaseConnection")
|
891
930
|
def database_connection(self) -> Optional['outputs.AgentKnowledgeBaseIndexConfigDatabaseConnection']:
|
892
931
|
"""
|
893
|
-
(Updatable)
|
894
|
-
|
895
|
-
The connection type for Databases.
|
932
|
+
(Updatable) The connection type for Databases.
|
896
933
|
"""
|
897
934
|
return pulumi.get(self, "database_connection")
|
898
935
|
|
@@ -916,9 +953,7 @@ class AgentKnowledgeBaseIndexConfig(dict):
|
|
916
953
|
@pulumi.getter(name="secretDetail")
|
917
954
|
def secret_detail(self) -> Optional['outputs.AgentKnowledgeBaseIndexConfigSecretDetail']:
|
918
955
|
"""
|
919
|
-
(Updatable)
|
920
|
-
|
921
|
-
The details of configured security configuration on OpenSearch.
|
956
|
+
(Updatable) The details of configured security configuration on OpenSearch.
|
922
957
|
"""
|
923
958
|
return pulumi.get(self, "secret_detail")
|
924
959
|
|
@@ -961,8 +996,7 @@ class AgentKnowledgeBaseIndexConfigDatabaseConnection(dict):
|
|
961
996
|
connection_type: _builtins.str):
|
962
997
|
"""
|
963
998
|
:param _builtins.str connection_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
964
|
-
:param _builtins.str connection_type: (Updatable) The type of Database connection.
|
965
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
999
|
+
:param _builtins.str connection_type: (Updatable) The type of Database connection.
|
966
1000
|
"""
|
967
1001
|
pulumi.set(__self__, "connection_id", connection_id)
|
968
1002
|
pulumi.set(__self__, "connection_type", connection_type)
|
@@ -979,8 +1013,7 @@ class AgentKnowledgeBaseIndexConfigDatabaseConnection(dict):
|
|
979
1013
|
@pulumi.getter(name="connectionType")
|
980
1014
|
def connection_type(self) -> _builtins.str:
|
981
1015
|
"""
|
982
|
-
(Updatable) The type of Database connection.
|
983
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
1016
|
+
(Updatable) The type of Database connection.
|
984
1017
|
"""
|
985
1018
|
return pulumi.get(self, "connection_type")
|
986
1019
|
|
@@ -1011,9 +1044,7 @@ class AgentKnowledgeBaseIndexConfigIndex(dict):
|
|
1011
1044
|
schema: Optional['outputs.AgentKnowledgeBaseIndexConfigIndexSchema'] = None):
|
1012
1045
|
"""
|
1013
1046
|
:param _builtins.str name: (Updatable) The index name in opensearch.
|
1014
|
-
:param 'AgentKnowledgeBaseIndexConfigIndexSchemaArgs' schema: (Updatable)
|
1015
|
-
|
1016
|
-
The index schema details.
|
1047
|
+
:param 'AgentKnowledgeBaseIndexConfigIndexSchemaArgs' schema: (Updatable) The index schema details.
|
1017
1048
|
"""
|
1018
1049
|
if name is not None:
|
1019
1050
|
pulumi.set(__self__, "name", name)
|
@@ -1032,9 +1063,7 @@ class AgentKnowledgeBaseIndexConfigIndex(dict):
|
|
1032
1063
|
@pulumi.getter
|
1033
1064
|
def schema(self) -> Optional['outputs.AgentKnowledgeBaseIndexConfigIndexSchema']:
|
1034
1065
|
"""
|
1035
|
-
(Updatable)
|
1036
|
-
|
1037
|
-
The index schema details.
|
1066
|
+
(Updatable) The index schema details.
|
1038
1067
|
"""
|
1039
1068
|
return pulumi.get(self, "schema")
|
1040
1069
|
|
@@ -1149,9 +1178,7 @@ class AgentKnowledgeBaseIndexConfigSecretDetail(dict):
|
|
1149
1178
|
idcs_url: Optional[_builtins.str] = None,
|
1150
1179
|
scope_url: Optional[_builtins.str] = None):
|
1151
1180
|
"""
|
1152
|
-
:param _builtins.str type: (Updatable) The type of OpenID.
|
1153
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
1154
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
1181
|
+
:param _builtins.str type: (Updatable) The type of OpenID.
|
1155
1182
|
:param _builtins.str vault_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
1156
1183
|
:param _builtins.str client_id: (Updatable) The IDCS Connect clientId.
|
1157
1184
|
:param _builtins.str idcs_url: (Updatable) The URL represent authentication url of the IDCS.
|
@@ -1170,9 +1197,7 @@ class AgentKnowledgeBaseIndexConfigSecretDetail(dict):
|
|
1170
1197
|
@pulumi.getter
|
1171
1198
|
def type(self) -> _builtins.str:
|
1172
1199
|
"""
|
1173
|
-
(Updatable) The type of OpenID.
|
1174
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
1175
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
1200
|
+
(Updatable) The type of OpenID.
|
1176
1201
|
"""
|
1177
1202
|
return pulumi.get(self, "type")
|
1178
1203
|
|
@@ -1209,6 +1234,56 @@ class AgentKnowledgeBaseIndexConfigSecretDetail(dict):
|
|
1209
1234
|
return pulumi.get(self, "scope_url")
|
1210
1235
|
|
1211
1236
|
|
1237
|
+
@pulumi.output_type
|
1238
|
+
class AgentKnowledgeBaseKnowledgeBaseStatistic(dict):
|
1239
|
+
@staticmethod
|
1240
|
+
def __key_warning(key: str):
|
1241
|
+
suggest = None
|
1242
|
+
if key == "sizeInBytes":
|
1243
|
+
suggest = "size_in_bytes"
|
1244
|
+
elif key == "totalIngestedFiles":
|
1245
|
+
suggest = "total_ingested_files"
|
1246
|
+
|
1247
|
+
if suggest:
|
1248
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentKnowledgeBaseKnowledgeBaseStatistic. Access the value via the '{suggest}' property getter instead.")
|
1249
|
+
|
1250
|
+
def __getitem__(self, key: str) -> Any:
|
1251
|
+
AgentKnowledgeBaseKnowledgeBaseStatistic.__key_warning(key)
|
1252
|
+
return super().__getitem__(key)
|
1253
|
+
|
1254
|
+
def get(self, key: str, default = None) -> Any:
|
1255
|
+
AgentKnowledgeBaseKnowledgeBaseStatistic.__key_warning(key)
|
1256
|
+
return super().get(key, default)
|
1257
|
+
|
1258
|
+
def __init__(__self__, *,
|
1259
|
+
size_in_bytes: Optional[_builtins.str] = None,
|
1260
|
+
total_ingested_files: Optional[_builtins.str] = None):
|
1261
|
+
"""
|
1262
|
+
:param _builtins.str size_in_bytes: Knowledge Base size in bytes.
|
1263
|
+
:param _builtins.str total_ingested_files: Total number of ingested files in Knowledge Base.
|
1264
|
+
"""
|
1265
|
+
if size_in_bytes is not None:
|
1266
|
+
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
1267
|
+
if total_ingested_files is not None:
|
1268
|
+
pulumi.set(__self__, "total_ingested_files", total_ingested_files)
|
1269
|
+
|
1270
|
+
@_builtins.property
|
1271
|
+
@pulumi.getter(name="sizeInBytes")
|
1272
|
+
def size_in_bytes(self) -> Optional[_builtins.str]:
|
1273
|
+
"""
|
1274
|
+
Knowledge Base size in bytes.
|
1275
|
+
"""
|
1276
|
+
return pulumi.get(self, "size_in_bytes")
|
1277
|
+
|
1278
|
+
@_builtins.property
|
1279
|
+
@pulumi.getter(name="totalIngestedFiles")
|
1280
|
+
def total_ingested_files(self) -> Optional[_builtins.str]:
|
1281
|
+
"""
|
1282
|
+
Total number of ingested files in Knowledge Base.
|
1283
|
+
"""
|
1284
|
+
return pulumi.get(self, "total_ingested_files")
|
1285
|
+
|
1286
|
+
|
1212
1287
|
@pulumi.output_type
|
1213
1288
|
class AgentToolToolConfig(dict):
|
1214
1289
|
@staticmethod
|
@@ -1216,12 +1291,18 @@ class AgentToolToolConfig(dict):
|
|
1216
1291
|
suggest = None
|
1217
1292
|
if key == "toolConfigType":
|
1218
1293
|
suggest = "tool_config_type"
|
1294
|
+
elif key == "agentEndpointId":
|
1295
|
+
suggest = "agent_endpoint_id"
|
1296
|
+
elif key == "apiSchema":
|
1297
|
+
suggest = "api_schema"
|
1219
1298
|
elif key == "databaseConnection":
|
1220
1299
|
suggest = "database_connection"
|
1221
1300
|
elif key == "databaseSchema":
|
1222
1301
|
suggest = "database_schema"
|
1223
1302
|
elif key == "generationLlmCustomization":
|
1224
1303
|
suggest = "generation_llm_customization"
|
1304
|
+
elif key == "httpEndpointAuthConfig":
|
1305
|
+
suggest = "http_endpoint_auth_config"
|
1225
1306
|
elif key == "iclExamples":
|
1226
1307
|
suggest = "icl_examples"
|
1227
1308
|
elif key == "knowledgeBaseConfigs":
|
@@ -1232,6 +1313,8 @@ class AgentToolToolConfig(dict):
|
|
1232
1313
|
suggest = "should_enable_self_correction"
|
1233
1314
|
elif key == "shouldEnableSqlExecution":
|
1234
1315
|
suggest = "should_enable_sql_execution"
|
1316
|
+
elif key == "subnetId":
|
1317
|
+
suggest = "subnet_id"
|
1235
1318
|
elif key == "tableAndColumnDescription":
|
1236
1319
|
suggest = "table_and_column_description"
|
1237
1320
|
|
@@ -1248,16 +1331,20 @@ class AgentToolToolConfig(dict):
|
|
1248
1331
|
|
1249
1332
|
def __init__(__self__, *,
|
1250
1333
|
tool_config_type: _builtins.str,
|
1334
|
+
agent_endpoint_id: Optional[_builtins.str] = None,
|
1335
|
+
api_schema: Optional['outputs.AgentToolToolConfigApiSchema'] = None,
|
1251
1336
|
database_connection: Optional['outputs.AgentToolToolConfigDatabaseConnection'] = None,
|
1252
1337
|
database_schema: Optional['outputs.AgentToolToolConfigDatabaseSchema'] = None,
|
1253
1338
|
dialect: Optional[_builtins.str] = None,
|
1254
1339
|
function: Optional['outputs.AgentToolToolConfigFunction'] = None,
|
1255
1340
|
generation_llm_customization: Optional['outputs.AgentToolToolConfigGenerationLlmCustomization'] = None,
|
1341
|
+
http_endpoint_auth_config: Optional['outputs.AgentToolToolConfigHttpEndpointAuthConfig'] = None,
|
1256
1342
|
icl_examples: Optional['outputs.AgentToolToolConfigIclExamples'] = None,
|
1257
1343
|
knowledge_base_configs: Optional[Sequence['outputs.AgentToolToolConfigKnowledgeBaseConfig']] = None,
|
1258
1344
|
model_size: Optional[_builtins.str] = None,
|
1259
1345
|
should_enable_self_correction: Optional[_builtins.bool] = None,
|
1260
1346
|
should_enable_sql_execution: Optional[_builtins.bool] = None,
|
1347
|
+
subnet_id: Optional[_builtins.str] = None,
|
1261
1348
|
table_and_column_description: Optional['outputs.AgentToolToolConfigTableAndColumnDescription'] = None):
|
1262
1349
|
"""
|
1263
1350
|
:param _builtins.str tool_config_type: (Updatable) The type of the Tool config. The allowed values are:
|
@@ -1268,19 +1355,27 @@ class AgentToolToolConfig(dict):
|
|
1268
1355
|
|
1269
1356
|
** IMPORTANT **
|
1270
1357
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1358
|
+
:param _builtins.str agent_endpoint_id: (Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
1359
|
+
:param 'AgentToolToolConfigApiSchemaArgs' api_schema: (Updatable) The input location definition for Api schema.
|
1271
1360
|
:param 'AgentToolToolConfigDatabaseConnectionArgs' database_connection: (Updatable) The connection type for Databases.
|
1272
1361
|
:param 'AgentToolToolConfigDatabaseSchemaArgs' database_schema: (Updatable) The input location definition.
|
1273
1362
|
:param _builtins.str dialect: (Updatable) Dialect to be used for SQL generation.
|
1274
1363
|
:param 'AgentToolToolConfigFunctionArgs' function: (Updatable) Details of Function for Function calling tool.
|
1275
1364
|
:param 'AgentToolToolConfigGenerationLlmCustomizationArgs' generation_llm_customization: (Updatable) Configuration to customize LLM.
|
1365
|
+
:param 'AgentToolToolConfigHttpEndpointAuthConfigArgs' http_endpoint_auth_config: (Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
1276
1366
|
:param 'AgentToolToolConfigIclExamplesArgs' icl_examples: (Updatable) The input location definition.
|
1277
1367
|
:param Sequence['AgentToolToolConfigKnowledgeBaseConfigArgs'] knowledge_base_configs: (Updatable) The KnowledgeBase configurations that this RAG Tool uses
|
1278
1368
|
:param _builtins.str model_size: (Updatable) Size of the model.
|
1279
1369
|
:param _builtins.bool should_enable_self_correction: (Updatable) To enable/disable self correction.
|
1280
1370
|
:param _builtins.bool should_enable_sql_execution: (Updatable) To enable/disable SQL execution.
|
1371
|
+
:param _builtins.str subnet_id: (Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
1281
1372
|
:param 'AgentToolToolConfigTableAndColumnDescriptionArgs' table_and_column_description: (Updatable) The input location definition.
|
1282
1373
|
"""
|
1283
1374
|
pulumi.set(__self__, "tool_config_type", tool_config_type)
|
1375
|
+
if agent_endpoint_id is not None:
|
1376
|
+
pulumi.set(__self__, "agent_endpoint_id", agent_endpoint_id)
|
1377
|
+
if api_schema is not None:
|
1378
|
+
pulumi.set(__self__, "api_schema", api_schema)
|
1284
1379
|
if database_connection is not None:
|
1285
1380
|
pulumi.set(__self__, "database_connection", database_connection)
|
1286
1381
|
if database_schema is not None:
|
@@ -1291,6 +1386,8 @@ class AgentToolToolConfig(dict):
|
|
1291
1386
|
pulumi.set(__self__, "function", function)
|
1292
1387
|
if generation_llm_customization is not None:
|
1293
1388
|
pulumi.set(__self__, "generation_llm_customization", generation_llm_customization)
|
1389
|
+
if http_endpoint_auth_config is not None:
|
1390
|
+
pulumi.set(__self__, "http_endpoint_auth_config", http_endpoint_auth_config)
|
1294
1391
|
if icl_examples is not None:
|
1295
1392
|
pulumi.set(__self__, "icl_examples", icl_examples)
|
1296
1393
|
if knowledge_base_configs is not None:
|
@@ -1301,6 +1398,8 @@ class AgentToolToolConfig(dict):
|
|
1301
1398
|
pulumi.set(__self__, "should_enable_self_correction", should_enable_self_correction)
|
1302
1399
|
if should_enable_sql_execution is not None:
|
1303
1400
|
pulumi.set(__self__, "should_enable_sql_execution", should_enable_sql_execution)
|
1401
|
+
if subnet_id is not None:
|
1402
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
1304
1403
|
if table_and_column_description is not None:
|
1305
1404
|
pulumi.set(__self__, "table_and_column_description", table_and_column_description)
|
1306
1405
|
|
@@ -1319,6 +1418,22 @@ class AgentToolToolConfig(dict):
|
|
1319
1418
|
"""
|
1320
1419
|
return pulumi.get(self, "tool_config_type")
|
1321
1420
|
|
1421
|
+
@_builtins.property
|
1422
|
+
@pulumi.getter(name="agentEndpointId")
|
1423
|
+
def agent_endpoint_id(self) -> Optional[_builtins.str]:
|
1424
|
+
"""
|
1425
|
+
(Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
1426
|
+
"""
|
1427
|
+
return pulumi.get(self, "agent_endpoint_id")
|
1428
|
+
|
1429
|
+
@_builtins.property
|
1430
|
+
@pulumi.getter(name="apiSchema")
|
1431
|
+
def api_schema(self) -> Optional['outputs.AgentToolToolConfigApiSchema']:
|
1432
|
+
"""
|
1433
|
+
(Updatable) The input location definition for Api schema.
|
1434
|
+
"""
|
1435
|
+
return pulumi.get(self, "api_schema")
|
1436
|
+
|
1322
1437
|
@_builtins.property
|
1323
1438
|
@pulumi.getter(name="databaseConnection")
|
1324
1439
|
def database_connection(self) -> Optional['outputs.AgentToolToolConfigDatabaseConnection']:
|
@@ -1359,6 +1474,14 @@ class AgentToolToolConfig(dict):
|
|
1359
1474
|
"""
|
1360
1475
|
return pulumi.get(self, "generation_llm_customization")
|
1361
1476
|
|
1477
|
+
@_builtins.property
|
1478
|
+
@pulumi.getter(name="httpEndpointAuthConfig")
|
1479
|
+
def http_endpoint_auth_config(self) -> Optional['outputs.AgentToolToolConfigHttpEndpointAuthConfig']:
|
1480
|
+
"""
|
1481
|
+
(Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
1482
|
+
"""
|
1483
|
+
return pulumi.get(self, "http_endpoint_auth_config")
|
1484
|
+
|
1362
1485
|
@_builtins.property
|
1363
1486
|
@pulumi.getter(name="iclExamples")
|
1364
1487
|
def icl_examples(self) -> Optional['outputs.AgentToolToolConfigIclExamples']:
|
@@ -1399,6 +1522,14 @@ class AgentToolToolConfig(dict):
|
|
1399
1522
|
"""
|
1400
1523
|
return pulumi.get(self, "should_enable_sql_execution")
|
1401
1524
|
|
1525
|
+
@_builtins.property
|
1526
|
+
@pulumi.getter(name="subnetId")
|
1527
|
+
def subnet_id(self) -> Optional[_builtins.str]:
|
1528
|
+
"""
|
1529
|
+
(Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
1530
|
+
"""
|
1531
|
+
return pulumi.get(self, "subnet_id")
|
1532
|
+
|
1402
1533
|
@_builtins.property
|
1403
1534
|
@pulumi.getter(name="tableAndColumnDescription")
|
1404
1535
|
def table_and_column_description(self) -> Optional['outputs.AgentToolToolConfigTableAndColumnDescription']:
|
@@ -1408,6 +1539,93 @@ class AgentToolToolConfig(dict):
|
|
1408
1539
|
return pulumi.get(self, "table_and_column_description")
|
1409
1540
|
|
1410
1541
|
|
1542
|
+
@pulumi.output_type
|
1543
|
+
class AgentToolToolConfigApiSchema(dict):
|
1544
|
+
@staticmethod
|
1545
|
+
def __key_warning(key: str):
|
1546
|
+
suggest = None
|
1547
|
+
if key == "apiSchemaInputLocationType":
|
1548
|
+
suggest = "api_schema_input_location_type"
|
1549
|
+
|
1550
|
+
if suggest:
|
1551
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentToolToolConfigApiSchema. Access the value via the '{suggest}' property getter instead.")
|
1552
|
+
|
1553
|
+
def __getitem__(self, key: str) -> Any:
|
1554
|
+
AgentToolToolConfigApiSchema.__key_warning(key)
|
1555
|
+
return super().__getitem__(key)
|
1556
|
+
|
1557
|
+
def get(self, key: str, default = None) -> Any:
|
1558
|
+
AgentToolToolConfigApiSchema.__key_warning(key)
|
1559
|
+
return super().get(key, default)
|
1560
|
+
|
1561
|
+
def __init__(__self__, *,
|
1562
|
+
api_schema_input_location_type: _builtins.str,
|
1563
|
+
bucket: Optional[_builtins.str] = None,
|
1564
|
+
content: Optional[_builtins.str] = None,
|
1565
|
+
namespace: Optional[_builtins.str] = None,
|
1566
|
+
object: Optional[_builtins.str] = None):
|
1567
|
+
"""
|
1568
|
+
:param _builtins.str api_schema_input_location_type: (Updatable) Type of Api Schema InputLocation. The allowed values are:
|
1569
|
+
* `INLINE`: The Api schema input location is inline.
|
1570
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
1571
|
+
:param _builtins.str bucket: (Updatable) The bucket name of an object.
|
1572
|
+
:param _builtins.str content: (Updatable) Inline content as input.
|
1573
|
+
:param _builtins.str namespace: (Updatable) The namespace name of an object.
|
1574
|
+
:param _builtins.str object: (Updatable) The location/name of object.
|
1575
|
+
"""
|
1576
|
+
pulumi.set(__self__, "api_schema_input_location_type", api_schema_input_location_type)
|
1577
|
+
if bucket is not None:
|
1578
|
+
pulumi.set(__self__, "bucket", bucket)
|
1579
|
+
if content is not None:
|
1580
|
+
pulumi.set(__self__, "content", content)
|
1581
|
+
if namespace is not None:
|
1582
|
+
pulumi.set(__self__, "namespace", namespace)
|
1583
|
+
if object is not None:
|
1584
|
+
pulumi.set(__self__, "object", object)
|
1585
|
+
|
1586
|
+
@_builtins.property
|
1587
|
+
@pulumi.getter(name="apiSchemaInputLocationType")
|
1588
|
+
def api_schema_input_location_type(self) -> _builtins.str:
|
1589
|
+
"""
|
1590
|
+
(Updatable) Type of Api Schema InputLocation. The allowed values are:
|
1591
|
+
* `INLINE`: The Api schema input location is inline.
|
1592
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
1593
|
+
"""
|
1594
|
+
return pulumi.get(self, "api_schema_input_location_type")
|
1595
|
+
|
1596
|
+
@_builtins.property
|
1597
|
+
@pulumi.getter
|
1598
|
+
def bucket(self) -> Optional[_builtins.str]:
|
1599
|
+
"""
|
1600
|
+
(Updatable) The bucket name of an object.
|
1601
|
+
"""
|
1602
|
+
return pulumi.get(self, "bucket")
|
1603
|
+
|
1604
|
+
@_builtins.property
|
1605
|
+
@pulumi.getter
|
1606
|
+
def content(self) -> Optional[_builtins.str]:
|
1607
|
+
"""
|
1608
|
+
(Updatable) Inline content as input.
|
1609
|
+
"""
|
1610
|
+
return pulumi.get(self, "content")
|
1611
|
+
|
1612
|
+
@_builtins.property
|
1613
|
+
@pulumi.getter
|
1614
|
+
def namespace(self) -> Optional[_builtins.str]:
|
1615
|
+
"""
|
1616
|
+
(Updatable) The namespace name of an object.
|
1617
|
+
"""
|
1618
|
+
return pulumi.get(self, "namespace")
|
1619
|
+
|
1620
|
+
@_builtins.property
|
1621
|
+
@pulumi.getter
|
1622
|
+
def object(self) -> Optional[_builtins.str]:
|
1623
|
+
"""
|
1624
|
+
(Updatable) The location/name of object.
|
1625
|
+
"""
|
1626
|
+
return pulumi.get(self, "object")
|
1627
|
+
|
1628
|
+
|
1411
1629
|
@pulumi.output_type
|
1412
1630
|
class AgentToolToolConfigDatabaseConnection(dict):
|
1413
1631
|
@staticmethod
|
@@ -1607,6 +1825,211 @@ class AgentToolToolConfigGenerationLlmCustomization(dict):
|
|
1607
1825
|
return pulumi.get(self, "instruction")
|
1608
1826
|
|
1609
1827
|
|
1828
|
+
@pulumi.output_type
|
1829
|
+
class AgentToolToolConfigHttpEndpointAuthConfig(dict):
|
1830
|
+
@staticmethod
|
1831
|
+
def __key_warning(key: str):
|
1832
|
+
suggest = None
|
1833
|
+
if key == "httpEndpointAuthSources":
|
1834
|
+
suggest = "http_endpoint_auth_sources"
|
1835
|
+
|
1836
|
+
if suggest:
|
1837
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentToolToolConfigHttpEndpointAuthConfig. Access the value via the '{suggest}' property getter instead.")
|
1838
|
+
|
1839
|
+
def __getitem__(self, key: str) -> Any:
|
1840
|
+
AgentToolToolConfigHttpEndpointAuthConfig.__key_warning(key)
|
1841
|
+
return super().__getitem__(key)
|
1842
|
+
|
1843
|
+
def get(self, key: str, default = None) -> Any:
|
1844
|
+
AgentToolToolConfigHttpEndpointAuthConfig.__key_warning(key)
|
1845
|
+
return super().get(key, default)
|
1846
|
+
|
1847
|
+
def __init__(__self__, *,
|
1848
|
+
http_endpoint_auth_sources: Optional[Sequence['outputs.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource']] = None):
|
1849
|
+
"""
|
1850
|
+
:param Sequence['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs'] http_endpoint_auth_sources: (Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
1851
|
+
"""
|
1852
|
+
if http_endpoint_auth_sources is not None:
|
1853
|
+
pulumi.set(__self__, "http_endpoint_auth_sources", http_endpoint_auth_sources)
|
1854
|
+
|
1855
|
+
@_builtins.property
|
1856
|
+
@pulumi.getter(name="httpEndpointAuthSources")
|
1857
|
+
def http_endpoint_auth_sources(self) -> Optional[Sequence['outputs.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource']]:
|
1858
|
+
"""
|
1859
|
+
(Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
1860
|
+
"""
|
1861
|
+
return pulumi.get(self, "http_endpoint_auth_sources")
|
1862
|
+
|
1863
|
+
|
1864
|
+
@pulumi.output_type
|
1865
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource(dict):
|
1866
|
+
@staticmethod
|
1867
|
+
def __key_warning(key: str):
|
1868
|
+
suggest = None
|
1869
|
+
if key == "httpEndpointAuthScope":
|
1870
|
+
suggest = "http_endpoint_auth_scope"
|
1871
|
+
elif key == "httpEndpointAuthScopeConfig":
|
1872
|
+
suggest = "http_endpoint_auth_scope_config"
|
1873
|
+
|
1874
|
+
if suggest:
|
1875
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource. Access the value via the '{suggest}' property getter instead.")
|
1876
|
+
|
1877
|
+
def __getitem__(self, key: str) -> Any:
|
1878
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource.__key_warning(key)
|
1879
|
+
return super().__getitem__(key)
|
1880
|
+
|
1881
|
+
def get(self, key: str, default = None) -> Any:
|
1882
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource.__key_warning(key)
|
1883
|
+
return super().get(key, default)
|
1884
|
+
|
1885
|
+
def __init__(__self__, *,
|
1886
|
+
http_endpoint_auth_scope: Optional[_builtins.str] = None,
|
1887
|
+
http_endpoint_auth_scope_config: Optional['outputs.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig'] = None):
|
1888
|
+
"""
|
1889
|
+
:param _builtins.str http_endpoint_auth_scope: (Updatable) Specifies the level from which credentials should be resolved.
|
1890
|
+
:param 'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs' http_endpoint_auth_scope_config: (Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
1891
|
+
"""
|
1892
|
+
if http_endpoint_auth_scope is not None:
|
1893
|
+
pulumi.set(__self__, "http_endpoint_auth_scope", http_endpoint_auth_scope)
|
1894
|
+
if http_endpoint_auth_scope_config is not None:
|
1895
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config", http_endpoint_auth_scope_config)
|
1896
|
+
|
1897
|
+
@_builtins.property
|
1898
|
+
@pulumi.getter(name="httpEndpointAuthScope")
|
1899
|
+
def http_endpoint_auth_scope(self) -> Optional[_builtins.str]:
|
1900
|
+
"""
|
1901
|
+
(Updatable) Specifies the level from which credentials should be resolved.
|
1902
|
+
"""
|
1903
|
+
return pulumi.get(self, "http_endpoint_auth_scope")
|
1904
|
+
|
1905
|
+
@_builtins.property
|
1906
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfig")
|
1907
|
+
def http_endpoint_auth_scope_config(self) -> Optional['outputs.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig']:
|
1908
|
+
"""
|
1909
|
+
(Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
1910
|
+
"""
|
1911
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config")
|
1912
|
+
|
1913
|
+
|
1914
|
+
@pulumi.output_type
|
1915
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig(dict):
|
1916
|
+
@staticmethod
|
1917
|
+
def __key_warning(key: str):
|
1918
|
+
suggest = None
|
1919
|
+
if key == "httpEndpointAuthScopeConfigType":
|
1920
|
+
suggest = "http_endpoint_auth_scope_config_type"
|
1921
|
+
elif key == "clientId":
|
1922
|
+
suggest = "client_id"
|
1923
|
+
elif key == "idcsUrl":
|
1924
|
+
suggest = "idcs_url"
|
1925
|
+
elif key == "keyLocation":
|
1926
|
+
suggest = "key_location"
|
1927
|
+
elif key == "keyName":
|
1928
|
+
suggest = "key_name"
|
1929
|
+
elif key == "scopeUrl":
|
1930
|
+
suggest = "scope_url"
|
1931
|
+
elif key == "vaultSecretId":
|
1932
|
+
suggest = "vault_secret_id"
|
1933
|
+
|
1934
|
+
if suggest:
|
1935
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig. Access the value via the '{suggest}' property getter instead.")
|
1936
|
+
|
1937
|
+
def __getitem__(self, key: str) -> Any:
|
1938
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig.__key_warning(key)
|
1939
|
+
return super().__getitem__(key)
|
1940
|
+
|
1941
|
+
def get(self, key: str, default = None) -> Any:
|
1942
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig.__key_warning(key)
|
1943
|
+
return super().get(key, default)
|
1944
|
+
|
1945
|
+
def __init__(__self__, *,
|
1946
|
+
http_endpoint_auth_scope_config_type: _builtins.str,
|
1947
|
+
client_id: Optional[_builtins.str] = None,
|
1948
|
+
idcs_url: Optional[_builtins.str] = None,
|
1949
|
+
key_location: Optional[_builtins.str] = None,
|
1950
|
+
key_name: Optional[_builtins.str] = None,
|
1951
|
+
scope_url: Optional[_builtins.str] = None,
|
1952
|
+
vault_secret_id: Optional[_builtins.str] = None):
|
1953
|
+
"""
|
1954
|
+
:param _builtins.str http_endpoint_auth_scope_config_type: (Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
1955
|
+
:param _builtins.str client_id: (Updatable) IDCS client ID.
|
1956
|
+
:param _builtins.str idcs_url: (Updatable) IDCS OpenID discovery endpoint.
|
1957
|
+
:param _builtins.str key_location: (Updatable) The location of the API key in the request.
|
1958
|
+
:param _builtins.str key_name: (Updatable) The name of the key parameter in the location.
|
1959
|
+
:param _builtins.str scope_url: (Updatable) OAuth2 scopes for token generation.
|
1960
|
+
:param _builtins.str vault_secret_id: (Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
1961
|
+
"""
|
1962
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config_type", http_endpoint_auth_scope_config_type)
|
1963
|
+
if client_id is not None:
|
1964
|
+
pulumi.set(__self__, "client_id", client_id)
|
1965
|
+
if idcs_url is not None:
|
1966
|
+
pulumi.set(__self__, "idcs_url", idcs_url)
|
1967
|
+
if key_location is not None:
|
1968
|
+
pulumi.set(__self__, "key_location", key_location)
|
1969
|
+
if key_name is not None:
|
1970
|
+
pulumi.set(__self__, "key_name", key_name)
|
1971
|
+
if scope_url is not None:
|
1972
|
+
pulumi.set(__self__, "scope_url", scope_url)
|
1973
|
+
if vault_secret_id is not None:
|
1974
|
+
pulumi.set(__self__, "vault_secret_id", vault_secret_id)
|
1975
|
+
|
1976
|
+
@_builtins.property
|
1977
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigType")
|
1978
|
+
def http_endpoint_auth_scope_config_type(self) -> _builtins.str:
|
1979
|
+
"""
|
1980
|
+
(Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
1981
|
+
"""
|
1982
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config_type")
|
1983
|
+
|
1984
|
+
@_builtins.property
|
1985
|
+
@pulumi.getter(name="clientId")
|
1986
|
+
def client_id(self) -> Optional[_builtins.str]:
|
1987
|
+
"""
|
1988
|
+
(Updatable) IDCS client ID.
|
1989
|
+
"""
|
1990
|
+
return pulumi.get(self, "client_id")
|
1991
|
+
|
1992
|
+
@_builtins.property
|
1993
|
+
@pulumi.getter(name="idcsUrl")
|
1994
|
+
def idcs_url(self) -> Optional[_builtins.str]:
|
1995
|
+
"""
|
1996
|
+
(Updatable) IDCS OpenID discovery endpoint.
|
1997
|
+
"""
|
1998
|
+
return pulumi.get(self, "idcs_url")
|
1999
|
+
|
2000
|
+
@_builtins.property
|
2001
|
+
@pulumi.getter(name="keyLocation")
|
2002
|
+
def key_location(self) -> Optional[_builtins.str]:
|
2003
|
+
"""
|
2004
|
+
(Updatable) The location of the API key in the request.
|
2005
|
+
"""
|
2006
|
+
return pulumi.get(self, "key_location")
|
2007
|
+
|
2008
|
+
@_builtins.property
|
2009
|
+
@pulumi.getter(name="keyName")
|
2010
|
+
def key_name(self) -> Optional[_builtins.str]:
|
2011
|
+
"""
|
2012
|
+
(Updatable) The name of the key parameter in the location.
|
2013
|
+
"""
|
2014
|
+
return pulumi.get(self, "key_name")
|
2015
|
+
|
2016
|
+
@_builtins.property
|
2017
|
+
@pulumi.getter(name="scopeUrl")
|
2018
|
+
def scope_url(self) -> Optional[_builtins.str]:
|
2019
|
+
"""
|
2020
|
+
(Updatable) OAuth2 scopes for token generation.
|
2021
|
+
"""
|
2022
|
+
return pulumi.get(self, "scope_url")
|
2023
|
+
|
2024
|
+
@_builtins.property
|
2025
|
+
@pulumi.getter(name="vaultSecretId")
|
2026
|
+
def vault_secret_id(self) -> Optional[_builtins.str]:
|
2027
|
+
"""
|
2028
|
+
(Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
2029
|
+
"""
|
2030
|
+
return pulumi.get(self, "vault_secret_id")
|
2031
|
+
|
2032
|
+
|
1610
2033
|
@pulumi.output_type
|
1611
2034
|
class AgentToolToolConfigIclExamples(dict):
|
1612
2035
|
@staticmethod
|
@@ -3380,14 +3803,17 @@ class GetAgentDataIngestionJobDataIngestionJobStatisticResult(dict):
|
|
3380
3803
|
def __init__(__self__, *,
|
3381
3804
|
duration_in_seconds: _builtins.int,
|
3382
3805
|
number_of_failed_files: _builtins.int,
|
3806
|
+
number_of_ignored_files: _builtins.int,
|
3383
3807
|
number_of_ingested_files: _builtins.int):
|
3384
3808
|
"""
|
3385
3809
|
:param _builtins.int duration_in_seconds: The duration of this ingestion job.
|
3386
3810
|
:param _builtins.int number_of_failed_files: The number of files that have failed during the ingestion.
|
3811
|
+
:param _builtins.int number_of_ignored_files: The number of files that have been ignored during the ingestion.
|
3387
3812
|
:param _builtins.int number_of_ingested_files: The number of files that have been successfully ingested during the ingestion.
|
3388
3813
|
"""
|
3389
3814
|
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
3390
3815
|
pulumi.set(__self__, "number_of_failed_files", number_of_failed_files)
|
3816
|
+
pulumi.set(__self__, "number_of_ignored_files", number_of_ignored_files)
|
3391
3817
|
pulumi.set(__self__, "number_of_ingested_files", number_of_ingested_files)
|
3392
3818
|
|
3393
3819
|
@_builtins.property
|
@@ -3406,6 +3832,14 @@ class GetAgentDataIngestionJobDataIngestionJobStatisticResult(dict):
|
|
3406
3832
|
"""
|
3407
3833
|
return pulumi.get(self, "number_of_failed_files")
|
3408
3834
|
|
3835
|
+
@_builtins.property
|
3836
|
+
@pulumi.getter(name="numberOfIgnoredFiles")
|
3837
|
+
def number_of_ignored_files(self) -> _builtins.int:
|
3838
|
+
"""
|
3839
|
+
The number of files that have been ignored during the ingestion.
|
3840
|
+
"""
|
3841
|
+
return pulumi.get(self, "number_of_ignored_files")
|
3842
|
+
|
3409
3843
|
@_builtins.property
|
3410
3844
|
@pulumi.getter(name="numberOfIngestedFiles")
|
3411
3845
|
def number_of_ingested_files(self) -> _builtins.int:
|
@@ -3415,6 +3849,24 @@ class GetAgentDataIngestionJobDataIngestionJobStatisticResult(dict):
|
|
3415
3849
|
return pulumi.get(self, "number_of_ingested_files")
|
3416
3850
|
|
3417
3851
|
|
3852
|
+
@pulumi.output_type
|
3853
|
+
class GetAgentDataIngestionJobDataIngestionJobTypeResult(dict):
|
3854
|
+
def __init__(__self__, *,
|
3855
|
+
type: _builtins.str):
|
3856
|
+
"""
|
3857
|
+
:param _builtins.str type: Type of ingestionJob.
|
3858
|
+
"""
|
3859
|
+
pulumi.set(__self__, "type", type)
|
3860
|
+
|
3861
|
+
@_builtins.property
|
3862
|
+
@pulumi.getter
|
3863
|
+
def type(self) -> _builtins.str:
|
3864
|
+
"""
|
3865
|
+
Type of ingestionJob.
|
3866
|
+
"""
|
3867
|
+
return pulumi.get(self, "type")
|
3868
|
+
|
3869
|
+
|
3418
3870
|
@pulumi.output_type
|
3419
3871
|
class GetAgentDataIngestionJobsDataIngestionJobCollectionResult(dict):
|
3420
3872
|
def __init__(__self__, *,
|
@@ -3432,12 +3884,14 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult(dict):
|
|
3432
3884
|
def __init__(__self__, *,
|
3433
3885
|
compartment_id: _builtins.str,
|
3434
3886
|
data_ingestion_job_statistics: Sequence['outputs.GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobStatisticResult'],
|
3887
|
+
data_ingestion_job_types: Sequence['outputs.GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobTypeResult'],
|
3435
3888
|
data_source_id: _builtins.str,
|
3436
3889
|
defined_tags: Mapping[str, _builtins.str],
|
3437
3890
|
description: _builtins.str,
|
3438
3891
|
display_name: _builtins.str,
|
3439
3892
|
freeform_tags: Mapping[str, _builtins.str],
|
3440
3893
|
id: _builtins.str,
|
3894
|
+
knowledge_base_id: _builtins.str,
|
3441
3895
|
lifecycle_details: _builtins.str,
|
3442
3896
|
state: _builtins.str,
|
3443
3897
|
system_tags: Mapping[str, _builtins.str],
|
@@ -3446,6 +3900,7 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult(dict):
|
|
3446
3900
|
"""
|
3447
3901
|
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
3448
3902
|
:param Sequence['GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobStatisticArgs'] data_ingestion_job_statistics: **DataIngestionJobStatistics**
|
3903
|
+
:param Sequence['GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobTypeArgs'] data_ingestion_job_types: DataIngestionJob type.
|
3449
3904
|
:param _builtins.str data_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the data source.
|
3450
3905
|
:param Mapping[str, _builtins.str] defined_tags: 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"}`
|
3451
3906
|
:param _builtins.str description: A user-friendly name. Does not have to be unique, and it's changeable.
|
@@ -3460,12 +3915,14 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult(dict):
|
|
3460
3915
|
"""
|
3461
3916
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
3462
3917
|
pulumi.set(__self__, "data_ingestion_job_statistics", data_ingestion_job_statistics)
|
3918
|
+
pulumi.set(__self__, "data_ingestion_job_types", data_ingestion_job_types)
|
3463
3919
|
pulumi.set(__self__, "data_source_id", data_source_id)
|
3464
3920
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
3465
3921
|
pulumi.set(__self__, "description", description)
|
3466
3922
|
pulumi.set(__self__, "display_name", display_name)
|
3467
3923
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
3468
3924
|
pulumi.set(__self__, "id", id)
|
3925
|
+
pulumi.set(__self__, "knowledge_base_id", knowledge_base_id)
|
3469
3926
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
3470
3927
|
pulumi.set(__self__, "state", state)
|
3471
3928
|
pulumi.set(__self__, "system_tags", system_tags)
|
@@ -3488,6 +3945,14 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult(dict):
|
|
3488
3945
|
"""
|
3489
3946
|
return pulumi.get(self, "data_ingestion_job_statistics")
|
3490
3947
|
|
3948
|
+
@_builtins.property
|
3949
|
+
@pulumi.getter(name="dataIngestionJobTypes")
|
3950
|
+
def data_ingestion_job_types(self) -> Sequence['outputs.GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobTypeResult']:
|
3951
|
+
"""
|
3952
|
+
DataIngestionJob type.
|
3953
|
+
"""
|
3954
|
+
return pulumi.get(self, "data_ingestion_job_types")
|
3955
|
+
|
3491
3956
|
@_builtins.property
|
3492
3957
|
@pulumi.getter(name="dataSourceId")
|
3493
3958
|
def data_source_id(self) -> _builtins.str:
|
@@ -3536,6 +4001,11 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemResult(dict):
|
|
3536
4001
|
"""
|
3537
4002
|
return pulumi.get(self, "id")
|
3538
4003
|
|
4004
|
+
@_builtins.property
|
4005
|
+
@pulumi.getter(name="knowledgeBaseId")
|
4006
|
+
def knowledge_base_id(self) -> _builtins.str:
|
4007
|
+
return pulumi.get(self, "knowledge_base_id")
|
4008
|
+
|
3539
4009
|
@_builtins.property
|
3540
4010
|
@pulumi.getter(name="lifecycleDetails")
|
3541
4011
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -3582,14 +4052,17 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobSta
|
|
3582
4052
|
def __init__(__self__, *,
|
3583
4053
|
duration_in_seconds: _builtins.int,
|
3584
4054
|
number_of_failed_files: _builtins.int,
|
4055
|
+
number_of_ignored_files: _builtins.int,
|
3585
4056
|
number_of_ingested_files: _builtins.int):
|
3586
4057
|
"""
|
3587
4058
|
:param _builtins.int duration_in_seconds: The duration of this ingestion job.
|
3588
4059
|
:param _builtins.int number_of_failed_files: The number of files that have failed during the ingestion.
|
4060
|
+
:param _builtins.int number_of_ignored_files: The number of files that have been ignored during the ingestion.
|
3589
4061
|
:param _builtins.int number_of_ingested_files: The number of files that have been successfully ingested during the ingestion.
|
3590
4062
|
"""
|
3591
4063
|
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
3592
4064
|
pulumi.set(__self__, "number_of_failed_files", number_of_failed_files)
|
4065
|
+
pulumi.set(__self__, "number_of_ignored_files", number_of_ignored_files)
|
3593
4066
|
pulumi.set(__self__, "number_of_ingested_files", number_of_ingested_files)
|
3594
4067
|
|
3595
4068
|
@_builtins.property
|
@@ -3608,6 +4081,14 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobSta
|
|
3608
4081
|
"""
|
3609
4082
|
return pulumi.get(self, "number_of_failed_files")
|
3610
4083
|
|
4084
|
+
@_builtins.property
|
4085
|
+
@pulumi.getter(name="numberOfIgnoredFiles")
|
4086
|
+
def number_of_ignored_files(self) -> _builtins.int:
|
4087
|
+
"""
|
4088
|
+
The number of files that have been ignored during the ingestion.
|
4089
|
+
"""
|
4090
|
+
return pulumi.get(self, "number_of_ignored_files")
|
4091
|
+
|
3611
4092
|
@_builtins.property
|
3612
4093
|
@pulumi.getter(name="numberOfIngestedFiles")
|
3613
4094
|
def number_of_ingested_files(self) -> _builtins.int:
|
@@ -3617,6 +4098,24 @@ class GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobSta
|
|
3617
4098
|
return pulumi.get(self, "number_of_ingested_files")
|
3618
4099
|
|
3619
4100
|
|
4101
|
+
@pulumi.output_type
|
4102
|
+
class GetAgentDataIngestionJobsDataIngestionJobCollectionItemDataIngestionJobTypeResult(dict):
|
4103
|
+
def __init__(__self__, *,
|
4104
|
+
type: _builtins.str):
|
4105
|
+
"""
|
4106
|
+
:param _builtins.str type: Type of ingestionJob.
|
4107
|
+
"""
|
4108
|
+
pulumi.set(__self__, "type", type)
|
4109
|
+
|
4110
|
+
@_builtins.property
|
4111
|
+
@pulumi.getter
|
4112
|
+
def type(self) -> _builtins.str:
|
4113
|
+
"""
|
4114
|
+
Type of ingestionJob.
|
4115
|
+
"""
|
4116
|
+
return pulumi.get(self, "type")
|
4117
|
+
|
4118
|
+
|
3620
4119
|
@pulumi.output_type
|
3621
4120
|
class GetAgentDataIngestionJobsFilterResult(dict):
|
3622
4121
|
def __init__(__self__, *,
|
@@ -3650,8 +4149,7 @@ class GetAgentDataSourceDataSourceConfigResult(dict):
|
|
3650
4149
|
data_source_config_type: _builtins.str,
|
3651
4150
|
object_storage_prefixes: Sequence['outputs.GetAgentDataSourceDataSourceConfigObjectStoragePrefixResult']):
|
3652
4151
|
"""
|
3653
|
-
:param _builtins.str data_source_config_type: The type of the tool.
|
3654
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
4152
|
+
:param _builtins.str data_source_config_type: The type of the tool.
|
3655
4153
|
:param Sequence['GetAgentDataSourceDataSourceConfigObjectStoragePrefixArgs'] object_storage_prefixes: The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
3656
4154
|
"""
|
3657
4155
|
pulumi.set(__self__, "data_source_config_type", data_source_config_type)
|
@@ -3661,8 +4159,7 @@ class GetAgentDataSourceDataSourceConfigResult(dict):
|
|
3661
4159
|
@pulumi.getter(name="dataSourceConfigType")
|
3662
4160
|
def data_source_config_type(self) -> _builtins.str:
|
3663
4161
|
"""
|
3664
|
-
The type of the tool.
|
3665
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
4162
|
+
The type of the tool.
|
3666
4163
|
"""
|
3667
4164
|
return pulumi.get(self, "data_source_config_type")
|
3668
4165
|
|
@@ -3684,7 +4181,7 @@ class GetAgentDataSourceDataSourceConfigObjectStoragePrefixResult(dict):
|
|
3684
4181
|
"""
|
3685
4182
|
:param _builtins.str bucket: The bucket name of an object.
|
3686
4183
|
:param _builtins.str namespace: The namespace name of an object.
|
3687
|
-
:param _builtins.str prefix: The
|
4184
|
+
:param _builtins.str prefix: The prefix of file object(s) or folder prefix.
|
3688
4185
|
"""
|
3689
4186
|
pulumi.set(__self__, "bucket", bucket)
|
3690
4187
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -3710,7 +4207,7 @@ class GetAgentDataSourceDataSourceConfigObjectStoragePrefixResult(dict):
|
|
3710
4207
|
@pulumi.getter
|
3711
4208
|
def prefix(self) -> _builtins.str:
|
3712
4209
|
"""
|
3713
|
-
The
|
4210
|
+
The prefix of file object(s) or folder prefix.
|
3714
4211
|
"""
|
3715
4212
|
return pulumi.get(self, "prefix")
|
3716
4213
|
|
@@ -3746,7 +4243,7 @@ class GetAgentDataSourcesDataSourceCollectionItemResult(dict):
|
|
3746
4243
|
time_updated: _builtins.str):
|
3747
4244
|
"""
|
3748
4245
|
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
3749
|
-
:param Sequence['GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigArgs'] data_source_configs:
|
4246
|
+
:param Sequence['GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigArgs'] data_source_configs: The details of data source.
|
3750
4247
|
:param Mapping[str, _builtins.str] defined_tags: 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"}`
|
3751
4248
|
:param _builtins.str description: A description of the data source.
|
3752
4249
|
:param _builtins.str display_name: A filter to return only resources that match the given display name exactly.
|
@@ -3787,7 +4284,7 @@ class GetAgentDataSourcesDataSourceCollectionItemResult(dict):
|
|
3787
4284
|
@pulumi.getter(name="dataSourceConfigs")
|
3788
4285
|
def data_source_configs(self) -> Sequence['outputs.GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigResult']:
|
3789
4286
|
"""
|
3790
|
-
|
4287
|
+
The details of data source.
|
3791
4288
|
"""
|
3792
4289
|
return pulumi.get(self, "data_source_configs")
|
3793
4290
|
|
@@ -3894,8 +4391,7 @@ class GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigResult(dict):
|
|
3894
4391
|
data_source_config_type: _builtins.str,
|
3895
4392
|
object_storage_prefixes: Sequence['outputs.GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigObjectStoragePrefixResult']):
|
3896
4393
|
"""
|
3897
|
-
:param _builtins.str data_source_config_type: The type of the tool.
|
3898
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
4394
|
+
:param _builtins.str data_source_config_type: The type of the tool.
|
3899
4395
|
:param Sequence['GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigObjectStoragePrefixArgs'] object_storage_prefixes: The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
3900
4396
|
"""
|
3901
4397
|
pulumi.set(__self__, "data_source_config_type", data_source_config_type)
|
@@ -3905,8 +4401,7 @@ class GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigResult(dict):
|
|
3905
4401
|
@pulumi.getter(name="dataSourceConfigType")
|
3906
4402
|
def data_source_config_type(self) -> _builtins.str:
|
3907
4403
|
"""
|
3908
|
-
The type of the tool.
|
3909
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
4404
|
+
The type of the tool.
|
3910
4405
|
"""
|
3911
4406
|
return pulumi.get(self, "data_source_config_type")
|
3912
4407
|
|
@@ -3928,7 +4423,7 @@ class GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigObjectStoragePr
|
|
3928
4423
|
"""
|
3929
4424
|
:param _builtins.str bucket: The bucket name of an object.
|
3930
4425
|
:param _builtins.str namespace: The namespace name of an object.
|
3931
|
-
:param _builtins.str prefix: The
|
4426
|
+
:param _builtins.str prefix: The prefix of file object(s) or folder prefix.
|
3932
4427
|
"""
|
3933
4428
|
pulumi.set(__self__, "bucket", bucket)
|
3934
4429
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -3954,7 +4449,7 @@ class GetAgentDataSourcesDataSourceCollectionItemDataSourceConfigObjectStoragePr
|
|
3954
4449
|
@pulumi.getter
|
3955
4450
|
def prefix(self) -> _builtins.str:
|
3956
4451
|
"""
|
3957
|
-
The
|
4452
|
+
The prefix of file object(s) or folder prefix.
|
3958
4453
|
"""
|
3959
4454
|
return pulumi.get(self, "prefix")
|
3960
4455
|
|
@@ -3998,14 +4493,11 @@ class GetAgentKnowledgeBaseIndexConfigResult(dict):
|
|
3998
4493
|
should_enable_hybrid_search: _builtins.bool):
|
3999
4494
|
"""
|
4000
4495
|
:param _builtins.str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
4001
|
-
:param Sequence['GetAgentKnowledgeBaseIndexConfigDatabaseConnectionArgs'] database_connections:
|
4496
|
+
:param Sequence['GetAgentKnowledgeBaseIndexConfigDatabaseConnectionArgs'] database_connections: The connection type for Databases.
|
4002
4497
|
:param Sequence['GetAgentKnowledgeBaseIndexConfigDatabaseFunctionArgs'] database_functions: Array of Database functions to be used.
|
4003
|
-
:param _builtins.str index_config_type: The type of index.
|
4004
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
4005
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
4006
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
4498
|
+
:param _builtins.str index_config_type: The type of index.
|
4007
4499
|
:param Sequence['GetAgentKnowledgeBaseIndexConfigIndexArgs'] indexes: Index configuration for open search.
|
4008
|
-
:param Sequence['GetAgentKnowledgeBaseIndexConfigSecretDetailArgs'] secret_details:
|
4500
|
+
:param Sequence['GetAgentKnowledgeBaseIndexConfigSecretDetailArgs'] secret_details: The details of configured security configuration on OpenSearch.
|
4009
4501
|
:param _builtins.bool should_enable_hybrid_search: Whether to enable Hybrid search in service managed OpenSearch.
|
4010
4502
|
"""
|
4011
4503
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
@@ -4028,7 +4520,7 @@ class GetAgentKnowledgeBaseIndexConfigResult(dict):
|
|
4028
4520
|
@pulumi.getter(name="databaseConnections")
|
4029
4521
|
def database_connections(self) -> Sequence['outputs.GetAgentKnowledgeBaseIndexConfigDatabaseConnectionResult']:
|
4030
4522
|
"""
|
4031
|
-
|
4523
|
+
The connection type for Databases.
|
4032
4524
|
"""
|
4033
4525
|
return pulumi.get(self, "database_connections")
|
4034
4526
|
|
@@ -4044,10 +4536,7 @@ class GetAgentKnowledgeBaseIndexConfigResult(dict):
|
|
4044
4536
|
@pulumi.getter(name="indexConfigType")
|
4045
4537
|
def index_config_type(self) -> _builtins.str:
|
4046
4538
|
"""
|
4047
|
-
The type of index.
|
4048
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
4049
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
4050
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
4539
|
+
The type of index.
|
4051
4540
|
"""
|
4052
4541
|
return pulumi.get(self, "index_config_type")
|
4053
4542
|
|
@@ -4063,7 +4552,7 @@ class GetAgentKnowledgeBaseIndexConfigResult(dict):
|
|
4063
4552
|
@pulumi.getter(name="secretDetails")
|
4064
4553
|
def secret_details(self) -> Sequence['outputs.GetAgentKnowledgeBaseIndexConfigSecretDetailResult']:
|
4065
4554
|
"""
|
4066
|
-
|
4555
|
+
The details of configured security configuration on OpenSearch.
|
4067
4556
|
"""
|
4068
4557
|
return pulumi.get(self, "secret_details")
|
4069
4558
|
|
@@ -4083,8 +4572,7 @@ class GetAgentKnowledgeBaseIndexConfigDatabaseConnectionResult(dict):
|
|
4083
4572
|
connection_type: _builtins.str):
|
4084
4573
|
"""
|
4085
4574
|
:param _builtins.str connection_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
4086
|
-
:param _builtins.str connection_type: The type of Database connection.
|
4087
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
4575
|
+
:param _builtins.str connection_type: The type of Database connection.
|
4088
4576
|
"""
|
4089
4577
|
pulumi.set(__self__, "connection_id", connection_id)
|
4090
4578
|
pulumi.set(__self__, "connection_type", connection_type)
|
@@ -4101,8 +4589,7 @@ class GetAgentKnowledgeBaseIndexConfigDatabaseConnectionResult(dict):
|
|
4101
4589
|
@pulumi.getter(name="connectionType")
|
4102
4590
|
def connection_type(self) -> _builtins.str:
|
4103
4591
|
"""
|
4104
|
-
The type of Database connection.
|
4105
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
4592
|
+
The type of Database connection.
|
4106
4593
|
"""
|
4107
4594
|
return pulumi.get(self, "connection_type")
|
4108
4595
|
|
@@ -4132,7 +4619,7 @@ class GetAgentKnowledgeBaseIndexConfigIndexResult(dict):
|
|
4132
4619
|
schemas: Sequence['outputs.GetAgentKnowledgeBaseIndexConfigIndexSchemaResult']):
|
4133
4620
|
"""
|
4134
4621
|
:param _builtins.str name: The index name in opensearch.
|
4135
|
-
:param Sequence['GetAgentKnowledgeBaseIndexConfigIndexSchemaArgs'] schemas:
|
4622
|
+
:param Sequence['GetAgentKnowledgeBaseIndexConfigIndexSchemaArgs'] schemas: The index schema details.
|
4136
4623
|
"""
|
4137
4624
|
pulumi.set(__self__, "name", name)
|
4138
4625
|
pulumi.set(__self__, "schemas", schemas)
|
@@ -4149,7 +4636,7 @@ class GetAgentKnowledgeBaseIndexConfigIndexResult(dict):
|
|
4149
4636
|
@pulumi.getter
|
4150
4637
|
def schemas(self) -> Sequence['outputs.GetAgentKnowledgeBaseIndexConfigIndexSchemaResult']:
|
4151
4638
|
"""
|
4152
|
-
|
4639
|
+
The index schema details.
|
4153
4640
|
"""
|
4154
4641
|
return pulumi.get(self, "schemas")
|
4155
4642
|
|
@@ -4217,9 +4704,7 @@ class GetAgentKnowledgeBaseIndexConfigSecretDetailResult(dict):
|
|
4217
4704
|
:param _builtins.str client_id: The IDCS Connect clientId.
|
4218
4705
|
:param _builtins.str idcs_url: The URL represent authentication url of the IDCS.
|
4219
4706
|
:param _builtins.str scope_url: Fully qualified scope url
|
4220
|
-
:param _builtins.str type: The type of OpenID.
|
4221
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
4222
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
4707
|
+
:param _builtins.str type: The type of OpenID.
|
4223
4708
|
:param _builtins.str vault_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
4224
4709
|
"""
|
4225
4710
|
pulumi.set(__self__, "client_id", client_id)
|
@@ -4256,9 +4741,7 @@ class GetAgentKnowledgeBaseIndexConfigSecretDetailResult(dict):
|
|
4256
4741
|
@pulumi.getter
|
4257
4742
|
def type(self) -> _builtins.str:
|
4258
4743
|
"""
|
4259
|
-
The type of OpenID.
|
4260
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
4261
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
4744
|
+
The type of OpenID.
|
4262
4745
|
"""
|
4263
4746
|
return pulumi.get(self, "type")
|
4264
4747
|
|
@@ -4271,6 +4754,35 @@ class GetAgentKnowledgeBaseIndexConfigSecretDetailResult(dict):
|
|
4271
4754
|
return pulumi.get(self, "vault_secret_id")
|
4272
4755
|
|
4273
4756
|
|
4757
|
+
@pulumi.output_type
|
4758
|
+
class GetAgentKnowledgeBaseKnowledgeBaseStatisticResult(dict):
|
4759
|
+
def __init__(__self__, *,
|
4760
|
+
size_in_bytes: _builtins.str,
|
4761
|
+
total_ingested_files: _builtins.str):
|
4762
|
+
"""
|
4763
|
+
:param _builtins.str size_in_bytes: Knowledge Base size in bytes.
|
4764
|
+
:param _builtins.str total_ingested_files: Total number of ingested files in Knowledge Base.
|
4765
|
+
"""
|
4766
|
+
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
4767
|
+
pulumi.set(__self__, "total_ingested_files", total_ingested_files)
|
4768
|
+
|
4769
|
+
@_builtins.property
|
4770
|
+
@pulumi.getter(name="sizeInBytes")
|
4771
|
+
def size_in_bytes(self) -> _builtins.str:
|
4772
|
+
"""
|
4773
|
+
Knowledge Base size in bytes.
|
4774
|
+
"""
|
4775
|
+
return pulumi.get(self, "size_in_bytes")
|
4776
|
+
|
4777
|
+
@_builtins.property
|
4778
|
+
@pulumi.getter(name="totalIngestedFiles")
|
4779
|
+
def total_ingested_files(self) -> _builtins.str:
|
4780
|
+
"""
|
4781
|
+
Total number of ingested files in Knowledge Base.
|
4782
|
+
"""
|
4783
|
+
return pulumi.get(self, "total_ingested_files")
|
4784
|
+
|
4785
|
+
|
4274
4786
|
@pulumi.output_type
|
4275
4787
|
class GetAgentKnowledgeBasesFilterResult(dict):
|
4276
4788
|
def __init__(__self__, *,
|
@@ -4326,6 +4838,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemResult(dict):
|
|
4326
4838
|
freeform_tags: Mapping[str, _builtins.str],
|
4327
4839
|
id: _builtins.str,
|
4328
4840
|
index_configs: Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult'],
|
4841
|
+
knowledge_base_statistics: Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemKnowledgeBaseStatisticResult'],
|
4329
4842
|
lifecycle_details: _builtins.str,
|
4330
4843
|
state: _builtins.str,
|
4331
4844
|
system_tags: Mapping[str, _builtins.str],
|
@@ -4338,7 +4851,8 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemResult(dict):
|
|
4338
4851
|
:param _builtins.str display_name: A filter to return only resources that match the given display name exactly.
|
4339
4852
|
:param Mapping[str, _builtins.str] freeform_tags: 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"}`
|
4340
4853
|
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the knowledge base.
|
4341
|
-
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigArgs'] index_configs:
|
4854
|
+
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigArgs'] index_configs: The index configuration of Knowledge bases.
|
4855
|
+
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemKnowledgeBaseStatisticArgs'] knowledge_base_statistics: Statistics for Default Knowledge Base.
|
4342
4856
|
:param _builtins.str lifecycle_details: A message that describes the current state of the knowledge base in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
4343
4857
|
:param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
4344
4858
|
:param Mapping[str, _builtins.str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -4352,6 +4866,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemResult(dict):
|
|
4352
4866
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4353
4867
|
pulumi.set(__self__, "id", id)
|
4354
4868
|
pulumi.set(__self__, "index_configs", index_configs)
|
4869
|
+
pulumi.set(__self__, "knowledge_base_statistics", knowledge_base_statistics)
|
4355
4870
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
4356
4871
|
pulumi.set(__self__, "state", state)
|
4357
4872
|
pulumi.set(__self__, "system_tags", system_tags)
|
@@ -4410,10 +4925,18 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemResult(dict):
|
|
4410
4925
|
@pulumi.getter(name="indexConfigs")
|
4411
4926
|
def index_configs(self) -> Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult']:
|
4412
4927
|
"""
|
4413
|
-
|
4928
|
+
The index configuration of Knowledge bases.
|
4414
4929
|
"""
|
4415
4930
|
return pulumi.get(self, "index_configs")
|
4416
4931
|
|
4932
|
+
@_builtins.property
|
4933
|
+
@pulumi.getter(name="knowledgeBaseStatistics")
|
4934
|
+
def knowledge_base_statistics(self) -> Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemKnowledgeBaseStatisticResult']:
|
4935
|
+
"""
|
4936
|
+
Statistics for Default Knowledge Base.
|
4937
|
+
"""
|
4938
|
+
return pulumi.get(self, "knowledge_base_statistics")
|
4939
|
+
|
4417
4940
|
@_builtins.property
|
4418
4941
|
@pulumi.getter(name="lifecycleDetails")
|
4419
4942
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -4467,14 +4990,11 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult(dict):
|
|
4467
4990
|
should_enable_hybrid_search: _builtins.bool):
|
4468
4991
|
"""
|
4469
4992
|
:param _builtins.str cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
4470
|
-
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseConnectionArgs'] database_connections:
|
4993
|
+
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseConnectionArgs'] database_connections: The connection type for Databases.
|
4471
4994
|
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseFunctionArgs'] database_functions: Array of Database functions to be used.
|
4472
|
-
:param _builtins.str index_config_type: The type of index.
|
4473
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
4474
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
4475
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
4995
|
+
:param _builtins.str index_config_type: The type of index.
|
4476
4996
|
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexArgs'] indexes: Index configuration for open search.
|
4477
|
-
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailArgs'] secret_details:
|
4997
|
+
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailArgs'] secret_details: The details of configured security configuration on OpenSearch.
|
4478
4998
|
:param _builtins.bool should_enable_hybrid_search: Whether to enable Hybrid search in service managed OpenSearch.
|
4479
4999
|
"""
|
4480
5000
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
@@ -4497,7 +5017,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult(dict):
|
|
4497
5017
|
@pulumi.getter(name="databaseConnections")
|
4498
5018
|
def database_connections(self) -> Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseConnectionResult']:
|
4499
5019
|
"""
|
4500
|
-
|
5020
|
+
The connection type for Databases.
|
4501
5021
|
"""
|
4502
5022
|
return pulumi.get(self, "database_connections")
|
4503
5023
|
|
@@ -4513,10 +5033,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult(dict):
|
|
4513
5033
|
@pulumi.getter(name="indexConfigType")
|
4514
5034
|
def index_config_type(self) -> _builtins.str:
|
4515
5035
|
"""
|
4516
|
-
The type of index.
|
4517
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
4518
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
4519
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
5036
|
+
The type of index.
|
4520
5037
|
"""
|
4521
5038
|
return pulumi.get(self, "index_config_type")
|
4522
5039
|
|
@@ -4532,7 +5049,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigResult(dict):
|
|
4532
5049
|
@pulumi.getter(name="secretDetails")
|
4533
5050
|
def secret_details(self) -> Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailResult']:
|
4534
5051
|
"""
|
4535
|
-
|
5052
|
+
The details of configured security configuration on OpenSearch.
|
4536
5053
|
"""
|
4537
5054
|
return pulumi.get(self, "secret_details")
|
4538
5055
|
|
@@ -4552,8 +5069,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseConnec
|
|
4552
5069
|
connection_type: _builtins.str):
|
4553
5070
|
"""
|
4554
5071
|
:param _builtins.str connection_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
4555
|
-
:param _builtins.str connection_type: The type of Database connection.
|
4556
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
5072
|
+
:param _builtins.str connection_type: The type of Database connection.
|
4557
5073
|
"""
|
4558
5074
|
pulumi.set(__self__, "connection_id", connection_id)
|
4559
5075
|
pulumi.set(__self__, "connection_type", connection_type)
|
@@ -4570,8 +5086,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigDatabaseConnec
|
|
4570
5086
|
@pulumi.getter(name="connectionType")
|
4571
5087
|
def connection_type(self) -> _builtins.str:
|
4572
5088
|
"""
|
4573
|
-
The type of Database connection.
|
4574
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
5089
|
+
The type of Database connection.
|
4575
5090
|
"""
|
4576
5091
|
return pulumi.get(self, "connection_type")
|
4577
5092
|
|
@@ -4601,7 +5116,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexResult(di
|
|
4601
5116
|
schemas: Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexSchemaResult']):
|
4602
5117
|
"""
|
4603
5118
|
:param _builtins.str name: The index name in opensearch.
|
4604
|
-
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexSchemaArgs'] schemas:
|
5119
|
+
:param Sequence['GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexSchemaArgs'] schemas: The index schema details.
|
4605
5120
|
"""
|
4606
5121
|
pulumi.set(__self__, "name", name)
|
4607
5122
|
pulumi.set(__self__, "schemas", schemas)
|
@@ -4618,7 +5133,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexResult(di
|
|
4618
5133
|
@pulumi.getter
|
4619
5134
|
def schemas(self) -> Sequence['outputs.GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigIndexSchemaResult']:
|
4620
5135
|
"""
|
4621
|
-
|
5136
|
+
The index schema details.
|
4622
5137
|
"""
|
4623
5138
|
return pulumi.get(self, "schemas")
|
4624
5139
|
|
@@ -4686,9 +5201,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailRe
|
|
4686
5201
|
:param _builtins.str client_id: The IDCS Connect clientId.
|
4687
5202
|
:param _builtins.str idcs_url: The URL represent authentication url of the IDCS.
|
4688
5203
|
:param _builtins.str scope_url: Fully qualified scope url
|
4689
|
-
:param _builtins.str type: The type of OpenID.
|
4690
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
4691
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
5204
|
+
:param _builtins.str type: The type of OpenID.
|
4692
5205
|
:param _builtins.str vault_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
4693
5206
|
"""
|
4694
5207
|
pulumi.set(__self__, "client_id", client_id)
|
@@ -4725,9 +5238,7 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailRe
|
|
4725
5238
|
@pulumi.getter
|
4726
5239
|
def type(self) -> _builtins.str:
|
4727
5240
|
"""
|
4728
|
-
The type of OpenID.
|
4729
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
4730
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
5241
|
+
The type of OpenID.
|
4731
5242
|
"""
|
4732
5243
|
return pulumi.get(self, "type")
|
4733
5244
|
|
@@ -4740,51 +5251,108 @@ class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemIndexConfigSecretDetailRe
|
|
4740
5251
|
return pulumi.get(self, "vault_secret_id")
|
4741
5252
|
|
4742
5253
|
|
5254
|
+
@pulumi.output_type
|
5255
|
+
class GetAgentKnowledgeBasesKnowledgeBaseCollectionItemKnowledgeBaseStatisticResult(dict):
|
5256
|
+
def __init__(__self__, *,
|
5257
|
+
size_in_bytes: _builtins.str,
|
5258
|
+
total_ingested_files: _builtins.str):
|
5259
|
+
"""
|
5260
|
+
:param _builtins.str size_in_bytes: Knowledge Base size in bytes.
|
5261
|
+
:param _builtins.str total_ingested_files: Total number of ingested files in Knowledge Base.
|
5262
|
+
"""
|
5263
|
+
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
5264
|
+
pulumi.set(__self__, "total_ingested_files", total_ingested_files)
|
5265
|
+
|
5266
|
+
@_builtins.property
|
5267
|
+
@pulumi.getter(name="sizeInBytes")
|
5268
|
+
def size_in_bytes(self) -> _builtins.str:
|
5269
|
+
"""
|
5270
|
+
Knowledge Base size in bytes.
|
5271
|
+
"""
|
5272
|
+
return pulumi.get(self, "size_in_bytes")
|
5273
|
+
|
5274
|
+
@_builtins.property
|
5275
|
+
@pulumi.getter(name="totalIngestedFiles")
|
5276
|
+
def total_ingested_files(self) -> _builtins.str:
|
5277
|
+
"""
|
5278
|
+
Total number of ingested files in Knowledge Base.
|
5279
|
+
"""
|
5280
|
+
return pulumi.get(self, "total_ingested_files")
|
5281
|
+
|
5282
|
+
|
4743
5283
|
@pulumi.output_type
|
4744
5284
|
class GetAgentToolToolConfigResult(dict):
|
4745
5285
|
def __init__(__self__, *,
|
5286
|
+
agent_endpoint_id: _builtins.str,
|
5287
|
+
api_schemas: Sequence['outputs.GetAgentToolToolConfigApiSchemaResult'],
|
4746
5288
|
database_connections: Sequence['outputs.GetAgentToolToolConfigDatabaseConnectionResult'],
|
4747
5289
|
database_schemas: Sequence['outputs.GetAgentToolToolConfigDatabaseSchemaResult'],
|
4748
5290
|
dialect: _builtins.str,
|
4749
5291
|
functions: Sequence['outputs.GetAgentToolToolConfigFunctionResult'],
|
4750
5292
|
generation_llm_customizations: Sequence['outputs.GetAgentToolToolConfigGenerationLlmCustomizationResult'],
|
5293
|
+
http_endpoint_auth_configs: Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigResult'],
|
4751
5294
|
icl_examples: Sequence['outputs.GetAgentToolToolConfigIclExampleResult'],
|
4752
5295
|
knowledge_base_configs: Sequence['outputs.GetAgentToolToolConfigKnowledgeBaseConfigResult'],
|
4753
5296
|
model_size: _builtins.str,
|
4754
5297
|
should_enable_self_correction: _builtins.bool,
|
4755
5298
|
should_enable_sql_execution: _builtins.bool,
|
5299
|
+
subnet_id: _builtins.str,
|
4756
5300
|
table_and_column_descriptions: Sequence['outputs.GetAgentToolToolConfigTableAndColumnDescriptionResult'],
|
4757
5301
|
tool_config_type: _builtins.str):
|
4758
5302
|
"""
|
5303
|
+
:param _builtins.str agent_endpoint_id: The AgentEndpoint OCID to be used as a tool in this agent.
|
5304
|
+
:param Sequence['GetAgentToolToolConfigApiSchemaArgs'] api_schemas: The input location definition for Api schema.
|
4759
5305
|
:param Sequence['GetAgentToolToolConfigDatabaseConnectionArgs'] database_connections: The connection type for Databases.
|
4760
5306
|
:param Sequence['GetAgentToolToolConfigDatabaseSchemaArgs'] database_schemas: The input location definition.
|
4761
5307
|
:param _builtins.str dialect: Dialect to be used for SQL generation.
|
4762
5308
|
:param Sequence['GetAgentToolToolConfigFunctionArgs'] functions: Details of Function for Function calling tool.
|
4763
5309
|
:param Sequence['GetAgentToolToolConfigGenerationLlmCustomizationArgs'] generation_llm_customizations: Configuration to customize LLM.
|
5310
|
+
:param Sequence['GetAgentToolToolConfigHttpEndpointAuthConfigArgs'] http_endpoint_auth_configs: Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
4764
5311
|
:param Sequence['GetAgentToolToolConfigIclExampleArgs'] icl_examples: The input location definition.
|
4765
5312
|
:param Sequence['GetAgentToolToolConfigKnowledgeBaseConfigArgs'] knowledge_base_configs: The KnowledgeBase configurations that this RAG Tool uses
|
4766
5313
|
:param _builtins.str model_size: Size of the model.
|
4767
5314
|
:param _builtins.bool should_enable_self_correction: To enable/disable self correction.
|
4768
5315
|
:param _builtins.bool should_enable_sql_execution: To enable/disable SQL execution.
|
5316
|
+
:param _builtins.str subnet_id: The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
4769
5317
|
:param Sequence['GetAgentToolToolConfigTableAndColumnDescriptionArgs'] table_and_column_descriptions: The input location definition.
|
4770
5318
|
:param _builtins.str tool_config_type: The type of the Tool config. The allowed values are:
|
4771
5319
|
* `SQL_TOOL_CONFIG`: The config for sql Tool.
|
4772
5320
|
* `RAG_TOOL_CONFIG`: The config for rag Tool.
|
4773
5321
|
* FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
|
4774
5322
|
"""
|
5323
|
+
pulumi.set(__self__, "agent_endpoint_id", agent_endpoint_id)
|
5324
|
+
pulumi.set(__self__, "api_schemas", api_schemas)
|
4775
5325
|
pulumi.set(__self__, "database_connections", database_connections)
|
4776
5326
|
pulumi.set(__self__, "database_schemas", database_schemas)
|
4777
5327
|
pulumi.set(__self__, "dialect", dialect)
|
4778
5328
|
pulumi.set(__self__, "functions", functions)
|
4779
5329
|
pulumi.set(__self__, "generation_llm_customizations", generation_llm_customizations)
|
5330
|
+
pulumi.set(__self__, "http_endpoint_auth_configs", http_endpoint_auth_configs)
|
4780
5331
|
pulumi.set(__self__, "icl_examples", icl_examples)
|
4781
5332
|
pulumi.set(__self__, "knowledge_base_configs", knowledge_base_configs)
|
4782
5333
|
pulumi.set(__self__, "model_size", model_size)
|
4783
5334
|
pulumi.set(__self__, "should_enable_self_correction", should_enable_self_correction)
|
4784
5335
|
pulumi.set(__self__, "should_enable_sql_execution", should_enable_sql_execution)
|
5336
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
4785
5337
|
pulumi.set(__self__, "table_and_column_descriptions", table_and_column_descriptions)
|
4786
5338
|
pulumi.set(__self__, "tool_config_type", tool_config_type)
|
4787
5339
|
|
5340
|
+
@_builtins.property
|
5341
|
+
@pulumi.getter(name="agentEndpointId")
|
5342
|
+
def agent_endpoint_id(self) -> _builtins.str:
|
5343
|
+
"""
|
5344
|
+
The AgentEndpoint OCID to be used as a tool in this agent.
|
5345
|
+
"""
|
5346
|
+
return pulumi.get(self, "agent_endpoint_id")
|
5347
|
+
|
5348
|
+
@_builtins.property
|
5349
|
+
@pulumi.getter(name="apiSchemas")
|
5350
|
+
def api_schemas(self) -> Sequence['outputs.GetAgentToolToolConfigApiSchemaResult']:
|
5351
|
+
"""
|
5352
|
+
The input location definition for Api schema.
|
5353
|
+
"""
|
5354
|
+
return pulumi.get(self, "api_schemas")
|
5355
|
+
|
4788
5356
|
@_builtins.property
|
4789
5357
|
@pulumi.getter(name="databaseConnections")
|
4790
5358
|
def database_connections(self) -> Sequence['outputs.GetAgentToolToolConfigDatabaseConnectionResult']:
|
@@ -4825,6 +5393,14 @@ class GetAgentToolToolConfigResult(dict):
|
|
4825
5393
|
"""
|
4826
5394
|
return pulumi.get(self, "generation_llm_customizations")
|
4827
5395
|
|
5396
|
+
@_builtins.property
|
5397
|
+
@pulumi.getter(name="httpEndpointAuthConfigs")
|
5398
|
+
def http_endpoint_auth_configs(self) -> Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigResult']:
|
5399
|
+
"""
|
5400
|
+
Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
5401
|
+
"""
|
5402
|
+
return pulumi.get(self, "http_endpoint_auth_configs")
|
5403
|
+
|
4828
5404
|
@_builtins.property
|
4829
5405
|
@pulumi.getter(name="iclExamples")
|
4830
5406
|
def icl_examples(self) -> Sequence['outputs.GetAgentToolToolConfigIclExampleResult']:
|
@@ -4865,6 +5441,14 @@ class GetAgentToolToolConfigResult(dict):
|
|
4865
5441
|
"""
|
4866
5442
|
return pulumi.get(self, "should_enable_sql_execution")
|
4867
5443
|
|
5444
|
+
@_builtins.property
|
5445
|
+
@pulumi.getter(name="subnetId")
|
5446
|
+
def subnet_id(self) -> _builtins.str:
|
5447
|
+
"""
|
5448
|
+
The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
5449
|
+
"""
|
5450
|
+
return pulumi.get(self, "subnet_id")
|
5451
|
+
|
4868
5452
|
@_builtins.property
|
4869
5453
|
@pulumi.getter(name="tableAndColumnDescriptions")
|
4870
5454
|
def table_and_column_descriptions(self) -> Sequence['outputs.GetAgentToolToolConfigTableAndColumnDescriptionResult']:
|
@@ -4885,6 +5469,72 @@ class GetAgentToolToolConfigResult(dict):
|
|
4885
5469
|
return pulumi.get(self, "tool_config_type")
|
4886
5470
|
|
4887
5471
|
|
5472
|
+
@pulumi.output_type
|
5473
|
+
class GetAgentToolToolConfigApiSchemaResult(dict):
|
5474
|
+
def __init__(__self__, *,
|
5475
|
+
api_schema_input_location_type: _builtins.str,
|
5476
|
+
bucket: _builtins.str,
|
5477
|
+
content: _builtins.str,
|
5478
|
+
namespace: _builtins.str,
|
5479
|
+
object: _builtins.str):
|
5480
|
+
"""
|
5481
|
+
:param _builtins.str api_schema_input_location_type: Type of Api Schema InputLocation. The allowed values are:
|
5482
|
+
* `INLINE`: The Api schema input location is inline.
|
5483
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
5484
|
+
:param _builtins.str bucket: The bucket name of an object.
|
5485
|
+
:param _builtins.str content: Inline content as input.
|
5486
|
+
:param _builtins.str namespace: The namespace name of an object.
|
5487
|
+
:param _builtins.str object: The location/name of object.
|
5488
|
+
"""
|
5489
|
+
pulumi.set(__self__, "api_schema_input_location_type", api_schema_input_location_type)
|
5490
|
+
pulumi.set(__self__, "bucket", bucket)
|
5491
|
+
pulumi.set(__self__, "content", content)
|
5492
|
+
pulumi.set(__self__, "namespace", namespace)
|
5493
|
+
pulumi.set(__self__, "object", object)
|
5494
|
+
|
5495
|
+
@_builtins.property
|
5496
|
+
@pulumi.getter(name="apiSchemaInputLocationType")
|
5497
|
+
def api_schema_input_location_type(self) -> _builtins.str:
|
5498
|
+
"""
|
5499
|
+
Type of Api Schema InputLocation. The allowed values are:
|
5500
|
+
* `INLINE`: The Api schema input location is inline.
|
5501
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
5502
|
+
"""
|
5503
|
+
return pulumi.get(self, "api_schema_input_location_type")
|
5504
|
+
|
5505
|
+
@_builtins.property
|
5506
|
+
@pulumi.getter
|
5507
|
+
def bucket(self) -> _builtins.str:
|
5508
|
+
"""
|
5509
|
+
The bucket name of an object.
|
5510
|
+
"""
|
5511
|
+
return pulumi.get(self, "bucket")
|
5512
|
+
|
5513
|
+
@_builtins.property
|
5514
|
+
@pulumi.getter
|
5515
|
+
def content(self) -> _builtins.str:
|
5516
|
+
"""
|
5517
|
+
Inline content as input.
|
5518
|
+
"""
|
5519
|
+
return pulumi.get(self, "content")
|
5520
|
+
|
5521
|
+
@_builtins.property
|
5522
|
+
@pulumi.getter
|
5523
|
+
def namespace(self) -> _builtins.str:
|
5524
|
+
"""
|
5525
|
+
The namespace name of an object.
|
5526
|
+
"""
|
5527
|
+
return pulumi.get(self, "namespace")
|
5528
|
+
|
5529
|
+
@_builtins.property
|
5530
|
+
@pulumi.getter
|
5531
|
+
def object(self) -> _builtins.str:
|
5532
|
+
"""
|
5533
|
+
The location/name of object.
|
5534
|
+
"""
|
5535
|
+
return pulumi.get(self, "object")
|
5536
|
+
|
5537
|
+
|
4888
5538
|
@pulumi.output_type
|
4889
5539
|
class GetAgentToolToolConfigDatabaseConnectionResult(dict):
|
4890
5540
|
def __init__(__self__, *,
|
@@ -5040,6 +5690,137 @@ class GetAgentToolToolConfigGenerationLlmCustomizationResult(dict):
|
|
5040
5690
|
return pulumi.get(self, "instruction")
|
5041
5691
|
|
5042
5692
|
|
5693
|
+
@pulumi.output_type
|
5694
|
+
class GetAgentToolToolConfigHttpEndpointAuthConfigResult(dict):
|
5695
|
+
def __init__(__self__, *,
|
5696
|
+
http_endpoint_auth_sources: Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult']):
|
5697
|
+
"""
|
5698
|
+
:param Sequence['GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs'] http_endpoint_auth_sources: A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
5699
|
+
"""
|
5700
|
+
pulumi.set(__self__, "http_endpoint_auth_sources", http_endpoint_auth_sources)
|
5701
|
+
|
5702
|
+
@_builtins.property
|
5703
|
+
@pulumi.getter(name="httpEndpointAuthSources")
|
5704
|
+
def http_endpoint_auth_sources(self) -> Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult']:
|
5705
|
+
"""
|
5706
|
+
A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
5707
|
+
"""
|
5708
|
+
return pulumi.get(self, "http_endpoint_auth_sources")
|
5709
|
+
|
5710
|
+
|
5711
|
+
@pulumi.output_type
|
5712
|
+
class GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult(dict):
|
5713
|
+
def __init__(__self__, *,
|
5714
|
+
http_endpoint_auth_scope: _builtins.str,
|
5715
|
+
http_endpoint_auth_scope_configs: Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult']):
|
5716
|
+
"""
|
5717
|
+
:param _builtins.str http_endpoint_auth_scope: Specifies the level from which credentials should be resolved.
|
5718
|
+
:param Sequence['GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs'] http_endpoint_auth_scope_configs: Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
5719
|
+
"""
|
5720
|
+
pulumi.set(__self__, "http_endpoint_auth_scope", http_endpoint_auth_scope)
|
5721
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_configs", http_endpoint_auth_scope_configs)
|
5722
|
+
|
5723
|
+
@_builtins.property
|
5724
|
+
@pulumi.getter(name="httpEndpointAuthScope")
|
5725
|
+
def http_endpoint_auth_scope(self) -> _builtins.str:
|
5726
|
+
"""
|
5727
|
+
Specifies the level from which credentials should be resolved.
|
5728
|
+
"""
|
5729
|
+
return pulumi.get(self, "http_endpoint_auth_scope")
|
5730
|
+
|
5731
|
+
@_builtins.property
|
5732
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigs")
|
5733
|
+
def http_endpoint_auth_scope_configs(self) -> Sequence['outputs.GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult']:
|
5734
|
+
"""
|
5735
|
+
Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
5736
|
+
"""
|
5737
|
+
return pulumi.get(self, "http_endpoint_auth_scope_configs")
|
5738
|
+
|
5739
|
+
|
5740
|
+
@pulumi.output_type
|
5741
|
+
class GetAgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult(dict):
|
5742
|
+
def __init__(__self__, *,
|
5743
|
+
client_id: _builtins.str,
|
5744
|
+
http_endpoint_auth_scope_config_type: _builtins.str,
|
5745
|
+
idcs_url: _builtins.str,
|
5746
|
+
key_location: _builtins.str,
|
5747
|
+
key_name: _builtins.str,
|
5748
|
+
scope_url: _builtins.str,
|
5749
|
+
vault_secret_id: _builtins.str):
|
5750
|
+
"""
|
5751
|
+
:param _builtins.str client_id: IDCS client ID.
|
5752
|
+
:param _builtins.str http_endpoint_auth_scope_config_type: The type of authentication to be applied for this HTTP Endpoint.
|
5753
|
+
:param _builtins.str idcs_url: IDCS OpenID discovery endpoint.
|
5754
|
+
:param _builtins.str key_location: The location of the API key in the request.
|
5755
|
+
:param _builtins.str key_name: The name of the key parameter in the location.
|
5756
|
+
:param _builtins.str scope_url: OAuth2 scopes for token generation.
|
5757
|
+
:param _builtins.str vault_secret_id: The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
5758
|
+
"""
|
5759
|
+
pulumi.set(__self__, "client_id", client_id)
|
5760
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config_type", http_endpoint_auth_scope_config_type)
|
5761
|
+
pulumi.set(__self__, "idcs_url", idcs_url)
|
5762
|
+
pulumi.set(__self__, "key_location", key_location)
|
5763
|
+
pulumi.set(__self__, "key_name", key_name)
|
5764
|
+
pulumi.set(__self__, "scope_url", scope_url)
|
5765
|
+
pulumi.set(__self__, "vault_secret_id", vault_secret_id)
|
5766
|
+
|
5767
|
+
@_builtins.property
|
5768
|
+
@pulumi.getter(name="clientId")
|
5769
|
+
def client_id(self) -> _builtins.str:
|
5770
|
+
"""
|
5771
|
+
IDCS client ID.
|
5772
|
+
"""
|
5773
|
+
return pulumi.get(self, "client_id")
|
5774
|
+
|
5775
|
+
@_builtins.property
|
5776
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigType")
|
5777
|
+
def http_endpoint_auth_scope_config_type(self) -> _builtins.str:
|
5778
|
+
"""
|
5779
|
+
The type of authentication to be applied for this HTTP Endpoint.
|
5780
|
+
"""
|
5781
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config_type")
|
5782
|
+
|
5783
|
+
@_builtins.property
|
5784
|
+
@pulumi.getter(name="idcsUrl")
|
5785
|
+
def idcs_url(self) -> _builtins.str:
|
5786
|
+
"""
|
5787
|
+
IDCS OpenID discovery endpoint.
|
5788
|
+
"""
|
5789
|
+
return pulumi.get(self, "idcs_url")
|
5790
|
+
|
5791
|
+
@_builtins.property
|
5792
|
+
@pulumi.getter(name="keyLocation")
|
5793
|
+
def key_location(self) -> _builtins.str:
|
5794
|
+
"""
|
5795
|
+
The location of the API key in the request.
|
5796
|
+
"""
|
5797
|
+
return pulumi.get(self, "key_location")
|
5798
|
+
|
5799
|
+
@_builtins.property
|
5800
|
+
@pulumi.getter(name="keyName")
|
5801
|
+
def key_name(self) -> _builtins.str:
|
5802
|
+
"""
|
5803
|
+
The name of the key parameter in the location.
|
5804
|
+
"""
|
5805
|
+
return pulumi.get(self, "key_name")
|
5806
|
+
|
5807
|
+
@_builtins.property
|
5808
|
+
@pulumi.getter(name="scopeUrl")
|
5809
|
+
def scope_url(self) -> _builtins.str:
|
5810
|
+
"""
|
5811
|
+
OAuth2 scopes for token generation.
|
5812
|
+
"""
|
5813
|
+
return pulumi.get(self, "scope_url")
|
5814
|
+
|
5815
|
+
@_builtins.property
|
5816
|
+
@pulumi.getter(name="vaultSecretId")
|
5817
|
+
def vault_secret_id(self) -> _builtins.str:
|
5818
|
+
"""
|
5819
|
+
The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
5820
|
+
"""
|
5821
|
+
return pulumi.get(self, "vault_secret_id")
|
5822
|
+
|
5823
|
+
|
5043
5824
|
@pulumi.output_type
|
5044
5825
|
class GetAgentToolToolConfigIclExampleResult(dict):
|
5045
5826
|
def __init__(__self__, *,
|
@@ -5388,48 +6169,76 @@ class GetAgentToolsToolCollectionItemResult(dict):
|
|
5388
6169
|
@pulumi.output_type
|
5389
6170
|
class GetAgentToolsToolCollectionItemToolConfigResult(dict):
|
5390
6171
|
def __init__(__self__, *,
|
6172
|
+
agent_endpoint_id: _builtins.str,
|
6173
|
+
api_schemas: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigApiSchemaResult'],
|
5391
6174
|
database_connections: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigDatabaseConnectionResult'],
|
5392
6175
|
database_schemas: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigDatabaseSchemaResult'],
|
5393
6176
|
dialect: _builtins.str,
|
5394
6177
|
functions: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigFunctionResult'],
|
5395
6178
|
generation_llm_customizations: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomizationResult'],
|
6179
|
+
http_endpoint_auth_configs: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigResult'],
|
5396
6180
|
icl_examples: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigIclExampleResult'],
|
5397
6181
|
knowledge_base_configs: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigKnowledgeBaseConfigResult'],
|
5398
6182
|
model_size: _builtins.str,
|
5399
6183
|
should_enable_self_correction: _builtins.bool,
|
5400
6184
|
should_enable_sql_execution: _builtins.bool,
|
6185
|
+
subnet_id: _builtins.str,
|
5401
6186
|
table_and_column_descriptions: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescriptionResult'],
|
5402
6187
|
tool_config_type: _builtins.str):
|
5403
6188
|
"""
|
6189
|
+
:param _builtins.str agent_endpoint_id: The AgentEndpoint OCID to be used as a tool in this agent.
|
6190
|
+
:param Sequence['GetAgentToolsToolCollectionItemToolConfigApiSchemaArgs'] api_schemas: The input location definition for Api schema.
|
5404
6191
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigDatabaseConnectionArgs'] database_connections: The connection type for Databases.
|
5405
6192
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigDatabaseSchemaArgs'] database_schemas: The input location definition.
|
5406
6193
|
:param _builtins.str dialect: Dialect to be used for SQL generation.
|
5407
6194
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigFunctionArgs'] functions: Details of Function for Function calling tool.
|
5408
6195
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomizationArgs'] generation_llm_customizations: Configuration to customize LLM.
|
6196
|
+
:param Sequence['GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigArgs'] http_endpoint_auth_configs: Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
5409
6197
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigIclExampleArgs'] icl_examples: The input location definition.
|
5410
6198
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigKnowledgeBaseConfigArgs'] knowledge_base_configs: The KnowledgeBase configurations that this RAG Tool uses
|
5411
6199
|
:param _builtins.str model_size: Size of the model.
|
5412
6200
|
:param _builtins.bool should_enable_self_correction: To enable/disable self correction.
|
5413
6201
|
:param _builtins.bool should_enable_sql_execution: To enable/disable SQL execution.
|
6202
|
+
:param _builtins.str subnet_id: The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
5414
6203
|
:param Sequence['GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescriptionArgs'] table_and_column_descriptions: The input location definition.
|
5415
6204
|
:param _builtins.str tool_config_type: The type of the Tool config. The allowed values are:
|
5416
6205
|
* `SQL_TOOL_CONFIG`: The config for sql Tool.
|
5417
6206
|
* `RAG_TOOL_CONFIG`: The config for rag Tool.
|
5418
6207
|
* FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
|
5419
6208
|
"""
|
6209
|
+
pulumi.set(__self__, "agent_endpoint_id", agent_endpoint_id)
|
6210
|
+
pulumi.set(__self__, "api_schemas", api_schemas)
|
5420
6211
|
pulumi.set(__self__, "database_connections", database_connections)
|
5421
6212
|
pulumi.set(__self__, "database_schemas", database_schemas)
|
5422
6213
|
pulumi.set(__self__, "dialect", dialect)
|
5423
6214
|
pulumi.set(__self__, "functions", functions)
|
5424
6215
|
pulumi.set(__self__, "generation_llm_customizations", generation_llm_customizations)
|
6216
|
+
pulumi.set(__self__, "http_endpoint_auth_configs", http_endpoint_auth_configs)
|
5425
6217
|
pulumi.set(__self__, "icl_examples", icl_examples)
|
5426
6218
|
pulumi.set(__self__, "knowledge_base_configs", knowledge_base_configs)
|
5427
6219
|
pulumi.set(__self__, "model_size", model_size)
|
5428
6220
|
pulumi.set(__self__, "should_enable_self_correction", should_enable_self_correction)
|
5429
6221
|
pulumi.set(__self__, "should_enable_sql_execution", should_enable_sql_execution)
|
6222
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
5430
6223
|
pulumi.set(__self__, "table_and_column_descriptions", table_and_column_descriptions)
|
5431
6224
|
pulumi.set(__self__, "tool_config_type", tool_config_type)
|
5432
6225
|
|
6226
|
+
@_builtins.property
|
6227
|
+
@pulumi.getter(name="agentEndpointId")
|
6228
|
+
def agent_endpoint_id(self) -> _builtins.str:
|
6229
|
+
"""
|
6230
|
+
The AgentEndpoint OCID to be used as a tool in this agent.
|
6231
|
+
"""
|
6232
|
+
return pulumi.get(self, "agent_endpoint_id")
|
6233
|
+
|
6234
|
+
@_builtins.property
|
6235
|
+
@pulumi.getter(name="apiSchemas")
|
6236
|
+
def api_schemas(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigApiSchemaResult']:
|
6237
|
+
"""
|
6238
|
+
The input location definition for Api schema.
|
6239
|
+
"""
|
6240
|
+
return pulumi.get(self, "api_schemas")
|
6241
|
+
|
5433
6242
|
@_builtins.property
|
5434
6243
|
@pulumi.getter(name="databaseConnections")
|
5435
6244
|
def database_connections(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigDatabaseConnectionResult']:
|
@@ -5470,6 +6279,14 @@ class GetAgentToolsToolCollectionItemToolConfigResult(dict):
|
|
5470
6279
|
"""
|
5471
6280
|
return pulumi.get(self, "generation_llm_customizations")
|
5472
6281
|
|
6282
|
+
@_builtins.property
|
6283
|
+
@pulumi.getter(name="httpEndpointAuthConfigs")
|
6284
|
+
def http_endpoint_auth_configs(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigResult']:
|
6285
|
+
"""
|
6286
|
+
Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
6287
|
+
"""
|
6288
|
+
return pulumi.get(self, "http_endpoint_auth_configs")
|
6289
|
+
|
5473
6290
|
@_builtins.property
|
5474
6291
|
@pulumi.getter(name="iclExamples")
|
5475
6292
|
def icl_examples(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigIclExampleResult']:
|
@@ -5510,6 +6327,14 @@ class GetAgentToolsToolCollectionItemToolConfigResult(dict):
|
|
5510
6327
|
"""
|
5511
6328
|
return pulumi.get(self, "should_enable_sql_execution")
|
5512
6329
|
|
6330
|
+
@_builtins.property
|
6331
|
+
@pulumi.getter(name="subnetId")
|
6332
|
+
def subnet_id(self) -> _builtins.str:
|
6333
|
+
"""
|
6334
|
+
The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
6335
|
+
"""
|
6336
|
+
return pulumi.get(self, "subnet_id")
|
6337
|
+
|
5513
6338
|
@_builtins.property
|
5514
6339
|
@pulumi.getter(name="tableAndColumnDescriptions")
|
5515
6340
|
def table_and_column_descriptions(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigTableAndColumnDescriptionResult']:
|
@@ -5530,6 +6355,72 @@ class GetAgentToolsToolCollectionItemToolConfigResult(dict):
|
|
5530
6355
|
return pulumi.get(self, "tool_config_type")
|
5531
6356
|
|
5532
6357
|
|
6358
|
+
@pulumi.output_type
|
6359
|
+
class GetAgentToolsToolCollectionItemToolConfigApiSchemaResult(dict):
|
6360
|
+
def __init__(__self__, *,
|
6361
|
+
api_schema_input_location_type: _builtins.str,
|
6362
|
+
bucket: _builtins.str,
|
6363
|
+
content: _builtins.str,
|
6364
|
+
namespace: _builtins.str,
|
6365
|
+
object: _builtins.str):
|
6366
|
+
"""
|
6367
|
+
:param _builtins.str api_schema_input_location_type: Type of Api Schema InputLocation. The allowed values are:
|
6368
|
+
* `INLINE`: The Api schema input location is inline.
|
6369
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
6370
|
+
:param _builtins.str bucket: The bucket name of an object.
|
6371
|
+
:param _builtins.str content: Inline content as input.
|
6372
|
+
:param _builtins.str namespace: The namespace name of an object.
|
6373
|
+
:param _builtins.str object: The location/name of object.
|
6374
|
+
"""
|
6375
|
+
pulumi.set(__self__, "api_schema_input_location_type", api_schema_input_location_type)
|
6376
|
+
pulumi.set(__self__, "bucket", bucket)
|
6377
|
+
pulumi.set(__self__, "content", content)
|
6378
|
+
pulumi.set(__self__, "namespace", namespace)
|
6379
|
+
pulumi.set(__self__, "object", object)
|
6380
|
+
|
6381
|
+
@_builtins.property
|
6382
|
+
@pulumi.getter(name="apiSchemaInputLocationType")
|
6383
|
+
def api_schema_input_location_type(self) -> _builtins.str:
|
6384
|
+
"""
|
6385
|
+
Type of Api Schema InputLocation. The allowed values are:
|
6386
|
+
* `INLINE`: The Api schema input location is inline.
|
6387
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
6388
|
+
"""
|
6389
|
+
return pulumi.get(self, "api_schema_input_location_type")
|
6390
|
+
|
6391
|
+
@_builtins.property
|
6392
|
+
@pulumi.getter
|
6393
|
+
def bucket(self) -> _builtins.str:
|
6394
|
+
"""
|
6395
|
+
The bucket name of an object.
|
6396
|
+
"""
|
6397
|
+
return pulumi.get(self, "bucket")
|
6398
|
+
|
6399
|
+
@_builtins.property
|
6400
|
+
@pulumi.getter
|
6401
|
+
def content(self) -> _builtins.str:
|
6402
|
+
"""
|
6403
|
+
Inline content as input.
|
6404
|
+
"""
|
6405
|
+
return pulumi.get(self, "content")
|
6406
|
+
|
6407
|
+
@_builtins.property
|
6408
|
+
@pulumi.getter
|
6409
|
+
def namespace(self) -> _builtins.str:
|
6410
|
+
"""
|
6411
|
+
The namespace name of an object.
|
6412
|
+
"""
|
6413
|
+
return pulumi.get(self, "namespace")
|
6414
|
+
|
6415
|
+
@_builtins.property
|
6416
|
+
@pulumi.getter
|
6417
|
+
def object(self) -> _builtins.str:
|
6418
|
+
"""
|
6419
|
+
The location/name of object.
|
6420
|
+
"""
|
6421
|
+
return pulumi.get(self, "object")
|
6422
|
+
|
6423
|
+
|
5533
6424
|
@pulumi.output_type
|
5534
6425
|
class GetAgentToolsToolCollectionItemToolConfigDatabaseConnectionResult(dict):
|
5535
6426
|
def __init__(__self__, *,
|
@@ -5685,6 +6576,137 @@ class GetAgentToolsToolCollectionItemToolConfigGenerationLlmCustomizationResult(
|
|
5685
6576
|
return pulumi.get(self, "instruction")
|
5686
6577
|
|
5687
6578
|
|
6579
|
+
@pulumi.output_type
|
6580
|
+
class GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigResult(dict):
|
6581
|
+
def __init__(__self__, *,
|
6582
|
+
http_endpoint_auth_sources: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult']):
|
6583
|
+
"""
|
6584
|
+
:param Sequence['GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs'] http_endpoint_auth_sources: A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
6585
|
+
"""
|
6586
|
+
pulumi.set(__self__, "http_endpoint_auth_sources", http_endpoint_auth_sources)
|
6587
|
+
|
6588
|
+
@_builtins.property
|
6589
|
+
@pulumi.getter(name="httpEndpointAuthSources")
|
6590
|
+
def http_endpoint_auth_sources(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult']:
|
6591
|
+
"""
|
6592
|
+
A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
6593
|
+
"""
|
6594
|
+
return pulumi.get(self, "http_endpoint_auth_sources")
|
6595
|
+
|
6596
|
+
|
6597
|
+
@pulumi.output_type
|
6598
|
+
class GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceResult(dict):
|
6599
|
+
def __init__(__self__, *,
|
6600
|
+
http_endpoint_auth_scope: _builtins.str,
|
6601
|
+
http_endpoint_auth_scope_configs: Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult']):
|
6602
|
+
"""
|
6603
|
+
:param _builtins.str http_endpoint_auth_scope: Specifies the level from which credentials should be resolved.
|
6604
|
+
:param Sequence['GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs'] http_endpoint_auth_scope_configs: Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
6605
|
+
"""
|
6606
|
+
pulumi.set(__self__, "http_endpoint_auth_scope", http_endpoint_auth_scope)
|
6607
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_configs", http_endpoint_auth_scope_configs)
|
6608
|
+
|
6609
|
+
@_builtins.property
|
6610
|
+
@pulumi.getter(name="httpEndpointAuthScope")
|
6611
|
+
def http_endpoint_auth_scope(self) -> _builtins.str:
|
6612
|
+
"""
|
6613
|
+
Specifies the level from which credentials should be resolved.
|
6614
|
+
"""
|
6615
|
+
return pulumi.get(self, "http_endpoint_auth_scope")
|
6616
|
+
|
6617
|
+
@_builtins.property
|
6618
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigs")
|
6619
|
+
def http_endpoint_auth_scope_configs(self) -> Sequence['outputs.GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult']:
|
6620
|
+
"""
|
6621
|
+
Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
6622
|
+
"""
|
6623
|
+
return pulumi.get(self, "http_endpoint_auth_scope_configs")
|
6624
|
+
|
6625
|
+
|
6626
|
+
@pulumi.output_type
|
6627
|
+
class GetAgentToolsToolCollectionItemToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigResult(dict):
|
6628
|
+
def __init__(__self__, *,
|
6629
|
+
client_id: _builtins.str,
|
6630
|
+
http_endpoint_auth_scope_config_type: _builtins.str,
|
6631
|
+
idcs_url: _builtins.str,
|
6632
|
+
key_location: _builtins.str,
|
6633
|
+
key_name: _builtins.str,
|
6634
|
+
scope_url: _builtins.str,
|
6635
|
+
vault_secret_id: _builtins.str):
|
6636
|
+
"""
|
6637
|
+
:param _builtins.str client_id: IDCS client ID.
|
6638
|
+
:param _builtins.str http_endpoint_auth_scope_config_type: The type of authentication to be applied for this HTTP Endpoint.
|
6639
|
+
:param _builtins.str idcs_url: IDCS OpenID discovery endpoint.
|
6640
|
+
:param _builtins.str key_location: The location of the API key in the request.
|
6641
|
+
:param _builtins.str key_name: The name of the key parameter in the location.
|
6642
|
+
:param _builtins.str scope_url: OAuth2 scopes for token generation.
|
6643
|
+
:param _builtins.str vault_secret_id: The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
6644
|
+
"""
|
6645
|
+
pulumi.set(__self__, "client_id", client_id)
|
6646
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config_type", http_endpoint_auth_scope_config_type)
|
6647
|
+
pulumi.set(__self__, "idcs_url", idcs_url)
|
6648
|
+
pulumi.set(__self__, "key_location", key_location)
|
6649
|
+
pulumi.set(__self__, "key_name", key_name)
|
6650
|
+
pulumi.set(__self__, "scope_url", scope_url)
|
6651
|
+
pulumi.set(__self__, "vault_secret_id", vault_secret_id)
|
6652
|
+
|
6653
|
+
@_builtins.property
|
6654
|
+
@pulumi.getter(name="clientId")
|
6655
|
+
def client_id(self) -> _builtins.str:
|
6656
|
+
"""
|
6657
|
+
IDCS client ID.
|
6658
|
+
"""
|
6659
|
+
return pulumi.get(self, "client_id")
|
6660
|
+
|
6661
|
+
@_builtins.property
|
6662
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigType")
|
6663
|
+
def http_endpoint_auth_scope_config_type(self) -> _builtins.str:
|
6664
|
+
"""
|
6665
|
+
The type of authentication to be applied for this HTTP Endpoint.
|
6666
|
+
"""
|
6667
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config_type")
|
6668
|
+
|
6669
|
+
@_builtins.property
|
6670
|
+
@pulumi.getter(name="idcsUrl")
|
6671
|
+
def idcs_url(self) -> _builtins.str:
|
6672
|
+
"""
|
6673
|
+
IDCS OpenID discovery endpoint.
|
6674
|
+
"""
|
6675
|
+
return pulumi.get(self, "idcs_url")
|
6676
|
+
|
6677
|
+
@_builtins.property
|
6678
|
+
@pulumi.getter(name="keyLocation")
|
6679
|
+
def key_location(self) -> _builtins.str:
|
6680
|
+
"""
|
6681
|
+
The location of the API key in the request.
|
6682
|
+
"""
|
6683
|
+
return pulumi.get(self, "key_location")
|
6684
|
+
|
6685
|
+
@_builtins.property
|
6686
|
+
@pulumi.getter(name="keyName")
|
6687
|
+
def key_name(self) -> _builtins.str:
|
6688
|
+
"""
|
6689
|
+
The name of the key parameter in the location.
|
6690
|
+
"""
|
6691
|
+
return pulumi.get(self, "key_name")
|
6692
|
+
|
6693
|
+
@_builtins.property
|
6694
|
+
@pulumi.getter(name="scopeUrl")
|
6695
|
+
def scope_url(self) -> _builtins.str:
|
6696
|
+
"""
|
6697
|
+
OAuth2 scopes for token generation.
|
6698
|
+
"""
|
6699
|
+
return pulumi.get(self, "scope_url")
|
6700
|
+
|
6701
|
+
@_builtins.property
|
6702
|
+
@pulumi.getter(name="vaultSecretId")
|
6703
|
+
def vault_secret_id(self) -> _builtins.str:
|
6704
|
+
"""
|
6705
|
+
The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
6706
|
+
"""
|
6707
|
+
return pulumi.get(self, "vault_secret_id")
|
6708
|
+
|
6709
|
+
|
5688
6710
|
@pulumi.output_type
|
5689
6711
|
class GetAgentToolsToolCollectionItemToolConfigIclExampleResult(dict):
|
5690
6712
|
def __init__(__self__, *,
|