@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TuningJobCompletionCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The job completion criteria.
Constructor and Description |
---|
TuningJobCompletionCriteria() |
Modifier and Type | Method and Description |
---|---|
TuningJobCompletionCriteria |
clone() |
boolean |
equals(Object obj) |
Float |
getTargetObjectiveMetricValue()
The value of the objective metric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTargetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
|
String |
toString()
Returns a string representation of this object.
|
TuningJobCompletionCriteria |
withTargetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
|
public void setTargetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
targetObjectiveMetricValue
- The value of the objective metric.public Float getTargetObjectiveMetricValue()
The value of the objective metric.
public TuningJobCompletionCriteria withTargetObjectiveMetricValue(Float targetObjectiveMetricValue)
The value of the objective metric.
targetObjectiveMetricValue
- The value of the objective metric.public String toString()
toString
in class Object
Object.toString()
public TuningJobCompletionCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.