|
1034 | 1034 | from .types.tool import FunctionDeclaration
|
1035 | 1035 | from .types.tool import FunctionResponse
|
1036 | 1036 | from .types.tool import GoogleSearchRetrieval
|
| 1037 | +from .types.tool import RagRetrievalConfig |
1037 | 1038 | from .types.tool import Retrieval
|
1038 | 1039 | from .types.tool import Tool
|
1039 | 1040 | from .types.tool import ToolConfig
|
|
1079 | 1080 | from .types.vertex_rag_data import RagFile
|
1080 | 1081 | from .types.vertex_rag_data import RagFileChunkingConfig
|
1081 | 1082 | from .types.vertex_rag_data import RagFileParsingConfig
|
| 1083 | +from .types.vertex_rag_data import RagFileTransformationConfig |
1082 | 1084 | from .types.vertex_rag_data import RagVectorDbConfig
|
1083 | 1085 | from .types.vertex_rag_data import UploadRagFileConfig
|
| 1086 | +from .types.vertex_rag_data import VertexAiSearchConfig |
1084 | 1087 | from .types.vertex_rag_data_service import CreateRagCorpusOperationMetadata
|
1085 | 1088 | from .types.vertex_rag_data_service import CreateRagCorpusRequest
|
1086 | 1089 | from .types.vertex_rag_data_service import DeleteRagCorpusRequest
|
|
1098 | 1101 | from .types.vertex_rag_data_service import UpdateRagCorpusRequest
|
1099 | 1102 | from .types.vertex_rag_data_service import UploadRagFileRequest
|
1100 | 1103 | from .types.vertex_rag_data_service import UploadRagFileResponse
|
| 1104 | +from .types.vertex_rag_service import AugmentPromptRequest |
| 1105 | +from .types.vertex_rag_service import AugmentPromptResponse |
| 1106 | +from .types.vertex_rag_service import Claim |
| 1107 | +from .types.vertex_rag_service import CorroborateContentRequest |
| 1108 | +from .types.vertex_rag_service import CorroborateContentResponse |
| 1109 | +from .types.vertex_rag_service import Fact |
1101 | 1110 | from .types.vertex_rag_service import RagContexts
|
1102 | 1111 | from .types.vertex_rag_service import RagQuery
|
1103 | 1112 | from .types.vertex_rag_service import RetrieveContextsRequest
|
|
1178 | 1187 | "AssignNotebookRuntimeOperationMetadata",
|
1179 | 1188 | "AssignNotebookRuntimeRequest",
|
1180 | 1189 | "Attribution",
|
| 1190 | + "AugmentPromptRequest", |
| 1191 | + "AugmentPromptResponse", |
1181 | 1192 | "AuthConfig",
|
1182 | 1193 | "AuthType",
|
1183 | 1194 | "AutomaticResources",
|
|
1235 | 1246 | "CheckTrialEarlyStoppingStateResponse",
|
1236 | 1247 | "Citation",
|
1237 | 1248 | "CitationMetadata",
|
| 1249 | + "Claim", |
1238 | 1250 | "ClientConnectionConfig",
|
1239 | 1251 | "CodeExecutionResult",
|
1240 | 1252 | "CoherenceInput",
|
|
1253 | 1265 | "CopyModelRequest",
|
1254 | 1266 | "CopyModelResponse",
|
1255 | 1267 | "CorpusStatus",
|
| 1268 | + "CorroborateContentRequest", |
| 1269 | + "CorroborateContentResponse", |
1256 | 1270 | "CountTokensRequest",
|
1257 | 1271 | "CountTokensResponse",
|
1258 | 1272 | "CreateArtifactRequest",
|
|
1464 | 1478 | "ExtensionOperation",
|
1465 | 1479 | "ExtensionPrivateServiceConnectConfig",
|
1466 | 1480 | "ExtensionRegistryServiceClient",
|
| 1481 | + "Fact", |
1467 | 1482 | "FasterDeploymentConfig",
|
1468 | 1483 | "Feature",
|
1469 | 1484 | "FeatureGroup",
|
|
1899 | 1914 | "RagFile",
|
1900 | 1915 | "RagFileChunkingConfig",
|
1901 | 1916 | "RagFileParsingConfig",
|
| 1917 | + "RagFileTransformationConfig", |
1902 | 1918 | "RagQuery",
|
| 1919 | + "RagRetrievalConfig", |
1903 | 1920 | "RagVectorDbConfig",
|
1904 | 1921 | "RawPredictRequest",
|
1905 | 1922 | "RayLogsSpec",
|
|
2185 | 2202 | "UserActionReference",
|
2186 | 2203 | "Value",
|
2187 | 2204 | "VertexAISearch",
|
| 2205 | + "VertexAiSearchConfig", |
2188 | 2206 | "VertexRagDataServiceClient",
|
2189 | 2207 | "VertexRagServiceClient",
|
2190 | 2208 | "VertexRagStore",
|
|
0 commit comments