@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelQualityJobInput extends Object implements Serializable, Cloneable, StructuredPojo
The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.
| Constructor and Description | 
|---|
ModelQualityJobInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelQualityJobInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
BatchTransformInput | 
getBatchTransformInput()
 Input object for the batch transform job. 
 | 
EndpointInput | 
getEndpointInput()  | 
MonitoringGroundTruthS3Input | 
getGroundTruthS3Input()
 The ground truth label provided for the model. 
 | 
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)
 The ground truth label provided for the model. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModelQualityJobInput | 
withBatchTransformInput(BatchTransformInput batchTransformInput)
 Input object for the batch transform job. 
 | 
ModelQualityJobInput | 
withEndpointInput(EndpointInput endpointInput)  | 
ModelQualityJobInput | 
withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
 The ground truth label provided for the model. 
 | 
public void setEndpointInput(EndpointInput endpointInput)
endpointInput - public EndpointInput getEndpointInput()
public ModelQualityJobInput 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 ModelQualityJobInput withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
batchTransformInput - Input object for the batch transform job.public void setGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
groundTruthS3Input - The ground truth label provided for the model.public MonitoringGroundTruthS3Input getGroundTruthS3Input()
The ground truth label provided for the model.
public ModelQualityJobInput withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
groundTruthS3Input - The ground truth label provided for the model.public String toString()
toString in class ObjectObject.toString()public ModelQualityJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.