StopInferenceExperimentRequest

Types

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

Properties

Link copied to clipboard

An array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.

Link copied to clipboard

The desired state of the experiment after stopping. The possible states are the following:

Link copied to clipboard

Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:

Link copied to clipboard
val name: String?

The name of the inference experiment to stop.

Link copied to clipboard

The reason for stopping the experiment.

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