Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListWorkspaceKeysArgs ¶
type ListWorkspaceKeysResult ¶
type ListWorkspaceKeysResult struct { // Primary authorization key for this workspace. PrimaryToken *string `pulumi:"primaryToken"` // Secondary authorization key for this workspace. SecondaryToken *string `pulumi:"secondaryToken"` }
Workspace authorization keys for a workspace.
func ListWorkspaceKeys ¶
func ListWorkspaceKeys(ctx *pulumi.Context, args *ListWorkspaceKeysArgs, opts ...pulumi.InvokeOption) (*ListWorkspaceKeysResult, error)
type LookupWorkspaceArgs ¶
type LookupWorkspaceResult ¶
type LookupWorkspaceResult struct { // The creation time for this workspace resource. CreationTime string `pulumi:"creationTime"` // The key vault identifier used for encrypted workspaces. KeyVaultIdentifierId *string `pulumi:"keyVaultIdentifierId"` // The location of the resource. This cannot be changed after the resource is created. Location string `pulumi:"location"` // The name of the resource. Name string `pulumi:"name"` // The email id of the owner for this workspace. OwnerEmail string `pulumi:"ownerEmail"` // The regional endpoint for the machine learning studio service which hosts this workspace. StudioEndpoint string `pulumi:"studioEndpoint"` // The tags of the resource. Tags map[string]string `pulumi:"tags"` // The type of the resource. Type string `pulumi:"type"` // The fully qualified arm id of the storage account associated with this workspace. UserStorageAccountId string `pulumi:"userStorageAccountId"` // The immutable id associated with this workspace. WorkspaceId string `pulumi:"workspaceId"` // The current state of workspace resource. WorkspaceState string `pulumi:"workspaceState"` // The type of this workspace. WorkspaceType string `pulumi:"workspaceType"` }
An object that represents a machine learning workspace.
func LookupWorkspace ¶
func LookupWorkspace(ctx *pulumi.Context, args *LookupWorkspaceArgs, opts ...pulumi.InvokeOption) (*LookupWorkspaceResult, error)
type Workspace ¶
type Workspace struct { pulumi.CustomResourceState // The creation time for this workspace resource. CreationTime pulumi.StringOutput `pulumi:"creationTime"` // The key vault identifier used for encrypted workspaces. KeyVaultIdentifierId pulumi.StringPtrOutput `pulumi:"keyVaultIdentifierId"` // The location of the resource. This cannot be changed after the resource is created. Location pulumi.StringOutput `pulumi:"location"` // The name of the resource. Name pulumi.StringOutput `pulumi:"name"` // The email id of the owner for this workspace. OwnerEmail pulumi.StringOutput `pulumi:"ownerEmail"` // The regional endpoint for the machine learning studio service which hosts this workspace. StudioEndpoint pulumi.StringOutput `pulumi:"studioEndpoint"` // The tags of the resource. Tags pulumi.StringMapOutput `pulumi:"tags"` // The type of the resource. Type pulumi.StringOutput `pulumi:"type"` // The fully qualified arm id of the storage account associated with this workspace. UserStorageAccountId pulumi.StringOutput `pulumi:"userStorageAccountId"` // The immutable id associated with this workspace. WorkspaceId pulumi.StringOutput `pulumi:"workspaceId"` // The current state of workspace resource. WorkspaceState pulumi.StringOutput `pulumi:"workspaceState"` // The type of this workspace. WorkspaceType pulumi.StringOutput `pulumi:"workspaceType"` }
An object that represents a machine learning workspace.
func GetWorkspace ¶
func GetWorkspace(ctx *pulumi.Context, name string, id pulumi.IDInput, state *WorkspaceState, opts ...pulumi.ResourceOption) (*Workspace, error)
GetWorkspace gets an existing Workspace resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewWorkspace ¶
func NewWorkspace(ctx *pulumi.Context, name string, args *WorkspaceArgs, opts ...pulumi.ResourceOption) (*Workspace, error)
NewWorkspace registers a new resource with the given unique name, arguments, and options.
type WorkspaceArgs ¶
type WorkspaceArgs struct { // The key vault identifier used for encrypted workspaces. KeyVaultIdentifierId pulumi.StringPtrInput // The location of the resource. This cannot be changed after the resource is created. Location pulumi.StringInput // The email id of the owner for this workspace. OwnerEmail pulumi.StringInput // The name of the resource group to which the machine learning workspace belongs. ResourceGroupName pulumi.StringInput // The tags of the resource. Tags pulumi.StringMapInput // The fully qualified arm id of the storage account associated with this workspace. UserStorageAccountId pulumi.StringInput // The name of the machine learning workspace. WorkspaceName pulumi.StringInput }
The set of arguments for constructing a Workspace resource.
func (WorkspaceArgs) ElementType ¶
func (WorkspaceArgs) ElementType() reflect.Type
type WorkspaceState ¶
type WorkspaceState struct { // The creation time for this workspace resource. CreationTime pulumi.StringPtrInput // The key vault identifier used for encrypted workspaces. KeyVaultIdentifierId pulumi.StringPtrInput // The location of the resource. This cannot be changed after the resource is created. Location pulumi.StringPtrInput // The name of the resource. Name pulumi.StringPtrInput // The email id of the owner for this workspace. OwnerEmail pulumi.StringPtrInput // The regional endpoint for the machine learning studio service which hosts this workspace. StudioEndpoint pulumi.StringPtrInput // The tags of the resource. Tags pulumi.StringMapInput // The type of the resource. Type pulumi.StringPtrInput // The fully qualified arm id of the storage account associated with this workspace. UserStorageAccountId pulumi.StringPtrInput // The immutable id associated with this workspace. WorkspaceId pulumi.StringPtrInput // The current state of workspace resource. WorkspaceState pulumi.StringPtrInput // The type of this workspace. WorkspaceType pulumi.StringPtrInput }
func (WorkspaceState) ElementType ¶
func (WorkspaceState) ElementType() reflect.Type
Click to show internal directories.
Click to hide internal directories.