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 Details

    • 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.