Skip to content

Commit

Permalink
Regenerate client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas committed Nov 14, 2024
1 parent de99b29 commit 92dbc22
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions docs/python_armada_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*) –

0 comments on commit 92dbc22

Please sign in to comment.