get Inference Group Delta Models Status Async
suspend fun getInferenceGroupDeltaModelsStatusAsync(argument: GetInferenceGroupDeltaModelsStatusAsyncPlainArgs): GetInferenceGroupDeltaModelsStatusAsyncResult
Contract returning to user the delta models. Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2025-01-01-preview.
Return
Contract returning to user the delta models.
Parameters
argument
null
suspend fun getInferenceGroupDeltaModelsStatusAsync(deltaModels: List<String>? = null, groupName: String, poolName: String, resourceGroupName: String, targetBaseModel: String? = null, workspaceName: String): GetInferenceGroupDeltaModelsStatusAsyncResult
Return
Contract returning to user the delta models.
Parameters
delta Models
Gets or sets collection of delta models to retrieve status for.
group Name
InferenceGroup name.
pool Name
InferencePool name.
resource Group Name
The name of the resource group. The name is case insensitive.
target Base Model
Gets or sets target base model.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun getInferenceGroupDeltaModelsStatusAsync(argument: suspend GetInferenceGroupDeltaModelsStatusAsyncPlainArgsBuilder.() -> Unit): GetInferenceGroupDeltaModelsStatusAsyncResult
Return
Contract returning to user the delta models.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetInferenceGroupDeltaModelsStatusAsyncPlainArgs.