|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
Inheritance diagram for pineforge_hpo.artifact.ArtifactBuildError:Public Member Functions | |
| None | __init__ (self, str stage, str message, *Sequence[str] command=(), str stdout="", str stderr="", Sequence[TranspileDiagnostic] diagnostics=()) |
Public Attributes | |
| stage | |
| command | |
| stdout | |
| stderr | |
| diagnostics | |
A configuration, transpile, compile, or cache publication failure.
Definition at line 56 of file artifact.py.
| None pineforge_hpo.artifact.ArtifactBuildError.__init__ | ( | self, | |
| str | stage, | ||
| str | message, | ||
| *Sequence[str] | command = (), |
||
| str | stdout = "", |
||
| str | stderr = "", |
||
| Sequence[TranspileDiagnostic] | diagnostics = () |
||
| ) |
Definition at line 59 of file artifact.py.
| pineforge_hpo.artifact.ArtifactBuildError.command |
Definition at line 70 of file artifact.py.
| pineforge_hpo.artifact.ArtifactBuildError.diagnostics |
Definition at line 73 of file artifact.py.
Referenced by pineforge_hpo.transpile.TranspileResult.ok().
| pineforge_hpo.artifact.ArtifactBuildError.stage |
Definition at line 69 of file artifact.py.
| pineforge_hpo.artifact.ArtifactBuildError.stderr |
Definition at line 72 of file artifact.py.
| pineforge_hpo.artifact.ArtifactBuildError.stdout |
Definition at line 71 of file artifact.py.