Azure Native
getProject
An object that represents a machine learning project. API Version: 2017-05-01-preview.
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(account_name: Optional[str] = None,
project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(account_name: Optional[pulumi.Input[str]] = None,
project_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[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:machinelearningexperimentation:getProject
Arguments:
# Arguments dictionary
The following arguments are supported:
- Account
Name string The name of the machine learning team account.
- Project
Name string The name of the machine learning project under a team account workspace.
- Resource
Group stringName The name of the resource group to which the machine learning team account belongs.
- Workspace
Name string The name of the machine learning team account workspace.
- Account
Name string The name of the machine learning team account.
- Project
Name string The name of the machine learning project under a team account workspace.
- Resource
Group stringName The name of the resource group to which the machine learning team account belongs.
- Workspace
Name string The name of the machine learning team account workspace.
- account
Name String The name of the machine learning team account.
- project
Name String The name of the machine learning project under a team account workspace.
- resource
Group StringName The name of the resource group to which the machine learning team account belongs.
- workspace
Name String The name of the machine learning team account workspace.
- account
Name string The name of the machine learning team account.
- project
Name string The name of the machine learning project under a team account workspace.
- resource
Group stringName The name of the resource group to which the machine learning team account belongs.
- workspace
Name string The name of the machine learning team account workspace.
- account_
name str The name of the machine learning team account.
- project_
name str The name of the machine learning project under a team account workspace.
- resource_
group_ strname 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.
- account
Name String The name of the machine learning team account.
- project
Name String The name of the machine learning project under a team account workspace.
- resource
Group StringName The name of the resource group to which the machine learning team account belongs.
- workspace
Name String The name of the machine learning team account workspace.
getProject Result
The following output properties are available:
- Account
Id string The immutable id of the team account which contains this project.
- Creation
Date string The creation date of the project in ISO8601 format.
- Friendly
Name string The friendly name for this project.
- 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.
- Project
Id string The immutable id of this project.
- Provisioning
State string The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- Type string
The type of the resource.
- Workspace
Id string The immutable id of the workspace which contains this project.
- Description string
The description of this project.
- Gitrepo string
The reference to git repo for this project.
- Dictionary<string, string>
The tags of the resource.
- Account
Id string The immutable id of the team account which contains this project.
- Creation
Date string The creation date of the project in ISO8601 format.
- Friendly
Name string The friendly name for this project.
- 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.
- Project
Id string The immutable id of this project.
- Provisioning
State string The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- Type string
The type of the resource.
- Workspace
Id string The immutable id of the workspace which contains this project.
- Description string
The description of this project.
- Gitrepo string
The reference to git repo for this project.
- map[string]string
The tags of the resource.
- account
Id String The immutable id of the team account which contains this project.
- creation
Date String The creation date of the project in ISO8601 format.
- friendly
Name String The friendly name for this project.
- 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.
- project
Id String The immutable id of this project.
- provisioning
State String The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type String
The type of the resource.
- workspace
Id String The immutable id of the workspace which contains this project.
- description String
The description of this project.
- gitrepo String
The reference to git repo for this project.
- Map<String,String>
The tags of the resource.
- account
Id string The immutable id of the team account which contains this project.
- creation
Date string The creation date of the project in ISO8601 format.
- friendly
Name string The friendly name for this project.
- 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.
- project
Id string The immutable id of this project.
- provisioning
State string The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type string
The type of the resource.
- workspace
Id string The immutable id of the workspace which contains this project.
- description string
The description of this project.
- gitrepo string
The reference to git repo for this project.
- {[key: string]: string}
The tags of the resource.
- account_
id str The immutable id of the team account which contains this project.
- creation_
date str The creation date of the project in ISO8601 format.
- friendly_
name str The friendly name for this project.
- 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.
- project_
id str The immutable id of this project.
- provisioning_
state str The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type str
The type of the resource.
- workspace_
id str The immutable id of the workspace which contains this project.
- description str
The description of this project.
- gitrepo str
The reference to git repo for this project.
- Mapping[str, str]
The tags of the resource.
- account
Id String The immutable id of the team account which contains this project.
- creation
Date String The creation date of the project in ISO8601 format.
- friendly
Name String The friendly name for this project.
- 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.
- project
Id String The immutable id of this project.
- provisioning
State String The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
- type String
The type of the resource.
- workspace
Id String The immutable id of the workspace which contains this project.
- description String
The description of this project.
- gitrepo String
The reference to git repo for this project.
- Map<String>
The tags of the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0