1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listWorkspaceConnectionModels
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.listWorkspaceConnectionModels

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

    List available models from all connections. Azure REST API version: 2024-04-01-preview.

    Using listWorkspaceConnectionModels

    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 listWorkspaceConnectionModels(args: ListWorkspaceConnectionModelsArgs, opts?: InvokeOptions): Promise<ListWorkspaceConnectionModelsResult>
    function listWorkspaceConnectionModelsOutput(args: ListWorkspaceConnectionModelsOutputArgs, opts?: InvokeOptions): Output<ListWorkspaceConnectionModelsResult>
    def list_workspace_connection_models(resource_group_name: Optional[str] = None,
                                         workspace_name: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> ListWorkspaceConnectionModelsResult
    def list_workspace_connection_models_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                         workspace_name: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[ListWorkspaceConnectionModelsResult]
    func ListWorkspaceConnectionModels(ctx *Context, args *ListWorkspaceConnectionModelsArgs, opts ...InvokeOption) (*ListWorkspaceConnectionModelsResult, error)
    func ListWorkspaceConnectionModelsOutput(ctx *Context, args *ListWorkspaceConnectionModelsOutputArgs, opts ...InvokeOption) ListWorkspaceConnectionModelsResultOutput

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

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

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Azure Machine Learning Workspace Name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Azure Machine Learning Workspace Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Azure Machine Learning Workspace Name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Azure Machine Learning Workspace Name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Azure Machine Learning Workspace Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Azure Machine Learning Workspace Name

    listWorkspaceConnectionModels 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.AccountModelResponse>
    List of models.
    NextLink string
    The link to the next page constructed using the continuationToken. If null, there are no additional pages.
    Value []AccountModelResponse
    List of models.
    nextLink String
    The link to the next page constructed using the continuationToken. If null, there are no additional pages.
    value List<AccountModelResponse>
    List of models.
    nextLink string
    The link to the next page constructed using the continuationToken. If null, there are no additional pages.
    value AccountModelResponse[]
    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[AccountModelResponse]
    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

    AccountModelResponse

    CallRateLimit Pulumi.AzureNative.MachineLearningServices.Inputs.CallRateLimitResponse
    The call rate limit Cognitive Services account.
    SystemData Pulumi.AzureNative.MachineLearningServices.Inputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    BaseModel Pulumi.AzureNative.MachineLearningServices.Inputs.DeploymentModelResponse
    Base Model Identifier.
    Capabilities Dictionary<string, string>
    The capabilities.
    Deprecation Pulumi.AzureNative.MachineLearningServices.Inputs.ModelDeprecationInfoResponse
    Cognitive Services account ModelDeprecationInfo.
    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.ModelSkuResponse>
    The list of Model Sku.
    Source string
    Optional. Deployment model source ARM resource ID.
    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.
    CallRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    BaseModel DeploymentModelResponse
    Base Model Identifier.
    Capabilities map[string]string
    The capabilities.
    Deprecation ModelDeprecationInfoResponse
    Cognitive Services account ModelDeprecationInfo.
    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 []ModelSkuResponse
    The list of Model Sku.
    Source string
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    baseModel DeploymentModelResponse
    Base Model Identifier.
    capabilities Map<String,String>
    The capabilities.
    deprecation ModelDeprecationInfoResponse
    Cognitive Services account ModelDeprecationInfo.
    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<ModelSkuResponse>
    The list of Model Sku.
    source String
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    baseModel DeploymentModelResponse
    Base Model Identifier.
    capabilities {[key: string]: string}
    The capabilities.
    deprecation ModelDeprecationInfoResponse
    Cognitive Services account ModelDeprecationInfo.
    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 ModelSkuResponse[]
    The list of Model Sku.
    source string
    Optional. Deployment model source ARM resource ID.
    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.
    call_rate_limit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    base_model DeploymentModelResponse
    Base Model Identifier.
    capabilities Mapping[str, str]
    The capabilities.
    deprecation ModelDeprecationInfoResponse
    Cognitive Services account ModelDeprecationInfo.
    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[ModelSkuResponse]
    The list of Model Sku.
    source str
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit Property Map
    The call rate limit Cognitive Services account.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    baseModel Property Map
    Base Model Identifier.
    capabilities Map<String>
    The capabilities.
    deprecation Property Map
    Cognitive Services account ModelDeprecationInfo.
    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.
    source String
    Optional. Deployment model source ARM resource ID.
    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.

    CallRateLimitResponse

    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.ThrottlingRuleResponse>
    Count float64
    The count value of Call Rate Limit.
    RenewalPeriod float64
    The renewal period in seconds of Call Rate Limit.
    Rules []ThrottlingRuleResponse
    count Double
    The count value of Call Rate Limit.
    renewalPeriod Double
    The renewal period in seconds of Call Rate Limit.
    rules List<ThrottlingRuleResponse>
    count number
    The count value of Call Rate Limit.
    renewalPeriod number
    The renewal period in seconds of Call Rate Limit.
    rules ThrottlingRuleResponse[]
    count float
    The count value of Call Rate Limit.
    renewal_period float
    The renewal period in seconds of Call Rate Limit.
    rules Sequence[ThrottlingRuleResponse]
    count Number
    The count value of Call Rate Limit.
    renewalPeriod Number
    The renewal period in seconds of Call Rate Limit.
    rules List<Property Map>

    CapacityConfigResponse

    AllowedValues List<int>
    The array of allowed values for capacity.
    Default int
    The default capacity.
    Maximum int
    The maximum capacity.
    Minimum int
    The minimum capacity.
    Step int
    The minimal incremental between allowed values for capacity.
    AllowedValues []int
    The array of allowed values for capacity.
    Default int
    The default capacity.
    Maximum int
    The maximum capacity.
    Minimum int
    The minimum capacity.
    Step int
    The minimal incremental between allowed values for capacity.
    allowedValues List<Integer>
    The array of allowed values for capacity.
    default_ Integer
    The default capacity.
    maximum Integer
    The maximum capacity.
    minimum Integer
    The minimum capacity.
    step Integer
    The minimal incremental between allowed values for capacity.
    allowedValues number[]
    The array of allowed values for capacity.
    default number
    The default capacity.
    maximum number
    The maximum capacity.
    minimum number
    The minimum capacity.
    step number
    The minimal incremental between allowed values for capacity.
    allowed_values Sequence[int]
    The array of allowed values for capacity.
    default int
    The default capacity.
    maximum int
    The maximum capacity.
    minimum int
    The minimum capacity.
    step int
    The minimal incremental between allowed values for capacity.
    allowedValues List<Number>
    The array of allowed values for capacity.
    default Number
    The default capacity.
    maximum Number
    The maximum capacity.
    minimum Number
    The minimum capacity.
    step Number
    The minimal incremental between allowed values for capacity.

    DeploymentModelResponse

    CallRateLimit Pulumi.AzureNative.MachineLearningServices.Inputs.CallRateLimitResponse
    The call rate limit Cognitive Services account.
    Format string
    Deployment model format.
    Name string
    Deployment model name.
    Source string
    Optional. Deployment model source ARM resource ID.
    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.
    CallRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    Format string
    Deployment model format.
    Name string
    Deployment model name.
    Source string
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    format String
    Deployment model format.
    name String
    Deployment model name.
    source String
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    format string
    Deployment model format.
    name string
    Deployment model name.
    source string
    Optional. Deployment model source ARM resource ID.
    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.
    call_rate_limit CallRateLimitResponse
    The call rate limit Cognitive Services account.
    format str
    Deployment model format.
    name str
    Deployment model name.
    source str
    Optional. Deployment model source ARM resource ID.
    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.
    callRateLimit Property Map
    The call rate limit Cognitive Services account.
    format String
    Deployment model format.
    name String
    Deployment model name.
    source String
    Optional. Deployment model source ARM resource ID.
    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.

    ModelDeprecationInfoResponse

    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.

    ModelSkuResponse

    Capacity Pulumi.AzureNative.MachineLearningServices.Inputs.CapacityConfigResponse
    The capacity configuration.
    ConnectionIds List<string>
    The list of connection ids.
    DeprecationDate string
    The datetime of deprecation of the model SKU.
    Name string
    The name of the model SKU.
    RateLimits List<Pulumi.AzureNative.MachineLearningServices.Inputs.CallRateLimitResponse>
    The list of rateLimit.
    UsageName string
    The usage name of the model SKU.
    Capacity CapacityConfigResponse
    The capacity configuration.
    ConnectionIds []string
    The list of connection ids.
    DeprecationDate string
    The datetime of deprecation of the model SKU.
    Name string
    The name of the model SKU.
    RateLimits []CallRateLimitResponse
    The list of rateLimit.
    UsageName string
    The usage name of the model SKU.
    capacity CapacityConfigResponse
    The capacity configuration.
    connectionIds List<String>
    The list of connection ids.
    deprecationDate String
    The datetime of deprecation of the model SKU.
    name String
    The name of the model SKU.
    rateLimits List<CallRateLimitResponse>
    The list of rateLimit.
    usageName String
    The usage name of the model SKU.
    capacity CapacityConfigResponse
    The capacity configuration.
    connectionIds string[]
    The list of connection ids.
    deprecationDate string
    The datetime of deprecation of the model SKU.
    name string
    The name of the model SKU.
    rateLimits CallRateLimitResponse[]
    The list of rateLimit.
    usageName string
    The usage name of the model SKU.
    capacity CapacityConfigResponse
    The capacity configuration.
    connection_ids Sequence[str]
    The list of connection ids.
    deprecation_date str
    The datetime of deprecation of the model SKU.
    name str
    The name of the model SKU.
    rate_limits Sequence[CallRateLimitResponse]
    The list of rateLimit.
    usage_name str
    The usage name of the model SKU.
    capacity Property Map
    The capacity configuration.
    connectionIds List<String>
    The list of connection ids.
    deprecationDate String
    The datetime of deprecation of the model SKU.
    name String
    The name of the model SKU.
    rateLimits List<Property Map>
    The list of rateLimit.
    usageName String
    The usage name of the model SKU.

    RequestMatchPatternResponse

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

    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.

    ThrottlingRuleResponse

    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