@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelBiasJobInput extends Object implements Serializable, Cloneable, StructuredPojo
Inputs for the model bias job.
| Constructor and Description | 
|---|
| ModelBiasJobInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelBiasJobInput | clone() | 
| boolean | equals(Object obj) | 
| EndpointInput | getEndpointInput() | 
| MonitoringGroundTruthS3Input | getGroundTruthS3Input()
 Location of ground truth labels to use in model bias job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEndpointInput(EndpointInput endpointInput) | 
| void | setGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
 Location of ground truth labels to use in model bias job. | 
| String | toString()Returns a string representation of this object. | 
| ModelBiasJobInput | withEndpointInput(EndpointInput endpointInput) | 
| ModelBiasJobInput | withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
 Location of ground truth labels to use in model bias job. | 
public void setEndpointInput(EndpointInput endpointInput)
endpointInput - public EndpointInput getEndpointInput()
public ModelBiasJobInput withEndpointInput(EndpointInput endpointInput)
endpointInput - public void setGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
groundTruthS3Input - Location of ground truth labels to use in model bias job.public MonitoringGroundTruthS3Input getGroundTruthS3Input()
Location of ground truth labels to use in model bias job.
public ModelBiasJobInput withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
groundTruthS3Input - Location of ground truth labels to use in model bias job.public String toString()
toString in class ObjectObject.toString()public ModelBiasJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.