1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningexperimentation
  5. getWorkspace
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.machinelearningexperimentation.getWorkspace

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the properties of the specified machine learning workspace. Azure REST API version: 2017-05-01-preview.

    Using getWorkspace

    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 getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(account_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      workspace_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(account_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[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

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

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningexperimentation:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the machine learning team account.
    ResourceGroupName string
    The name of the resource group to which the machine learning team account belongs.
    WorkspaceName string
    The name of the machine learning team account workspace.
    AccountName string
    The name of the machine learning team account.
    ResourceGroupName string
    The name of the resource group to which the machine learning team account belongs.
    WorkspaceName string
    The name of the machine learning team account workspace.
    accountName String
    The name of the machine learning team account.
    resourceGroupName String
    The name of the resource group to which the machine learning team account belongs.
    workspaceName String
    The name of the machine learning team account workspace.
    accountName string
    The name of the machine learning team account.
    resourceGroupName string
    The name of the resource group to which the machine learning team account belongs.
    workspaceName string
    The name of the machine learning team account workspace.
    account_name str
    The name of the machine learning team account.
    resource_group_name str
    The name of the resource group to which the machine learning team account belongs.
    workspace_name str
    The name of the machine learning team account workspace.
    accountName String
    The name of the machine learning team account.
    resourceGroupName String
    The name of the resource group to which the machine learning team account belongs.
    workspaceName String
    The name of the machine learning team account workspace.

    getWorkspace Result

    The following output properties are available:

    AccountId string
    The immutable id of the team account which contains this workspace.
    CreationDate string
    The creation date of the machine learning workspace in ISO8601 format.
    FriendlyName string
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    Id string
    The resource ID.
    Location string
    The location of the resource. This cannot be changed after the resource is created.
    Name string
    The name of the resource.
    ProvisioningState string
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    Type string
    The type of the resource.
    WorkspaceId string
    The immutable id of this workspace.
    Description string
    The description of this workspace.
    Tags Dictionary<string, string>
    The tags of the resource.
    AccountId string
    The immutable id of the team account which contains this workspace.
    CreationDate string
    The creation date of the machine learning workspace in ISO8601 format.
    FriendlyName string
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    Id string
    The resource ID.
    Location string
    The location of the resource. This cannot be changed after the resource is created.
    Name string
    The name of the resource.
    ProvisioningState string
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    Type string
    The type of the resource.
    WorkspaceId string
    The immutable id of this workspace.
    Description string
    The description of this workspace.
    Tags map[string]string
    The tags of the resource.
    accountId String
    The immutable id of the team account which contains this workspace.
    creationDate String
    The creation date of the machine learning workspace in ISO8601 format.
    friendlyName String
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    id String
    The resource ID.
    location String
    The location of the resource. This cannot be changed after the resource is created.
    name String
    The name of the resource.
    provisioningState String
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    type String
    The type of the resource.
    workspaceId String
    The immutable id of this workspace.
    description String
    The description of this workspace.
    tags Map<String,String>
    The tags of the resource.
    accountId string
    The immutable id of the team account which contains this workspace.
    creationDate string
    The creation date of the machine learning workspace in ISO8601 format.
    friendlyName string
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    id string
    The resource ID.
    location string
    The location of the resource. This cannot be changed after the resource is created.
    name string
    The name of the resource.
    provisioningState string
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    type string
    The type of the resource.
    workspaceId string
    The immutable id of this workspace.
    description string
    The description of this workspace.
    tags {[key: string]: string}
    The tags of the resource.
    account_id str
    The immutable id of the team account which contains this workspace.
    creation_date str
    The creation date of the machine learning workspace in ISO8601 format.
    friendly_name str
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    id str
    The resource ID.
    location str
    The location of the resource. This cannot be changed after the resource is created.
    name str
    The name of the resource.
    provisioning_state str
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    type str
    The type of the resource.
    workspace_id str
    The immutable id of this workspace.
    description str
    The description of this workspace.
    tags Mapping[str, str]
    The tags of the resource.
    accountId String
    The immutable id of the team account which contains this workspace.
    creationDate String
    The creation date of the machine learning workspace in ISO8601 format.
    friendlyName String
    The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
    id String
    The resource ID.
    location String
    The location of the resource. This cannot be changed after the resource is created.
    name String
    The name of the resource.
    provisioningState String
    The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
    type String
    The type of the resource.
    workspaceId String
    The immutable id of this workspace.
    description String
    The description of this workspace.
    tags Map<String>
    The tags of the resource.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi