File tree 1 file changed +4
-4
lines changed
google/cloud/aiplatform/vertex_ray
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
@@ -29,15 +29,15 @@ def get_job_submission_client_cluster_info(
29
29
"""A vertex_ray implementation of get_job_submission_client_cluster_info().
30
30
31
31
Implements
32
- https://github.com/ray-project/ray/blob/ray-2.33 .0/python/ray/dashboard/modules/dashboard_sdk.py#L84
32
+ https://github.com/ray-project/ray/blob/ray-2.42 .0/python/ray/dashboard/modules/dashboard_sdk.py#L84
33
33
This will be called in from Ray Job API Python client.
34
34
35
35
Args:
36
36
address: Address without the module prefix `vertex_ray` but otherwise
37
37
the same format as passed to ray.init(address="vertex_ray://...").
38
- *args: Reminder of positional args that might be passed down from
38
+ *args: Remainder of positional args that might be passed down from
39
39
the framework.
40
- **kwargs: Reminder of keyword args that might be passed down from
40
+ **kwargs: Remainder of keyword args that might be passed down from
41
41
the framework.
42
42
43
43
Returns:
You can’t perform that action at this time.
0 commit comments