From 92dbc22aedc8a4799d55c00fb7b97e238de4baa8 Mon Sep 17 00:00:00 2001 From: Martynas Asipauskas Date: Thu, 14 Nov 2024 10:11:37 +0000 Subject: [PATCH] Regenerate client docs --- docs/python_armada_client.md | 53 ------------------------------------ 1 file changed, 53 deletions(-) diff --git a/docs/python_armada_client.md b/docs/python_armada_client.md index ce44f8741ab..27792d72e47 100644 --- a/docs/python_armada_client.md +++ b/docs/python_armada_client.md @@ -657,56 +657,3 @@ Convert this Subject to a grpc Subject. ## armada_client.log_client module - - -### _class_ armada_client.log_client.JobLogClient(url, job_id, disable_ssl=False) -Client for retrieving logs for a given job. - - -* **Parameters** - - - * **url** (*str*) – The url to use for retreiving logs. - - - * **job_id** (*str*) – The ID of the job. - - - * **disable_ssl** (*bool*) – - - - -* **Returns** - - A JobLogClient instance. - - - -#### logs(since_time='') -Retrieve logs for the job associated with this client. - - -* **Parameters** - - **since_time** (*str** | **None*) – Logs will be retrieved starting at the time - specified in this str. Must conform to RFC3339 date time format. - - - -* **Returns** - - A list of LogLine objects. - - - -### _class_ armada_client.log_client.LogLine(line, timestamp) -Represents a single line from a log. - - -* **Parameters** - - - * **line** (*str*) – - - - * **timestamp** (*str*) –