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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.machinelearningservices.getInferenceGroupStatus
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Azure REST API version: 2023-08-01-preview.
Other available API versions: 2024-01-01-preview, 2024-04-01-preview, 2024-10-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)
public static Output<GetInferenceGroupStatusResult> getInferenceGroupStatus(GetInferenceGroupStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearningservices:getInferenceGroupStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- GroupName string
- InferenceGroup name.
- PoolName string
- InferencePool name.
- ResourceGroup stringName 
- 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.
- ResourceGroup stringName 
- 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.
- resourceGroup StringName 
- 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.
- resourceGroup stringName 
- 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_ strname 
- 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.
- resourceGroup StringName 
- 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:
- ActualCapacity Pulumi.Info Azure Native. Machine Learning Services. Outputs. Actual Capacity Info Response 
- Gets or sets the actual capacity info for the group.
- BonusExtra intCapacity 
- 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.
- ActualCapacity ActualInfo Capacity Info Response 
- Gets or sets the actual capacity info for the group.
- BonusExtra intCapacity 
- 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.
- actualCapacity ActualInfo Capacity Info Response 
- Gets or sets the actual capacity info for the group.
- bonusExtra IntegerCapacity 
- 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.
- actualCapacity ActualInfo Capacity Info Response 
- Gets or sets the actual capacity info for the group.
- bonusExtra numberCapacity 
- 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_ Actualinfo Capacity Info Response 
- Gets or sets the actual capacity info for the group.
- bonus_extra_ intcapacity 
- 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.
- actualCapacity Property MapInfo 
- Gets or sets the actual capacity info for the group.
- bonusExtra NumberCapacity 
- 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
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi