GetInferenceGroupDeltaModelsStatusAsyncPlainArgs

data class GetInferenceGroupDeltaModelsStatusAsyncPlainArgs(val deltaModels: List<String>? = null, val groupName: String, val poolName: String, val resourceGroupName: String, val targetBaseModel: String? = null, val workspaceName: String) : ConvertibleToJava<GetInferenceGroupDeltaModelsStatusAsyncPlainArgs>

Constructors

constructor(deltaModels: List<String>? = null, groupName: String, poolName: String, resourceGroupName: String, targetBaseModel: String? = null, workspaceName: String)

Properties

Link copied to clipboard
val deltaModels: List<String>? = null

Gets or sets collection of delta models to retrieve status for.

Link copied to clipboard

InferenceGroup name.

Link copied to clipboard

InferencePool name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val targetBaseModel: String? = null

Gets or sets target base model.

Link copied to clipboard

Name of Azure Machine Learning workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetInferenceGroupDeltaModelsStatusAsyncPlainArgs