Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModelEndpointDataBlob

import type { ModelEndpointDataBlob } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

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.

interface ModelEndpointDataBlob {
byteBuffer?: Uint8Array | string | null;
contentType?: string | null;
}

§Properties

§
byteBuffer?: Uint8Array | string | null
[src]

The byte buffer of the Amazon SageMaker model endpoint input data blob.

§
contentType?: string | null
[src]

The content type of the Amazon SageMaker model endpoint input data blob.