RealtimeEndpointInfo

Describes the real-time endpoint information for an MLModel.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The time that the request to create the real-time endpoint for the MLModel was received. The time is expressed in epoch time.

Link copied to clipboard

The current status of the real-time endpoint for the MLModel. This element can have one of the following values:

Link copied to clipboard

The URI that specifies where to send real-time prediction requests for the MLModel.

Link copied to clipboard

The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.

Functions

Link copied to clipboard
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