ExecuteResponse
class ExecuteResponse(ClientExecuteResponse)
Response from the command execution.
Attributes:
exit_code
int - The exit code from the command executionresult
str - The output from the command executionartifacts
Optional[ExecutionArtifacts] - Artifacts from the command execution
ExecutionArtifacts
class ExecutionArtifacts()
Artifacts from the command execution.
Attributes:
stdout
str - Standard output from the command, same asresult
inExecuteResponse
charts
Optional[List[Chart]] - List of chart metadata from matplotlib