Interface ModelEndpointDataBlob.Builder

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