@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObjectiveStatusCounters extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
Constructor and Description |
---|
ObjectiveStatusCounters() |
Modifier and Type | Method and Description |
---|---|
ObjectiveStatusCounters |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailed()
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning
process.
|
Integer |
getPending()
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
Integer |
getSucceeded()
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used
in the hyperparameter tuning process.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning
process.
|
void |
setPending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
void |
setSucceeded(Integer succeeded)
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used
in the hyperparameter tuning process.
|
String |
toString()
Returns a string representation of this object.
|
ObjectiveStatusCounters |
withFailed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning
process.
|
ObjectiveStatusCounters |
withPending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
ObjectiveStatusCounters |
withSucceeded(Integer succeeded)
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used
in the hyperparameter tuning process.
|
public void setSucceeded(Integer succeeded)
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
succeeded
- The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job
and used in the hyperparameter tuning process.public Integer getSucceeded()
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
public ObjectiveStatusCounters withSucceeded(Integer succeeded)
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
succeeded
- The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job
and used in the hyperparameter tuning process.public void setPending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
pending
- The number of training jobs that are in progress and pending evaluation of their final objective metric.public Integer getPending()
The number of training jobs that are in progress and pending evaluation of their final objective metric.
public ObjectiveStatusCounters withPending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
pending
- The number of training jobs that are in progress and pending evaluation of their final objective metric.public void setFailed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
failed
- The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter
tuning process. This typically occurs when the training job failed or did not emit an objective metric.public Integer getFailed()
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
public ObjectiveStatusCounters withFailed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
failed
- The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter
tuning process. This typically occurs when the training job failed or did not emit an objective metric.public String toString()
toString
in class Object
Object.toString()
public ObjectiveStatusCounters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.