SampleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw inference request body in OpenAI-compatible JSON format.

Link copied to clipboard

The job ARN that identifies which model session to route the inference request to.

Link copied to clipboard

The trajectory ID for grouping turns into a single rollout. Each turn (prompt and response) is captured for later use.

Functions

Link copied to clipboard
inline fun copy(block: SampleRequest.Builder.() -> Unit = {}): SampleRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String