PayloadPart

A wrapper for pieces of the payload that's returned in response to a streaming inference request. A streaming inference response consists of one or more payload parts.

Types

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

Properties

Link copied to clipboard

A blob that contains part of the response for your streaming inference request.

Functions

Link copied to clipboard
inline fun copy(block: PayloadPart.Builder.() -> Unit = {}): PayloadPart
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