@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingJobStatusCounters extends Object implements Serializable, Cloneable, StructuredPojo
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
Constructor and Description |
---|
TrainingJobStatusCounters() |
Modifier and Type | Method and Description |
---|---|
TrainingJobStatusCounters |
clone() |
boolean |
equals(Object obj) |
Integer |
getCompleted()
The number of completed training jobs launched by the hyperparameter tuning job.
|
Integer |
getInProgress()
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
Integer |
getNonRetryableError()
The number of training jobs that failed and can't be retried.
|
Integer |
getRetryableError()
The number of training jobs that failed, but can be retried.
|
Integer |
getStopped()
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompleted(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
|
void |
setInProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
void |
setNonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried.
|
void |
setRetryableError(Integer retryableError)
The number of training jobs that failed, but can be retried.
|
void |
setStopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
String |
toString()
Returns a string representation of this object.
|
TrainingJobStatusCounters |
withCompleted(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
|
TrainingJobStatusCounters |
withInProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
TrainingJobStatusCounters |
withNonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried.
|
TrainingJobStatusCounters |
withRetryableError(Integer retryableError)
The number of training jobs that failed, but can be retried.
|
TrainingJobStatusCounters |
withStopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
public void setCompleted(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
completed
- The number of completed training jobs launched by the hyperparameter tuning job.public Integer getCompleted()
The number of completed training jobs launched by the hyperparameter tuning job.
public TrainingJobStatusCounters withCompleted(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
completed
- The number of completed training jobs launched by the hyperparameter tuning job.public void setInProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
inProgress
- The number of in-progress training jobs launched by a hyperparameter tuning job.public Integer getInProgress()
The number of in-progress training jobs launched by a hyperparameter tuning job.
public TrainingJobStatusCounters withInProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
inProgress
- The number of in-progress training jobs launched by a hyperparameter tuning job.public void setRetryableError(Integer retryableError)
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
retryableError
- The number of training jobs that failed, but can be retried. A failed training job can be retried only if
it failed because an internal service error occurred.public Integer getRetryableError()
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
public TrainingJobStatusCounters withRetryableError(Integer retryableError)
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
retryableError
- The number of training jobs that failed, but can be retried. A failed training job can be retried only if
it failed because an internal service error occurred.public void setNonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
nonRetryableError
- The number of training jobs that failed and can't be retried. A failed training job can't be retried if it
failed because a client error occurred.public Integer getNonRetryableError()
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
public TrainingJobStatusCounters withNonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
nonRetryableError
- The number of training jobs that failed and can't be retried. A failed training job can't be retried if it
failed because a client error occurred.public void setStopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
stopped
- The number of training jobs launched by a hyperparameter tuning job that were manually stopped.public Integer getStopped()
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
public TrainingJobStatusCounters withStopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
stopped
- The number of training jobs launched by a hyperparameter tuning job that were manually stopped.public String toString()
toString
in class Object
Object.toString()
public TrainingJobStatusCounters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.