Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/ml/azure-ai-ml/azure/ai/ml/_ml_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def __init__(
self._batch_endpoints = BatchEndpointOperations(
self._operation_scope,
self._operation_config,
self._service_client_05_2022,
self._service_client_10_2023,
self._operation_container,
self._credential,
requests_pipeline=self._requests_pipeline,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from marshmallow import fields, post_load

from azure.ai.ml._restclient.v2022_05_01.models import BatchEndpointDefaults
from azure.ai.ml._restclient.v2023_10_01.models import BatchEndpointDefaults
from azure.ai.ml._schema.core.schema import PatchedSchemaMeta

module_logger = logging.getLogger(__name__)
Expand Down