File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,9 @@ def init(
182
182
Optional. The desired API endpoint,
183
183
e.g., us-central1-aiplatform.googleapis.com
184
184
api_transport (str):
185
- Optional. The transport method which is either 'grpc' or 'rest'
185
+ Optional. The transport method which is either 'grpc' or 'rest'.
186
+ NOTE: "rest" transport functionality is currently in a
187
+ beta state (preview).
186
188
Raises:
187
189
ValueError:
188
190
If experiment_description is provided but experiment is not.
Original file line number Diff line number Diff line change @@ -403,6 +403,8 @@ def __init__(
403
403
Optional. Client credentials to pass to client.
404
404
transport (str):
405
405
Optional. Transport type to pass to client.
406
+ NOTE: "rest" transport functionality is currently in a
407
+ beta state (preview).
406
408
"""
407
409
408
410
self ._client_class = client_class
@@ -472,6 +474,8 @@ def __init__(
472
474
Optional. Client credentials to pass to client.
473
475
transport (str):
474
476
Optional. Transport type to pass to client.
477
+ NOTE: "rest" transport functionality is currently in a
478
+ beta state (preview).
475
479
"""
476
480
kwargs = dict (
477
481
credentials = credentials ,
You can’t perform that action at this time.
0 commit comments