Interface ModelEndpointDataBlob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelEndpointDataBlob.Builder,ModelEndpointDataBlob>,SdkBuilder<ModelEndpointDataBlob.Builder,ModelEndpointDataBlob>,SdkPojo
- Enclosing class:
- ModelEndpointDataBlob
public static interface ModelEndpointDataBlob.Builder extends SdkPojo, CopyableBuilder<ModelEndpointDataBlob.Builder,ModelEndpointDataBlob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelEndpointDataBlob.BuilderbyteBuffer(SdkBytes byteBuffer)The byte buffer of the Amazon SageMaker model endpoint input data blob.ModelEndpointDataBlob.BuildercontentType(String contentType)The content type of the Amazon SageMaker model endpoint input data blob.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
byteBuffer
ModelEndpointDataBlob.Builder byteBuffer(SdkBytes byteBuffer)
The byte buffer of the Amazon SageMaker model endpoint input data blob.
- Parameters:
byteBuffer- The byte buffer of the Amazon SageMaker model endpoint input data blob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
ModelEndpointDataBlob.Builder contentType(String contentType)
The content type of the Amazon SageMaker model endpoint input data blob.
- Parameters:
contentType- The content type of the Amazon SageMaker model endpoint input data blob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-