Skip to content

ExecuteResponse

class ExecuteResponse(ClientExecuteResponse)

Response from the command execution.

Attributes:

  • exit_code int - The exit code from the command execution
  • result str - The output from the command execution
  • artifacts Optional[ExecutionArtifacts] - Artifacts from the command execution

ExecutionArtifacts

class ExecutionArtifacts()

Artifacts from the command execution.

Attributes:

  • stdout str - Standard output from the command, same as result in ExecuteResponse
  • charts Optional[List[Chart]] - List of chart metadata from matplotlib