Versions in this module Expand all Collapse all v2 v2.85.6 Nov 18, 2021 v2.85.5 Nov 18, 2021 Changes in this version + type ComputeClusterId struct + ComputeName string + ResourceGroup string + SubscriptionId string + WorkspaceName string + func ComputeClusterID(input string) (*ComputeClusterId, error) + func NewComputeClusterID(subscriptionId, resourceGroup, workspaceName, computeName string) ComputeClusterId + func (id ComputeClusterId) ID() string + func (id ComputeClusterId) String() string + type ComputeId struct + Name string + ResourceGroup string + SubscriptionId string + WorkspaceName string + func ComputeID(input string) (*ComputeId, error) + func NewComputeID(subscriptionId, resourceGroup, workspaceName, name string) ComputeId + func (id ComputeId) ID() string + func (id ComputeId) String() string + type InferenceClusterId struct + ComputeName string + ResourceGroup string + SubscriptionId string + WorkspaceName string + func InferenceClusterID(input string) (*InferenceClusterId, error) + func NewInferenceClusterID(subscriptionId, resourceGroup, workspaceName, computeName string) InferenceClusterId + func (id InferenceClusterId) ID() string + func (id InferenceClusterId) String() string + type KubernetesClusterId struct + ManagedClusterName string + ResourceGroup string + SubscriptionId string + func KubernetesClusterID(input string) (*KubernetesClusterId, error) + func NewKubernetesClusterID(subscriptionId, resourceGroup, managedClusterName string) KubernetesClusterId + func (id KubernetesClusterId) ID() string + func (id KubernetesClusterId) String() string + type WorkspaceId struct + Name string + ResourceGroup string + SubscriptionId string + func NewWorkspaceID(subscriptionId, resourceGroup, name string) WorkspaceId + func WorkspaceID(input string) (*WorkspaceId, error) + func (id WorkspaceId) ID() string + func (id WorkspaceId) String() string