@Generated(value="software.amazon.awssdk:codegen") public final class ModelEndpointDataBlob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelEndpointDataBlob.Builder,ModelEndpointDataBlob>
A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelEndpointDataBlob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelEndpointDataBlob.Builder |
builder() |
SdkBytes |
byteBuffer()
The byte buffer of the Amazon SageMaker model endpoint input data blob.
|
String |
contentType()
The content type of the Amazon SageMaker model endpoint input data blob.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelEndpointDataBlob.Builder> |
serializableBuilderClass() |
ModelEndpointDataBlob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes byteBuffer()
The byte buffer of the Amazon SageMaker model endpoint input data blob.
public final String contentType()
The content type of the Amazon SageMaker model endpoint input data blob.
public ModelEndpointDataBlob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelEndpointDataBlob.Builder,ModelEndpointDataBlob>public static ModelEndpointDataBlob.Builder builder()
public static Class<? extends ModelEndpointDataBlob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.