@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() |
boolean |
equals(Object obj) |
String |
getEventTypeName()
The event type name.
|
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.
|
List<Tag> |
getTags()
A collection of key and value pairs.
|
int |
hashCode() |
void |
setEventTypeName(String eventTypeName)
The event type name.
|
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.
|
void |
setTags(Collection<Tag> tags)
A collection of key and value pairs.
|
String |
toString()
Returns a string representation of this object.
|
PutExternalModelRequest |
withEventTypeName(String eventTypeName)
The event type name.
|
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.
|
PutExternalModelRequest |
withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
PutExternalModelRequest |
withTags(Tag... tags)
A collection of key and value pairs.
|
addHandlerContext, copyBaseTo, 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 setEventTypeName(String eventTypeName)
The event type name.
eventTypeName - The event type name.public String getEventTypeName()
The event type name.
public PutExternalModelRequest withEventTypeName(String eventTypeName)
The event type name.
eventTypeName - The event type 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 List<Tag> getTags()
A collection of key and value pairs.
public void setTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public PutExternalModelRequest withTags(Tag... tags)
A collection of key and value pairs.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - A collection of key and value pairs.public PutExternalModelRequest withTags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.public String toString()
toString in class ObjectObject.toString()public PutExternalModelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.