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