1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getInferenceGroupStatus
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.machinelearningservices.getInferenceGroupStatus

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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Azure REST API version: 2023-08-01-preview.

    Other available API versions: 2024-01-01-preview, 2024-04-01-preview.

    Using getInferenceGroupStatus

    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 getInferenceGroupStatus(args: GetInferenceGroupStatusArgs, opts?: InvokeOptions): Promise<GetInferenceGroupStatusResult>
    function getInferenceGroupStatusOutput(args: GetInferenceGroupStatusOutputArgs, opts?: InvokeOptions): Output<GetInferenceGroupStatusResult>
    def get_inference_group_status(group_name: Optional[str] = None,
                                   pool_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   workspace_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetInferenceGroupStatusResult
    def get_inference_group_status_output(group_name: Optional[pulumi.Input[str]] = None,
                                   pool_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   workspace_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetInferenceGroupStatusResult]
    func GetInferenceGroupStatus(ctx *Context, args *GetInferenceGroupStatusArgs, opts ...InvokeOption) (*GetInferenceGroupStatusResult, error)
    func GetInferenceGroupStatusOutput(ctx *Context, args *GetInferenceGroupStatusOutputArgs, opts ...InvokeOption) GetInferenceGroupStatusResultOutput

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

    public static class GetInferenceGroupStatus 
    {
        public static Task<GetInferenceGroupStatusResult> InvokeAsync(GetInferenceGroupStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetInferenceGroupStatusResult> Invoke(GetInferenceGroupStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInferenceGroupStatusResult> getInferenceGroupStatus(GetInferenceGroupStatusArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getInferenceGroupStatus
      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.
    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.
    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.
    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.
    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.
    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.

    getInferenceGroupStatus Result

    The following output properties are available:

    ActualCapacityInfo Pulumi.AzureNative.MachineLearningServices.Outputs.ActualCapacityInfoResponse
    Gets or sets the actual capacity info for the group.
    BonusExtraCapacity int
    Gets or sets capacity used from the pool's reserved capacity.
    EndpointCount int
    Gets or sets the actual number of endpoints in the group.
    RequestedCapacity int
    Gets or sets the request number of instances for the group.
    ActualCapacityInfo ActualCapacityInfoResponse
    Gets or sets the actual capacity info for the group.
    BonusExtraCapacity int
    Gets or sets capacity used from the pool's reserved capacity.
    EndpointCount int
    Gets or sets the actual number of endpoints in the group.
    RequestedCapacity int
    Gets or sets the request number of instances for the group.
    actualCapacityInfo ActualCapacityInfoResponse
    Gets or sets the actual capacity info for the group.
    bonusExtraCapacity Integer
    Gets or sets capacity used from the pool's reserved capacity.
    endpointCount Integer
    Gets or sets the actual number of endpoints in the group.
    requestedCapacity Integer
    Gets or sets the request number of instances for the group.
    actualCapacityInfo ActualCapacityInfoResponse
    Gets or sets the actual capacity info for the group.
    bonusExtraCapacity number
    Gets or sets capacity used from the pool's reserved capacity.
    endpointCount number
    Gets or sets the actual number of endpoints in the group.
    requestedCapacity number
    Gets or sets the request number of instances for the group.
    actual_capacity_info ActualCapacityInfoResponse
    Gets or sets the actual capacity info for the group.
    bonus_extra_capacity int
    Gets or sets capacity used from the pool's reserved capacity.
    endpoint_count int
    Gets or sets the actual number of endpoints in the group.
    requested_capacity int
    Gets or sets the request number of instances for the group.
    actualCapacityInfo Property Map
    Gets or sets the actual capacity info for the group.
    bonusExtraCapacity Number
    Gets or sets capacity used from the pool's reserved capacity.
    endpointCount Number
    Gets or sets the actual number of endpoints in the group.
    requestedCapacity Number
    Gets or sets the request number of instances for the group.

    Supporting Types

    ActualCapacityInfoResponse

    Allocated int
    Gets or sets the total number of instances for the group.
    AssignmentFailed int
    Gets or sets the number of instances which failed to successfully complete assignment.
    AssignmentSuccess int
    Gets or sets the number of instances which successfully completed assignment.
    Allocated int
    Gets or sets the total number of instances for the group.
    AssignmentFailed int
    Gets or sets the number of instances which failed to successfully complete assignment.
    AssignmentSuccess int
    Gets or sets the number of instances which successfully completed assignment.
    allocated Integer
    Gets or sets the total number of instances for the group.
    assignmentFailed Integer
    Gets or sets the number of instances which failed to successfully complete assignment.
    assignmentSuccess Integer
    Gets or sets the number of instances which successfully completed assignment.
    allocated number
    Gets or sets the total number of instances for the group.
    assignmentFailed number
    Gets or sets the number of instances which failed to successfully complete assignment.
    assignmentSuccess number
    Gets or sets the number of instances which successfully completed assignment.
    allocated int
    Gets or sets the total number of instances for the group.
    assignment_failed int
    Gets or sets the number of instances which failed to successfully complete assignment.
    assignment_success int
    Gets or sets the number of instances which successfully completed assignment.
    allocated Number
    Gets or sets the total number of instances for the group.
    assignmentFailed Number
    Gets or sets the number of instances which failed to successfully complete assignment.
    assignmentSuccess Number
    Gets or sets the number of instances which successfully completed assignment.

    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.39.0 published on Monday, Apr 29, 2024 by Pulumi