RunGetLogResult Class
The result of get log link operation.
Constructor
RunGetLogResult(*, log_link: str | None = None, log_artifact_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
log_link
|
The link to logs for a run on a azure container registry. Default value: None
|
log_artifact_link
|
The link to logs in registry for a run on a azure container registry. Default value: None
|