|
5 | 5 |
|
6 | 6 | API for Vectorize services (Beta) |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 0.1.0 |
| 8 | + The version of the OpenAPI document: 0.1.2 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
|
17 | 17 | from typing_extensions import Annotated |
18 | 18 |
|
19 | 19 | from pydantic import StrictStr |
20 | | -from vectorize_client.models.ai_platform import AIPlatform |
| 20 | +from vectorize_client.models.ai_platform_connector import AIPlatformConnector |
21 | 21 | from vectorize_client.models.create_ai_platform_connector_request import CreateAIPlatformConnectorRequest |
22 | 22 | from vectorize_client.models.create_ai_platform_connector_response import CreateAIPlatformConnectorResponse |
23 | 23 | from vectorize_client.models.delete_ai_platform_connector_response import DeleteAIPlatformConnectorResponse |
@@ -655,7 +655,7 @@ def get_ai_platform_connector( |
655 | 655 | _content_type: Optional[StrictStr] = None, |
656 | 656 | _headers: Optional[Dict[StrictStr, Any]] = None, |
657 | 657 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
658 | | - ) -> AIPlatform: |
| 658 | + ) -> AIPlatformConnector: |
659 | 659 | """Get an AI platform connector |
660 | 660 |
|
661 | 661 | Get an AI platform connector |
@@ -696,7 +696,7 @@ def get_ai_platform_connector( |
696 | 696 | ) |
697 | 697 |
|
698 | 698 | _response_types_map: Dict[str, Optional[str]] = { |
699 | | - '200': "AIPlatform", |
| 699 | + '200': "AIPlatformConnector", |
700 | 700 | '400': "GetPipelines400Response", |
701 | 701 | '401': "GetPipelines400Response", |
702 | 702 | '403': "GetPipelines400Response", |
@@ -731,7 +731,7 @@ def get_ai_platform_connector_with_http_info( |
731 | 731 | _content_type: Optional[StrictStr] = None, |
732 | 732 | _headers: Optional[Dict[StrictStr, Any]] = None, |
733 | 733 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
734 | | - ) -> ApiResponse[AIPlatform]: |
| 734 | + ) -> ApiResponse[AIPlatformConnector]: |
735 | 735 | """Get an AI platform connector |
736 | 736 |
|
737 | 737 | Get an AI platform connector |
@@ -772,7 +772,7 @@ def get_ai_platform_connector_with_http_info( |
772 | 772 | ) |
773 | 773 |
|
774 | 774 | _response_types_map: Dict[str, Optional[str]] = { |
775 | | - '200': "AIPlatform", |
| 775 | + '200': "AIPlatformConnector", |
776 | 776 | '400': "GetPipelines400Response", |
777 | 777 | '401': "GetPipelines400Response", |
778 | 778 | '403': "GetPipelines400Response", |
@@ -848,7 +848,7 @@ def get_ai_platform_connector_without_preload_content( |
848 | 848 | ) |
849 | 849 |
|
850 | 850 | _response_types_map: Dict[str, Optional[str]] = { |
851 | | - '200': "AIPlatform", |
| 851 | + '200': "AIPlatformConnector", |
852 | 852 | '400': "GetPipelines400Response", |
853 | 853 | '401': "GetPipelines400Response", |
854 | 854 | '403': "GetPipelines400Response", |
|
0 commit comments