ModelRequest
str
required
Base64-encoded tile image (PNG).
list[float] | None
Optional bulk RNA counts vector.
str
required
Stem of the source slide filename.
int
required
Tile x-coordinate in the slide.
int
required
Tile y-coordinate in the slide.
int
required
Tile width in pixels.
int
required
Tile height in pixels.
float | None
Fraction of tissue in the tile.
int
required
Index of this tile in the extraction plan.
image
ModelResponse
list[float]
Model output vector for this tile.
str
Stem of the source slide filename.
int
Tile x-coordinate in the slide.
int
Tile y-coordinate in the slide.
int
Tile width in pixels.
int
Tile height in pixels.
float | None
Fraction of tissue in the tile.
int
Index of this tile in the extraction plan.
float | None
Extraction resolution (MPP) if available.
SageMakerRequest
/invocations endpoint.
Adds a model_name field so the server can dispatch to the correct model and a mode field to select the scheduler ("prediction" or "embedding").
