1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listConnectionModels
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.machinelearningservices.listConnectionModels

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Uses Azure REST API version 2024-07-01-preview.

Using listConnectionModels

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 listConnectionModels(args: ListConnectionModelsArgs, opts?: InvokeOptions): Promise<ListConnectionModelsResult>
function listConnectionModelsOutput(args: ListConnectionModelsOutputArgs, opts?: InvokeOptions): Output<ListConnectionModelsResult>
Copy
def list_connection_models(resource_group_name: Optional[str] = None,
                           workspace_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> ListConnectionModelsResult
def list_connection_models_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                           workspace_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[ListConnectionModelsResult]
Copy
func ListConnectionModels(ctx *Context, args *ListConnectionModelsArgs, opts ...InvokeOption) (*ListConnectionModelsResult, error)
func ListConnectionModelsOutput(ctx *Context, args *ListConnectionModelsOutputArgs, opts ...InvokeOption) ListConnectionModelsResultOutput
Copy

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

public static class ListConnectionModels 
{
    public static Task<ListConnectionModelsResult> InvokeAsync(ListConnectionModelsArgs args, InvokeOptions? opts = null)
    public static Output<ListConnectionModelsResult> Invoke(ListConnectionModelsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListConnectionModelsResult> listConnectionModels(ListConnectionModelsArgs args, InvokeOptions options)
public static Output<ListConnectionModelsResult> listConnectionModels(ListConnectionModelsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:listConnectionModels
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Azure Machine Learning Workspace Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Azure Machine Learning Workspace Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Azure Machine Learning Workspace Name

listConnectionModels Result

The following output properties are available:

NextLink string
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
Value List<Pulumi.AzureNative.MachineLearningServices.Outputs.EndpointModelPropertiesResponse>
List of models.
NextLink string
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
Value []EndpointModelPropertiesResponse
List of models.
nextLink String
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
value List<EndpointModelPropertiesResponse>
List of models.
nextLink string
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
value EndpointModelPropertiesResponse[]
List of models.
next_link str
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
value Sequence[EndpointModelPropertiesResponse]
List of models.
nextLink String
The link to the next page constructed using the continuationToken. If null, there are no additional pages.
value List<Property Map>
List of models.

Supporting Types

EndpointModelDeprecationPropertiesResponse

FineTune string
The datetime of deprecation of the fineTune Model.
Inference string
The datetime of deprecation of the inference Model.
FineTune string
The datetime of deprecation of the fineTune Model.
Inference string
The datetime of deprecation of the inference Model.
fineTune String
The datetime of deprecation of the fineTune Model.
inference String
The datetime of deprecation of the inference Model.
fineTune string
The datetime of deprecation of the fineTune Model.
inference string
The datetime of deprecation of the inference Model.
fine_tune str
The datetime of deprecation of the fineTune Model.
inference str
The datetime of deprecation of the inference Model.
fineTune String
The datetime of deprecation of the fineTune Model.
inference String
The datetime of deprecation of the inference Model.

EndpointModelPropertiesResponse

SystemData This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Capabilities Dictionary<string, string>
The capabilities.
Deprecation Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointModelDeprecationPropertiesResponse
FinetuneCapabilities Dictionary<string, string>
The capabilities for finetune models.
Format string
Deployment model format.
IsDefaultVersion bool
If the model is default version.
LifecycleStatus string
Model lifecycle status.
MaxCapacity int
The max capacity.
Name string
Deployment model name.
Skus List<Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointModelSkuPropertiesResponse>
The list of Model Sku.
Version string
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
SystemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Capabilities map[string]string
The capabilities.
Deprecation EndpointModelDeprecationPropertiesResponse
FinetuneCapabilities map[string]string
The capabilities for finetune models.
Format string
Deployment model format.
IsDefaultVersion bool
If the model is default version.
LifecycleStatus string
Model lifecycle status.
MaxCapacity int
The max capacity.
Name string
Deployment model name.
Skus []EndpointModelSkuPropertiesResponse
The list of Model Sku.
Version string
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
capabilities Map<String,String>
The capabilities.
deprecation EndpointModelDeprecationPropertiesResponse
finetuneCapabilities Map<String,String>
The capabilities for finetune models.
format String
Deployment model format.
isDefaultVersion Boolean
If the model is default version.
lifecycleStatus String
Model lifecycle status.
maxCapacity Integer
The max capacity.
name String
Deployment model name.
skus List<EndpointModelSkuPropertiesResponse>
The list of Model Sku.
version String
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
capabilities {[key: string]: string}
The capabilities.
deprecation EndpointModelDeprecationPropertiesResponse
finetuneCapabilities {[key: string]: string}
The capabilities for finetune models.
format string
Deployment model format.
isDefaultVersion boolean
If the model is default version.
lifecycleStatus string
Model lifecycle status.
maxCapacity number
The max capacity.
name string
Deployment model name.
skus EndpointModelSkuPropertiesResponse[]
The list of Model Sku.
version string
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
system_data This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
capabilities Mapping[str, str]
The capabilities.
deprecation EndpointModelDeprecationPropertiesResponse
finetune_capabilities Mapping[str, str]
The capabilities for finetune models.
format str
Deployment model format.
is_default_version bool
If the model is default version.
lifecycle_status str
Model lifecycle status.
max_capacity int
The max capacity.
name str
Deployment model name.
skus Sequence[EndpointModelSkuPropertiesResponse]
The list of Model Sku.
version str
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
systemData This property is required. Property Map
Metadata pertaining to creation and last modification of the resource.
capabilities Map<String>
The capabilities.
deprecation Property Map
finetuneCapabilities Map<String>
The capabilities for finetune models.
format String
Deployment model format.
isDefaultVersion Boolean
If the model is default version.
lifecycleStatus String
Model lifecycle status.
maxCapacity Number
The max capacity.
name String
Deployment model name.
skus List<Property Map>
The list of Model Sku.
version String
Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.

EndpointModelSkuCapacityPropertiesResponse

Default int
The default capacity.
Maximum int
The maximum capacity.
Default int
The default capacity.
Maximum int
The maximum capacity.
default_ Integer
The default capacity.
maximum Integer
The maximum capacity.
default number
The default capacity.
maximum number
The maximum capacity.
default int
The default capacity.
maximum int
The maximum capacity.
default Number
The default capacity.
maximum Number
The maximum capacity.

EndpointModelSkuPropertiesResponse

Capacity Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointModelSkuCapacityPropertiesResponse
ConnectionIds List<string>
The list of ARM id for the connection support this SKU.
DeprecationDate string
The datetime of deprecation of the model SKU.
Name string
The name of the model SKU.
RateLimits List<Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointModelSkuRateLimitPropertiesResponse>
UsageName string
The usage name of the model SKU.
Capacity EndpointModelSkuCapacityPropertiesResponse
ConnectionIds []string
The list of ARM id for the connection support this SKU.
DeprecationDate string
The datetime of deprecation of the model SKU.
Name string
The name of the model SKU.
RateLimits []EndpointModelSkuRateLimitPropertiesResponse
UsageName string
The usage name of the model SKU.
capacity EndpointModelSkuCapacityPropertiesResponse
connectionIds List<String>
The list of ARM id for the connection support this SKU.
deprecationDate String
The datetime of deprecation of the model SKU.
name String
The name of the model SKU.
rateLimits List<EndpointModelSkuRateLimitPropertiesResponse>
usageName String
The usage name of the model SKU.
capacity EndpointModelSkuCapacityPropertiesResponse
connectionIds string[]
The list of ARM id for the connection support this SKU.
deprecationDate string
The datetime of deprecation of the model SKU.
name string
The name of the model SKU.
rateLimits EndpointModelSkuRateLimitPropertiesResponse[]
usageName string
The usage name of the model SKU.
capacity EndpointModelSkuCapacityPropertiesResponse
connection_ids Sequence[str]
The list of ARM id for the connection support this SKU.
deprecation_date str
The datetime of deprecation of the model SKU.
name str
The name of the model SKU.
rate_limits Sequence[EndpointModelSkuRateLimitPropertiesResponse]
usage_name str
The usage name of the model SKU.
capacity Property Map
connectionIds List<String>
The list of ARM id for the connection support this SKU.
deprecationDate String
The datetime of deprecation of the model SKU.
name String
The name of the model SKU.
rateLimits List<Property Map>
usageName String
The usage name of the model SKU.

EndpointModelSkuRateLimitPropertiesResponse

Count double
The count value of Call Rate Limit.
RenewalPeriod double
The renewal period in seconds of Call Rate Limit.
Rules List<Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointModelSkuRateLimitRulePropertiesResponse>
The call rate limit for the model.
Count float64
The count value of Call Rate Limit.
RenewalPeriod float64
The renewal period in seconds of Call Rate Limit.
Rules []EndpointModelSkuRateLimitRulePropertiesResponse
The call rate limit for the model.
count Double
The count value of Call Rate Limit.
renewalPeriod Double
The renewal period in seconds of Call Rate Limit.
rules List<EndpointModelSkuRateLimitRulePropertiesResponse>
The call rate limit for the model.
count number
The count value of Call Rate Limit.
renewalPeriod number
The renewal period in seconds of Call Rate Limit.
rules EndpointModelSkuRateLimitRulePropertiesResponse[]
The call rate limit for the model.
count float
The count value of Call Rate Limit.
renewal_period float
The renewal period in seconds of Call Rate Limit.
rules Sequence[EndpointModelSkuRateLimitRulePropertiesResponse]
The call rate limit for the model.
count Number
The count value of Call Rate Limit.
renewalPeriod Number
The renewal period in seconds of Call Rate Limit.
rules List<Property Map>
The call rate limit for the model.

EndpointModelSkuRateLimitRulePatternPropertiesResponse

Method string
Path string
Method string
Path string
method String
path String
method string
path string
method str
path str
method String
path String

EndpointModelSkuRateLimitRulePropertiesResponse

count Number
dynamicThrottlingEnabled Boolean
If the dynamic throttling is enabled.
key String
matchPatterns List<Property Map>
minCount Number
renewalPeriod Number

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

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 v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi