GetInferenceGroupDeltaModelsStatusAsyncResult

data class GetInferenceGroupDeltaModelsStatusAsyncResult(val actualInstanceCount: Int? = null, val deltaModels: Map<String, List<DeltaModelCurrentStateResponse>>? = null, val expectedInstanceCount: Int? = null, val revisionId: String? = null, val targetBaseModel: String? = null)

Contract returning to user the delta models.

Constructors

constructor(actualInstanceCount: Int? = null, deltaModels: Map<String, List<DeltaModelCurrentStateResponse>>? = null, expectedInstanceCount: Int? = null, revisionId: String? = null, targetBaseModel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets actual instance count.

Link copied to clipboard

Gets or sets dictionary representing modelID and its current state.

Link copied to clipboard

Gets or sets expected instance count.

Link copied to clipboard
val revisionId: String? = null

Gets or sets revision ID.

Link copied to clipboard
val targetBaseModel: String? = null

Gets or sets target base model.