@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutExternalModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutExternalModelRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutExternalModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ModelInputConfiguration |
getInputConfiguration()
The model endpoint input configuration.
|
String |
getModelEndpoint()
The model endpoints name.
|
String |
getModelEndpointStatus()
The model endpoint’s status in Amazon Fraud Detector.
|
String |
getModelSource()
The source of the model.
|
ModelOutputConfiguration |
getOutputConfiguration()
The model endpoint output configuration.
|
Role |
getRole()
The IAM role used to invoke the model endpoint.
|
int |
hashCode() |
void |
setInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
|
void |
setModelEndpoint(String modelEndpoint)
The model endpoints name.
|
void |
setModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
void |
setModelSource(String modelSource)
The source of the model.
|
void |
setOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
|
void |
setRole(Role role)
The IAM role used to invoke the model endpoint.
|
String |
toString()
Returns a string representation of this object.
|
PutExternalModelRequest |
withInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
|
PutExternalModelRequest |
withModelEndpoint(String modelEndpoint)
The model endpoints name.
|
PutExternalModelRequest |
withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
PutExternalModelRequest |
withModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
PutExternalModelRequest |
withModelSource(ModelSource modelSource)
The source of the model.
|
PutExternalModelRequest |
withModelSource(String modelSource)
The source of the model.
|
PutExternalModelRequest |
withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
|
PutExternalModelRequest |
withRole(Role role)
The IAM role used to invoke the model endpoint.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setModelEndpoint(String modelEndpoint)
The model endpoints name.
modelEndpoint - The model endpoints name.public String getModelEndpoint()
The model endpoints name.
public PutExternalModelRequest withModelEndpoint(String modelEndpoint)
The model endpoints name.
modelEndpoint - The model endpoints name.public void setModelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic String getModelSource()
The source of the model.
ModelSourcepublic PutExternalModelRequest withModelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic PutExternalModelRequest withModelSource(ModelSource modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic void setRole(Role role)
The IAM role used to invoke the model endpoint.
role - The IAM role used to invoke the model endpoint.public Role getRole()
The IAM role used to invoke the model endpoint.
public PutExternalModelRequest withRole(Role role)
The IAM role used to invoke the model endpoint.
role - The IAM role used to invoke the model endpoint.public void setInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
inputConfiguration - The model endpoint input configuration.public ModelInputConfiguration getInputConfiguration()
The model endpoint input configuration.
public PutExternalModelRequest withInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
inputConfiguration - The model endpoint input configuration.public void setOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
outputConfiguration - The model endpoint output configuration.public ModelOutputConfiguration getOutputConfiguration()
The model endpoint output configuration.
public PutExternalModelRequest withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
outputConfiguration - The model endpoint output configuration.public void setModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus - The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatuspublic String getModelEndpointStatus()
The model endpoint’s status in Amazon Fraud Detector.
ModelEndpointStatuspublic PutExternalModelRequest withModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus - The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatuspublic PutExternalModelRequest withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus - The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatuspublic String toString()
toString in class ObjectObject.toString()public PutExternalModelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.