ListInferenceGroupDeltaModelsAsyncPlainArgs

data class ListInferenceGroupDeltaModelsAsyncPlainArgs(val count: Int? = null, val groupName: String, val poolName: String, val resourceGroupName: String, val skipToken: String? = null, val targetBaseModel: String? = null, val workspaceName: String) : ConvertibleToJava<ListInferenceGroupDeltaModelsAsyncPlainArgs>

Constructors

constructor(count: Int? = null, groupName: String, poolName: String, resourceGroupName: String, skipToken: String? = null, targetBaseModel: String? = null, workspaceName: String)

Properties

Link copied to clipboard
val count: Int? = null

Gets or sets number of delta models to return. Default: -1, means that all will be returned.

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 skipToken: String? = null

Gets or sets skip token for paginated response.

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(): ListInferenceGroupDeltaModelsAsyncPlainArgs