1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getInferenceGroupDeltaModelsStatusAsync
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.machinelearningservices.getInferenceGroupDeltaModelsStatusAsync

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    Contract returning to user the delta models. Azure REST API version: 2024-10-01-preview.

    Using getInferenceGroupDeltaModelsStatusAsync

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInferenceGroupDeltaModelsStatusAsync(args: GetInferenceGroupDeltaModelsStatusAsyncArgs, opts?: InvokeOptions): Promise<GetInferenceGroupDeltaModelsStatusAsyncResult>
    function getInferenceGroupDeltaModelsStatusAsyncOutput(args: GetInferenceGroupDeltaModelsStatusAsyncOutputArgs, opts?: InvokeOptions): Output<GetInferenceGroupDeltaModelsStatusAsyncResult>
    def get_inference_group_delta_models_status_async(delta_models: Optional[Sequence[str]] = None,
                                                      group_name: Optional[str] = None,
                                                      pool_name: Optional[str] = None,
                                                      resource_group_name: Optional[str] = None,
                                                      target_base_model: Optional[str] = None,
                                                      workspace_name: Optional[str] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetInferenceGroupDeltaModelsStatusAsyncResult
    def get_inference_group_delta_models_status_async_output(delta_models: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                      group_name: Optional[pulumi.Input[str]] = None,
                                                      pool_name: Optional[pulumi.Input[str]] = None,
                                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                                      target_base_model: Optional[pulumi.Input[str]] = None,
                                                      workspace_name: Optional[pulumi.Input[str]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetInferenceGroupDeltaModelsStatusAsyncResult]
    func GetInferenceGroupDeltaModelsStatusAsync(ctx *Context, args *GetInferenceGroupDeltaModelsStatusAsyncArgs, opts ...InvokeOption) (*GetInferenceGroupDeltaModelsStatusAsyncResult, error)
    func GetInferenceGroupDeltaModelsStatusAsyncOutput(ctx *Context, args *GetInferenceGroupDeltaModelsStatusAsyncOutputArgs, opts ...InvokeOption) GetInferenceGroupDeltaModelsStatusAsyncResultOutput

    > Note: This function is named GetInferenceGroupDeltaModelsStatusAsync in the Go SDK.

    public static class GetInferenceGroupDeltaModelsStatusAsync 
    {
        public static Task<GetInferenceGroupDeltaModelsStatusAsyncResult> InvokeAsync(GetInferenceGroupDeltaModelsStatusAsyncArgs args, InvokeOptions? opts = null)
        public static Output<GetInferenceGroupDeltaModelsStatusAsyncResult> Invoke(GetInferenceGroupDeltaModelsStatusAsyncInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInferenceGroupDeltaModelsStatusAsyncResult> getInferenceGroupDeltaModelsStatusAsync(GetInferenceGroupDeltaModelsStatusAsyncArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getInferenceGroupDeltaModelsStatusAsync
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GroupName string
    InferenceGroup name.
    PoolName string
    InferencePool name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    DeltaModels List<string>
    Gets or sets collection of delta models to retrieve status for.
    TargetBaseModel string
    Gets or sets target base model.
    GroupName string
    InferenceGroup name.
    PoolName string
    InferencePool name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    DeltaModels []string
    Gets or sets collection of delta models to retrieve status for.
    TargetBaseModel string
    Gets or sets target base model.
    groupName String
    InferenceGroup name.
    poolName String
    InferencePool name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    deltaModels List<String>
    Gets or sets collection of delta models to retrieve status for.
    targetBaseModel String
    Gets or sets target base model.
    groupName string
    InferenceGroup name.
    poolName string
    InferencePool name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    deltaModels string[]
    Gets or sets collection of delta models to retrieve status for.
    targetBaseModel string
    Gets or sets target base model.
    group_name str
    InferenceGroup name.
    pool_name str
    InferencePool name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    delta_models Sequence[str]
    Gets or sets collection of delta models to retrieve status for.
    target_base_model str
    Gets or sets target base model.
    groupName String
    InferenceGroup name.
    poolName String
    InferencePool name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    deltaModels List<String>
    Gets or sets collection of delta models to retrieve status for.
    targetBaseModel String
    Gets or sets target base model.

    getInferenceGroupDeltaModelsStatusAsync Result

    The following output properties are available:

    ActualInstanceCount int
    Gets or sets actual instance count.
    DeltaModels Dictionary<string, ImmutableArray<Pulumi.AzureNative.MachineLearningServices.Outputs.DeltaModelCurrentStateResponse>>
    Gets or sets dictionary representing modelID and its current state.
    ExpectedInstanceCount int
    Gets or sets expected instance count.
    RevisionId string
    Gets or sets revision ID.
    TargetBaseModel string
    Gets or sets target base model.
    ActualInstanceCount int
    Gets or sets actual instance count.
    DeltaModels map[string][]DeltaModelCurrentStateResponse
    Gets or sets dictionary representing modelID and its current state.
    ExpectedInstanceCount int
    Gets or sets expected instance count.
    RevisionId string
    Gets or sets revision ID.
    TargetBaseModel string
    Gets or sets target base model.
    actualInstanceCount Integer
    Gets or sets actual instance count.
    deltaModels Map<String,List<DeltaModelCurrentStateResponse>>
    Gets or sets dictionary representing modelID and its current state.
    expectedInstanceCount Integer
    Gets or sets expected instance count.
    revisionId String
    Gets or sets revision ID.
    targetBaseModel String
    Gets or sets target base model.
    actualInstanceCount number
    Gets or sets actual instance count.
    deltaModels {[key: string]: DeltaModelCurrentStateResponse[]}
    Gets or sets dictionary representing modelID and its current state.
    expectedInstanceCount number
    Gets or sets expected instance count.
    revisionId string
    Gets or sets revision ID.
    targetBaseModel string
    Gets or sets target base model.
    actual_instance_count int
    Gets or sets actual instance count.
    delta_models Mapping[str, Sequence[DeltaModelCurrentStateResponse]]
    Gets or sets dictionary representing modelID and its current state.
    expected_instance_count int
    Gets or sets expected instance count.
    revision_id str
    Gets or sets revision ID.
    target_base_model str
    Gets or sets target base model.
    actualInstanceCount Number
    Gets or sets actual instance count.
    deltaModels Map<List<Property Map>>
    Gets or sets dictionary representing modelID and its current state.
    expectedInstanceCount Number
    Gets or sets expected instance count.
    revisionId String
    Gets or sets revision ID.
    targetBaseModel String
    Gets or sets target base model.

    Supporting Types

    DeltaModelCurrentStateResponse

    Count int
    Gets or sets Count of instances with model.
    SampleInstanceID string
    Gets or sets sample of instances with model.
    Status string
    Gets or sets status.
    Count int
    Gets or sets Count of instances with model.
    SampleInstanceID string
    Gets or sets sample of instances with model.
    Status string
    Gets or sets status.
    count Integer
    Gets or sets Count of instances with model.
    sampleInstanceID String
    Gets or sets sample of instances with model.
    status String
    Gets or sets status.
    count number
    Gets or sets Count of instances with model.
    sampleInstanceID string
    Gets or sets sample of instances with model.
    status string
    Gets or sets status.
    count int
    Gets or sets Count of instances with model.
    sample_instance_id str
    Gets or sets sample of instances with model.
    status str
    Gets or sets status.
    count Number
    Gets or sets Count of instances with model.
    sampleInstanceID String
    Gets or sets sample of instances with model.
    status String
    Gets or sets status.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi