Skip to content

Commit f281113

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Update SDK Job Submission with Ray v2.42 updated comments
PiperOrigin-RevId: 736320057
1 parent 63fc33e commit f281113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google/cloud/aiplatform/vertex_ray/dashboard_sdk.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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:

0 commit comments

Comments
 (0)