public class JobStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected List<JobComponentStatus> |
componentStatus |
protected String |
jobName |
protected JobState |
state |
protected String |
tensorboardLink |
Constructor and Description |
---|
JobStatus() |
Modifier and Type | Method and Description |
---|---|
List<JobComponentStatus> |
getComponentStatus() |
String |
getJobName() |
JobState |
getState() |
String |
getTensorboardLink() |
void |
nicePrint(PrintStream out) |
void |
setComponentStatus(List<JobComponentStatus> componentStatus) |
void |
setJobName(String jobName) |
void |
setState(JobState state) |
void |
setTensorboardLink(String tensorboardLink) |
protected String jobName
protected JobState state
protected String tensorboardLink
protected List<JobComponentStatus> componentStatus
public void nicePrint(PrintStream out)
public JobState getState()
public String getTensorboardLink()
public List<JobComponentStatus> getComponentStatus()
public String getJobName()
public void setJobName(String jobName)
public void setState(JobState state)
public void setTensorboardLink(String tensorboardLink)
public void setComponentStatus(List<JobComponentStatus> componentStatus)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.