File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
google/cloud/aiplatform/vertex_ray Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- # Copyright 2024 Google LLC
3+ # Copyright 2025 Google LLC
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -29,15 +29,15 @@ def get_job_submission_client_cluster_info(
2929 """A vertex_ray implementation of get_job_submission_client_cluster_info().
3030
3131 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
3333 This will be called in from Ray Job API Python client.
3434
3535 Args:
3636 address: Address without the module prefix `vertex_ray` but otherwise
3737 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
3939 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
4141 the framework.
4242
4343 Returns:
You can’t perform that action at this time.
0 commit comments