@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, 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 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.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 String toString()
toString
in class Object
Object.toString()
public PutExternalModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.