PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
Loading...
Searching...
No Matches
pineforge_hpo.artifact.ArtifactBuildError Class Reference
+ 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
 

Detailed Description

A configuration, transpile, compile, or cache publication failure.

Definition at line 56 of file artifact.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Data Documentation

◆ command

pineforge_hpo.artifact.ArtifactBuildError.command

Definition at line 70 of file artifact.py.

◆ diagnostics

pineforge_hpo.artifact.ArtifactBuildError.diagnostics

Definition at line 73 of file artifact.py.

Referenced by pineforge_hpo.transpile.TranspileResult.ok().

◆ stage

pineforge_hpo.artifact.ArtifactBuildError.stage

Definition at line 69 of file artifact.py.

◆ stderr

pineforge_hpo.artifact.ArtifactBuildError.stderr

Definition at line 72 of file artifact.py.

◆ stdout

pineforge_hpo.artifact.ArtifactBuildError.stdout

Definition at line 71 of file artifact.py.


The documentation for this class was generated from the following file: