@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) |
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 |
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 |
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 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 Object
Object.toString()
public ModelQualityJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.