|
203 | 203 | from .common import AnalysisConfig |
204 | 204 | from .common import AnalysisConfigDict |
205 | 205 | from .common import AnalysisConfigOrDict |
206 | | -from .common import ApiAuth |
207 | | -from .common import ApiAuthApiKeyConfig |
208 | | -from .common import ApiAuthApiKeyConfigDict |
209 | | -from .common import ApiAuthApiKeyConfigOrDict |
210 | | -from .common import ApiAuthDict |
211 | | -from .common import ApiAuthOrDict |
212 | 206 | from .common import AppendAgentEngineSessionEventConfig |
213 | 207 | from .common import AppendAgentEngineSessionEventConfigDict |
214 | 208 | from .common import AppendAgentEngineSessionEventConfigOrDict |
|
483 | 477 | from .common import DnsPeeringConfig |
484 | 478 | from .common import DnsPeeringConfigDict |
485 | 479 | from .common import DnsPeeringConfigOrDict |
486 | | -from .common import EncryptionSpec |
487 | | -from .common import EncryptionSpecDict |
488 | | -from .common import EncryptionSpecOrDict |
489 | 480 | from .common import EnvVar |
490 | 481 | from .common import EnvVarDict |
491 | 482 | from .common import EnvVarOrDict |
|
608 | 599 | from .common import FailedRubric |
609 | 600 | from .common import FailedRubricDict |
610 | 601 | from .common import FailedRubricOrDict |
611 | | -from .common import FileStatus |
612 | | -from .common import FileStatusDict |
613 | | -from .common import FileStatusOrDict |
614 | 602 | from .common import FlexStart |
615 | 603 | from .common import FlexStartDict |
616 | 604 | from .common import FlexStartOrDict |
617 | 605 | from .common import Framework |
618 | | -from .common import GcsDestination |
619 | | -from .common import GcsDestinationDict |
620 | | -from .common import GcsDestinationOrDict |
621 | | -from .common import GcsSource |
622 | | -from .common import GcsSourceDict |
623 | | -from .common import GcsSourceOrDict |
624 | 606 | from .common import GeminiExample |
625 | 607 | from .common import GeminiExampleDict |
626 | 608 | from .common import GeminiExampleOrDict |
|
763 | 745 | from .common import GoogleDriveSourceResourceId |
764 | 746 | from .common import GoogleDriveSourceResourceIdDict |
765 | 747 | from .common import GoogleDriveSourceResourceIdOrDict |
766 | | -from .common import GoogleRpcStatus |
767 | | -from .common import GoogleRpcStatusDict |
768 | | -from .common import GoogleRpcStatusOrDict |
769 | 748 | from .common import IdentityType |
770 | 749 | from .common import Importance |
771 | 750 | from .common import ImportRagFilesConfig |
|
1214 | 1193 | from .common import QueryReasoningEngineResponse |
1215 | 1194 | from .common import QueryReasoningEngineResponseDict |
1216 | 1195 | from .common import QueryReasoningEngineResponseOrDict |
1217 | | -from .common import RagChunk |
1218 | | -from .common import RagChunkDict |
1219 | | -from .common import RagChunkOrDict |
1220 | | -from .common import RagChunkPageSpan |
1221 | | -from .common import RagChunkPageSpanDict |
1222 | | -from .common import RagChunkPageSpanOrDict |
1223 | 1196 | from .common import RagContexts |
1224 | 1197 | from .common import RagContextsContext |
1225 | 1198 | from .common import RagContextsContextDict |
|
1315 | 1288 | from .common import RagQueryRanking |
1316 | 1289 | from .common import RagQueryRankingDict |
1317 | 1290 | from .common import RagQueryRankingOrDict |
1318 | | -from .common import RagRetrievalConfig |
1319 | | -from .common import RagRetrievalConfigDict |
1320 | | -from .common import RagRetrievalConfigFilter |
1321 | | -from .common import RagRetrievalConfigFilterDict |
1322 | | -from .common import RagRetrievalConfigFilterOrDict |
1323 | | -from .common import RagRetrievalConfigHybridSearch |
1324 | | -from .common import RagRetrievalConfigHybridSearchDict |
1325 | | -from .common import RagRetrievalConfigHybridSearchOrDict |
1326 | | -from .common import RagRetrievalConfigOrDict |
1327 | | -from .common import RagRetrievalConfigRanking |
1328 | | -from .common import RagRetrievalConfigRankingDict |
1329 | | -from .common import RagRetrievalConfigRankingLlmRanker |
1330 | | -from .common import RagRetrievalConfigRankingLlmRankerDict |
1331 | | -from .common import RagRetrievalConfigRankingLlmRankerOrDict |
1332 | | -from .common import RagRetrievalConfigRankingOrDict |
1333 | | -from .common import RagRetrievalConfigRankingRankService |
1334 | | -from .common import RagRetrievalConfigRankingRankServiceDict |
1335 | | -from .common import RagRetrievalConfigRankingRankServiceOrDict |
1336 | 1291 | from .common import RagVectorDbConfig |
1337 | 1292 | from .common import RagVectorDbConfigDict |
1338 | 1293 | from .common import RagVectorDbConfigOrDict |
|
1891 | 1846 | from .common import VertexBaseConfig |
1892 | 1847 | from .common import VertexBaseConfigDict |
1893 | 1848 | from .common import VertexBaseConfigOrDict |
1894 | | -from .common import VertexRagStore |
1895 | | -from .common import VertexRagStoreDict |
1896 | | -from .common import VertexRagStoreOrDict |
1897 | | -from .common import VertexRagStoreRagResource |
1898 | | -from .common import VertexRagStoreRagResourceDict |
1899 | | -from .common import VertexRagStoreRagResourceOrDict |
1900 | 1849 | from .common import VulnerableTool |
1901 | 1850 | from .common import VulnerableToolDict |
1902 | 1851 | from .common import VulnerableToolOrDict |
|
2670 | 2619 | "AskContextsConfig", |
2671 | 2620 | "AskContextsConfigDict", |
2672 | 2621 | "AskContextsConfigOrDict", |
2673 | | - "RagRetrievalConfigFilter", |
2674 | | - "RagRetrievalConfigFilterDict", |
2675 | | - "RagRetrievalConfigFilterOrDict", |
2676 | | - "RagRetrievalConfigHybridSearch", |
2677 | | - "RagRetrievalConfigHybridSearchDict", |
2678 | | - "RagRetrievalConfigHybridSearchOrDict", |
2679 | | - "RagRetrievalConfigRankingLlmRanker", |
2680 | | - "RagRetrievalConfigRankingLlmRankerDict", |
2681 | | - "RagRetrievalConfigRankingLlmRankerOrDict", |
2682 | | - "RagRetrievalConfigRankingRankService", |
2683 | | - "RagRetrievalConfigRankingRankServiceDict", |
2684 | | - "RagRetrievalConfigRankingRankServiceOrDict", |
2685 | | - "RagRetrievalConfigRanking", |
2686 | | - "RagRetrievalConfigRankingDict", |
2687 | | - "RagRetrievalConfigRankingOrDict", |
2688 | | - "RagRetrievalConfig", |
2689 | | - "RagRetrievalConfigDict", |
2690 | | - "RagRetrievalConfigOrDict", |
2691 | 2622 | "RagQueryRanking", |
2692 | 2623 | "RagQueryRankingDict", |
2693 | 2624 | "RagQueryRankingOrDict", |
2694 | 2625 | "RagQuery", |
2695 | 2626 | "RagQueryDict", |
2696 | 2627 | "RagQueryOrDict", |
2697 | | - "RagChunkPageSpan", |
2698 | | - "RagChunkPageSpanDict", |
2699 | | - "RagChunkPageSpanOrDict", |
2700 | | - "RagChunk", |
2701 | | - "RagChunkDict", |
2702 | | - "RagChunkOrDict", |
2703 | 2628 | "RagContextsContext", |
2704 | 2629 | "RagContextsContextDict", |
2705 | 2630 | "RagContextsContextOrDict", |
|
2724 | 2649 | "RagCorpusCorpusTypeConfig", |
2725 | 2650 | "RagCorpusCorpusTypeConfigDict", |
2726 | 2651 | "RagCorpusCorpusTypeConfigOrDict", |
2727 | | - "EncryptionSpec", |
2728 | | - "EncryptionSpecDict", |
2729 | | - "EncryptionSpecOrDict", |
2730 | 2652 | "RagEmbeddingModelConfigVertexPredictionEndpoint", |
2731 | 2653 | "RagEmbeddingModelConfigVertexPredictionEndpointDict", |
2732 | 2654 | "RagEmbeddingModelConfigVertexPredictionEndpointOrDict", |
|
2742 | 2664 | "RagEmbeddingModelConfig", |
2743 | 2665 | "RagEmbeddingModelConfigDict", |
2744 | 2666 | "RagEmbeddingModelConfigOrDict", |
2745 | | - "ApiAuthApiKeyConfig", |
2746 | | - "ApiAuthApiKeyConfigDict", |
2747 | | - "ApiAuthApiKeyConfigOrDict", |
2748 | | - "ApiAuth", |
2749 | | - "ApiAuthDict", |
2750 | | - "ApiAuthOrDict", |
2751 | 2667 | "RagVectorDbConfigPinecone", |
2752 | 2668 | "RagVectorDbConfigPineconeDict", |
2753 | 2669 | "RagVectorDbConfigPineconeOrDict", |
|
2805 | 2721 | "GetRagFileConfig", |
2806 | 2722 | "GetRagFileConfigDict", |
2807 | 2723 | "GetRagFileConfigOrDict", |
2808 | | - "FileStatus", |
2809 | | - "FileStatusDict", |
2810 | | - "FileStatusOrDict", |
2811 | 2724 | "DirectUploadSource", |
2812 | 2725 | "DirectUploadSourceDict", |
2813 | 2726 | "DirectUploadSourceOrDict", |
2814 | | - "GcsSource", |
2815 | | - "GcsSourceDict", |
2816 | | - "GcsSourceOrDict", |
2817 | 2727 | "GoogleDriveSourceResourceId", |
2818 | 2728 | "GoogleDriveSourceResourceIdDict", |
2819 | 2729 | "GoogleDriveSourceResourceIdOrDict", |
|
2904 | 2814 | "RetrieveContextsConfig", |
2905 | 2815 | "RetrieveContextsConfigDict", |
2906 | 2816 | "RetrieveContextsConfigOrDict", |
2907 | | - "VertexRagStoreRagResource", |
2908 | | - "VertexRagStoreRagResourceDict", |
2909 | | - "VertexRagStoreRagResourceOrDict", |
2910 | | - "VertexRagStore", |
2911 | | - "VertexRagStoreDict", |
2912 | | - "VertexRagStoreOrDict", |
2913 | 2817 | "RetrieveContextsResponse", |
2914 | 2818 | "RetrieveContextsResponseDict", |
2915 | 2819 | "RetrieveContextsResponseOrDict", |
|
2925 | 2829 | "BigQueryDestination", |
2926 | 2830 | "BigQueryDestinationDict", |
2927 | 2831 | "BigQueryDestinationOrDict", |
2928 | | - "GcsDestination", |
2929 | | - "GcsDestinationDict", |
2930 | | - "GcsDestinationOrDict", |
2931 | 2832 | "RagFileChunkingConfigFixedLengthChunking", |
2932 | 2833 | "RagFileChunkingConfigFixedLengthChunkingDict", |
2933 | 2834 | "RagFileChunkingConfigFixedLengthChunkingOrDict", |
|
2970 | 2871 | "UploadRagFileConfig", |
2971 | 2872 | "UploadRagFileConfigDict", |
2972 | 2873 | "UploadRagFileConfigOrDict", |
2973 | | - "GoogleRpcStatus", |
2974 | | - "GoogleRpcStatusDict", |
2975 | | - "GoogleRpcStatusOrDict", |
2976 | 2874 | "UploadRagFileResponse", |
2977 | 2875 | "UploadRagFileResponseDict", |
2978 | 2876 | "UploadRagFileResponseOrDict", |
|
0 commit comments