| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
ModelEndpointDataBlob |
ModelEndpointDataBlob.clone() |
ModelEndpointDataBlob |
ModelEndpointDataBlob.withByteBuffer(ByteBuffer byteBuffer)
The byte buffer of the Amazon SageMaker model endpoint input data blob.
|
ModelEndpointDataBlob |
ModelEndpointDataBlob.withContentType(String contentType)
The content type of the Amazon SageMaker model endpoint input data blob.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ModelEndpointDataBlob> |
GetEventPredictionRequest.getExternalModelEndpointDataBlobs()
The Amazon SageMaker model endpoint input data blobs.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionRequest |
GetEventPredictionRequest.addExternalModelEndpointDataBlobsEntry(String key,
ModelEndpointDataBlob value)
Add a single ExternalModelEndpointDataBlobs entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventPredictionRequest.setExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
Copyright © 2024. All rights reserved.