File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/ml/azure-ai-ml/azure/ai/ml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ def __init__(
521
521
self ._batch_endpoints = BatchEndpointOperations (
522
522
self ._operation_scope ,
523
523
self ._operation_config ,
524
- self ._service_client_05_2022 ,
524
+ self ._service_client_10_2023 ,
525
525
self ._operation_container ,
526
526
self ._credential ,
527
527
requests_pipeline = self ._requests_pipeline ,
Original file line number Diff line number Diff line change 9
9
10
10
from marshmallow import fields , post_load
11
11
12
- from azure .ai .ml ._restclient .v2022_05_01 .models import BatchEndpointDefaults
12
+ from azure .ai .ml ._restclient .v2023_10_01 .models import BatchEndpointDefaults
13
13
from azure .ai .ml ._schema .core .schema import PatchedSchemaMeta
14
14
15
15
module_logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments