55
66 API for Vectorize services (Beta)
77
8- The version of the OpenAPI document: 0.1.0
8+ The version of the OpenAPI document: 0.1.2
99 Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111 Do not edit the class manually.
1717from typing_extensions import Annotated
1818
1919from pydantic import StrictStr
20- from vectorize_client .models .ai_platform import AIPlatform
20+ from vectorize_client .models .ai_platform_connector import AIPlatformConnector
2121from vectorize_client .models .create_ai_platform_connector_request import CreateAIPlatformConnectorRequest
2222from vectorize_client .models .create_ai_platform_connector_response import CreateAIPlatformConnectorResponse
2323from vectorize_client .models .delete_ai_platform_connector_response import DeleteAIPlatformConnectorResponse
@@ -348,7 +348,7 @@ def _create_ai_platform_connector_serialize(
348348
349349
350350 @validate_call
351- def delete_ai_platform (
351+ def delete_ai_platform_connector (
352352 self ,
353353 organization_id : StrictStr ,
354354 ai_platform_connector_id : StrictStr ,
@@ -395,7 +395,7 @@ def delete_ai_platform(
395395 :return: Returns the result object.
396396 """ # noqa: E501
397397
398- _param = self ._delete_ai_platform_serialize (
398+ _param = self ._delete_ai_platform_connector_serialize (
399399 organization_id = organization_id ,
400400 ai_platform_connector_id = ai_platform_connector_id ,
401401 _request_auth = _request_auth ,
@@ -424,7 +424,7 @@ def delete_ai_platform(
424424
425425
426426 @validate_call
427- def delete_ai_platform_with_http_info (
427+ def delete_ai_platform_connector_with_http_info (
428428 self ,
429429 organization_id : StrictStr ,
430430 ai_platform_connector_id : StrictStr ,
@@ -471,7 +471,7 @@ def delete_ai_platform_with_http_info(
471471 :return: Returns the result object.
472472 """ # noqa: E501
473473
474- _param = self ._delete_ai_platform_serialize (
474+ _param = self ._delete_ai_platform_connector_serialize (
475475 organization_id = organization_id ,
476476 ai_platform_connector_id = ai_platform_connector_id ,
477477 _request_auth = _request_auth ,
@@ -500,7 +500,7 @@ def delete_ai_platform_with_http_info(
500500
501501
502502 @validate_call
503- def delete_ai_platform_without_preload_content (
503+ def delete_ai_platform_connector_without_preload_content (
504504 self ,
505505 organization_id : StrictStr ,
506506 ai_platform_connector_id : StrictStr ,
@@ -547,7 +547,7 @@ def delete_ai_platform_without_preload_content(
547547 :return: Returns the result object.
548548 """ # noqa: E501
549549
550- _param = self ._delete_ai_platform_serialize (
550+ _param = self ._delete_ai_platform_connector_serialize (
551551 organization_id = organization_id ,
552552 ai_platform_connector_id = ai_platform_connector_id ,
553553 _request_auth = _request_auth ,
@@ -571,7 +571,7 @@ def delete_ai_platform_without_preload_content(
571571 return response_data .response
572572
573573
574- def _delete_ai_platform_serialize (
574+ def _delete_ai_platform_connector_serialize (
575575 self ,
576576 organization_id ,
577577 ai_platform_connector_id ,
@@ -655,7 +655,7 @@ def get_ai_platform_connector(
655655 _content_type : Optional [StrictStr ] = None ,
656656 _headers : Optional [Dict [StrictStr , Any ]] = None ,
657657 _host_index : Annotated [StrictInt , Field (ge = 0 , le = 0 )] = 0 ,
658- ) -> AIPlatform :
658+ ) -> AIPlatformConnector :
659659 """Get an AI platform connector
660660
661661 Get an AI platform connector
@@ -696,7 +696,7 @@ def get_ai_platform_connector(
696696 )
697697
698698 _response_types_map : Dict [str , Optional [str ]] = {
699- '200' : "AIPlatform " ,
699+ '200' : "AIPlatformConnector " ,
700700 '400' : "GetPipelines400Response" ,
701701 '401' : "GetPipelines400Response" ,
702702 '403' : "GetPipelines400Response" ,
@@ -731,7 +731,7 @@ def get_ai_platform_connector_with_http_info(
731731 _content_type : Optional [StrictStr ] = None ,
732732 _headers : Optional [Dict [StrictStr , Any ]] = None ,
733733 _host_index : Annotated [StrictInt , Field (ge = 0 , le = 0 )] = 0 ,
734- ) -> ApiResponse [AIPlatform ]:
734+ ) -> ApiResponse [AIPlatformConnector ]:
735735 """Get an AI platform connector
736736
737737 Get an AI platform connector
@@ -772,7 +772,7 @@ def get_ai_platform_connector_with_http_info(
772772 )
773773
774774 _response_types_map : Dict [str , Optional [str ]] = {
775- '200' : "AIPlatform " ,
775+ '200' : "AIPlatformConnector " ,
776776 '400' : "GetPipelines400Response" ,
777777 '401' : "GetPipelines400Response" ,
778778 '403' : "GetPipelines400Response" ,
@@ -848,7 +848,7 @@ def get_ai_platform_connector_without_preload_content(
848848 )
849849
850850 _response_types_map : Dict [str , Optional [str ]] = {
851- '200' : "AIPlatform " ,
851+ '200' : "AIPlatformConnector " ,
852852 '400' : "GetPipelines400Response" ,
853853 '401' : "GetPipelines400Response" ,
854854 '403' : "GetPipelines400Response" ,
0 commit comments