@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) |
BatchTransformInput |
getBatchTransformInput()
Input object for the batch transform job.
|
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 |
setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
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 |
withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
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 setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
batchTransformInput - Input object for the batch transform job.public BatchTransformInput getBatchTransformInput()
Input object for the batch transform job.
public ModelBiasJobInput withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
batchTransformInput - Input object for the batch transform job.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.