@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPredictionRequest() |
Modifier and Type | Method and Description |
---|---|
GetPredictionRequest |
addEventAttributesEntry(String key,
String value)
Add a single EventAttributes entry
|
GetPredictionRequest |
addExternalModelEndpointDataBlobsEntry(String key,
ModelEndpointDataBlob value)
Add a single ExternalModelEndpointDataBlobs entry
|
GetPredictionRequest |
clearEventAttributesEntries()
Removes all the entries added into EventAttributes.
|
GetPredictionRequest |
clearExternalModelEndpointDataBlobsEntries()
Removes all the entries added into ExternalModelEndpointDataBlobs.
|
GetPredictionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The detector ID.
|
String |
getDetectorVersionId()
The detector version ID.
|
Map<String,String> |
getEventAttributes()
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding
values for the event you are sending for evaluation.
|
String |
getEventId()
The unique ID used to identify the event.
|
Map<String,ModelEndpointDataBlob> |
getExternalModelEndpointDataBlobs()
The Amazon SageMaker model endpoint input data blobs.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setEventAttributes(Map<String,String> eventAttributes)
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding
values for the event you are sending for evaluation.
|
void |
setEventId(String eventId)
The unique ID used to identify the event.
|
void |
setExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
String |
toString()
Returns a string representation of this object.
|
GetPredictionRequest |
withDetectorId(String detectorId)
The detector ID.
|
GetPredictionRequest |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetPredictionRequest |
withEventAttributes(Map<String,String> eventAttributes)
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding
values for the event you are sending for evaluation.
|
GetPredictionRequest |
withEventId(String eventId)
The unique ID used to identify the event.
|
GetPredictionRequest |
withExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
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 setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public GetPredictionRequest withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public GetPredictionRequest withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public void setEventId(String eventId)
The unique ID used to identify the event.
eventId
- The unique ID used to identify the event.public String getEventId()
The unique ID used to identify the event.
public GetPredictionRequest withEventId(String eventId)
The unique ID used to identify the event.
eventId
- The unique ID used to identify the event.public Map<String,String> getEventAttributes()
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding values for the event you are sending for evaluation.
public void setEventAttributes(Map<String,String> eventAttributes)
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding values for the event you are sending for evaluation.
eventAttributes
- Names of variables you defined in Amazon Fraud Detector to represent event data elements and their
corresponding values for the event you are sending for evaluation.public GetPredictionRequest withEventAttributes(Map<String,String> eventAttributes)
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding values for the event you are sending for evaluation.
eventAttributes
- Names of variables you defined in Amazon Fraud Detector to represent event data elements and their
corresponding values for the event you are sending for evaluation.public GetPredictionRequest addEventAttributesEntry(String key, String value)
public GetPredictionRequest clearEventAttributesEntries()
public Map<String,ModelEndpointDataBlob> getExternalModelEndpointDataBlobs()
The Amazon SageMaker model endpoint input data blobs.
public void setExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
externalModelEndpointDataBlobs
- The Amazon SageMaker model endpoint input data blobs.public GetPredictionRequest withExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
externalModelEndpointDataBlobs
- The Amazon SageMaker model endpoint input data blobs.public GetPredictionRequest addExternalModelEndpointDataBlobsEntry(String key, ModelEndpointDataBlob value)
public GetPredictionRequest clearExternalModelEndpointDataBlobsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetPredictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.