@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 |
getInvokeModelEndpointRoleArn()
The IAM role used to invoke the model endpoint.
|
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.
|
List<Tag> |
getTags()
A collection of key and value pairs.
|
int |
hashCode() |
void |
setInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
|
void |
setInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
|
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 |
setTags(Collection<Tag> tags)
A collection of key and value pairs.
|
String |
toString()
Returns a string representation of this object.
|
PutExternalModelRequest |
withInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
|
PutExternalModelRequest |
withInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
|
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 |
withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
PutExternalModelRequest |
withTags(Tag... tags)
A collection of key and value pairs.
|
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, withSdkRequestTimeout
public 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.ModelSource
public String getModelSource()
The source of the model.
ModelSource
public PutExternalModelRequest withModelSource(String modelSource)
The source of the model.
modelSource
- The source of the model.ModelSource
public PutExternalModelRequest withModelSource(ModelSource modelSource)
The source of the model.
modelSource
- The source of the model.ModelSource
public void setInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
invokeModelEndpointRoleArn
- The IAM role used to invoke the model endpoint.public String getInvokeModelEndpointRoleArn()
The IAM role used to invoke the model endpoint.
public PutExternalModelRequest withInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
invokeModelEndpointRoleArn
- 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.ModelEndpointStatus
public String getModelEndpointStatus()
The model endpoint’s status in Amazon Fraud Detector.
ModelEndpointStatus
public PutExternalModelRequest withModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus
- The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatus
public PutExternalModelRequest withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus
- The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatus
public 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 Object
Object.toString()
public PutExternalModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()