Skip to content

Commit

Permalink
[docs] fix PipesRayJobClient docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni authored Dec 10, 2024
1 parent dee0585 commit 6ac5d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagster_ray/pipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ class PipesRayJobClient(PipesClient, TreatAsResourceParam):
Starts the job directly on the Ray cluster and reads the logs from the job.
Args:
client (JobSubmissionClient): The Ray job submission client
context_injector (Optional[PipesContextInjector]): A context injector to use to inject
context into the Ray job. Defaults to :py:class:`PipesEnvContextInjector`.
message_reader (Optional[PipesMessageReader]): A message reader to use to read messages
from the glue job run. Defaults to :py:class:`PipesRayJobMessageReader`.
client (Optional[boto3.client]): The Kubernetes API client.
forward_termination (bool): Whether to cancel the `RayJob` job run when the Dagster process receives a termination signal.
timeout (int): Timeout for various internal interactions with the Kubernetes RayJob.
poll_interval (int): Interval at which to poll the Kubernetes for status updates.
Expand Down

0 comments on commit 6ac5d5f

Please sign in to comment.