const ( // DefaultBaseURI is the default URI used for the service Machinelearningservices DefaultBaseURI = "https://management.azure.com" )
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
AKS a Machine Learning compute based on AKS.
type AKS struct { // Properties - AKS properties Properties *AKSProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (a AKS) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for AKS.
func (a AKS) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for AKS.
func (a AKS) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for AKS.
func (a AKS) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for AKS.
func (a AKS) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for AKS.
func (a AKS) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for AKS.
func (a AKS) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for AKS.
func (a AKS) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for AKS.
func (a AKS) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for AKS.
func (a AKS) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for AKS.
func (a AKS) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for AKS.
func (a AKS) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AKS.
AKSProperties AKS properties
type AKSProperties struct { // ClusterFqdn - Cluster full qualified domain name ClusterFqdn *string `json:"clusterFqdn,omitempty"` // SystemServices - READ-ONLY; System services SystemServices *[]SystemService `json:"systemServices,omitempty"` // AgentCount - Number of agents AgentCount *int32 `json:"agentCount,omitempty"` // AgentVMSize - Agent virtual machine size AgentVMSize *string `json:"agentVmSize,omitempty"` // ClusterPurpose - Intended usage of the cluster. Possible values include: 'ClusterPurposeFastProd', 'ClusterPurposeDenseProd', 'ClusterPurposeDevTest' ClusterPurpose ClusterPurpose `json:"clusterPurpose,omitempty"` // SslConfiguration - SSL configuration SslConfiguration *SslConfiguration `json:"sslConfiguration,omitempty"` // AksNetworkingConfiguration - AKS networking configuration for vnet AksNetworkingConfiguration *AksNetworkingConfiguration `json:"aksNetworkingConfiguration,omitempty"` // LoadBalancerType - Load Balancer Type. Possible values include: 'LoadBalancerTypePublicIP', 'LoadBalancerTypeInternalLoadBalancer' LoadBalancerType LoadBalancerType `json:"loadBalancerType,omitempty"` // LoadBalancerSubnet - Load Balancer Subnet LoadBalancerSubnet *string `json:"loadBalancerSubnet,omitempty"` }
func (a AKSProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AKSProperties.
AksComputeSecrets secrets related to a Machine Learning compute based on AKS.
type AksComputeSecrets struct { // ComputeType - The type of compute. Possible values include: 'ComputeTypeAKS', 'ComputeTypeKubernetes', 'ComputeTypeAmlCompute', 'ComputeTypeComputeInstance', 'ComputeTypeDataFactory', 'ComputeTypeVirtualMachine', 'ComputeTypeHDInsight', 'ComputeTypeDatabricks', 'ComputeTypeDataLakeAnalytics', 'ComputeTypeSynapseSpark' ComputeType ComputeType `json:"computeType,omitempty"` // UserKubeConfig - Content of kubeconfig file that can be used to connect to the Kubernetes cluster. UserKubeConfig *string `json:"userKubeConfig,omitempty"` // AdminKubeConfig - Content of kubeconfig file that can be used to connect to the Kubernetes cluster. AdminKubeConfig *string `json:"adminKubeConfig,omitempty"` // ImagePullSecretName - Image registry pull secret. ImagePullSecretName *string `json:"imagePullSecretName,omitempty"` }
AksComputeSecretsProperties properties of AksComputeSecrets
type AksComputeSecretsProperties struct { // UserKubeConfig - Content of kubeconfig file that can be used to connect to the Kubernetes cluster. UserKubeConfig *string `json:"userKubeConfig,omitempty"` // AdminKubeConfig - Content of kubeconfig file that can be used to connect to the Kubernetes cluster. AdminKubeConfig *string `json:"adminKubeConfig,omitempty"` // ImagePullSecretName - Image registry pull secret. ImagePullSecretName *string `json:"imagePullSecretName,omitempty"` }
AksNetworkingConfiguration advance configuration for AKS networking
type AksNetworkingConfiguration struct { // SubnetID - Virtual network subnet resource ID the compute nodes belong to SubnetID *string `json:"subnetId,omitempty"` // ServiceCidr - A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. ServiceCidr *string `json:"serviceCidr,omitempty"` // DNSServiceIP - An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. DNSServiceIP *string `json:"dnsServiceIP,omitempty"` // DockerBridgeCidr - A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"` }
AllocationState enumerates the values for allocation state.
type AllocationState string
const ( // AllocationStateResizing ... AllocationStateResizing AllocationState = "Resizing" // AllocationStateSteady ... AllocationStateSteady AllocationState = "Steady" )
func PossibleAllocationStateValues() []AllocationState
PossibleAllocationStateValues returns an array of possible values for the AllocationState const type.
AmlCompute an Azure Machine Learning compute.
type AmlCompute struct { // Properties - Properties of AmlCompute Properties *AmlComputeProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (ac AmlCompute) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for AmlCompute.
func (ac AmlCompute) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AmlCompute.
AmlComputeNodeInformation compute node information related to a AmlCompute.
type AmlComputeNodeInformation struct { // NodeID - READ-ONLY; ID of the compute node. NodeID *string `json:"nodeId,omitempty"` // PrivateIPAddress - READ-ONLY; Private IP address of the compute node. PrivateIPAddress *string `json:"privateIpAddress,omitempty"` // PublicIPAddress - READ-ONLY; Public IP address of the compute node. PublicIPAddress *string `json:"publicIpAddress,omitempty"` // Port - READ-ONLY; SSH port number of the node. Port *float64 `json:"port,omitempty"` // NodeState - READ-ONLY; State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. Possible values include: 'NodeStateIdle', 'NodeStateRunning', 'NodeStatePreparing', 'NodeStateUnusable', 'NodeStateLeaving', 'NodeStatePreempted' NodeState NodeState `json:"nodeState,omitempty"` // RunID - READ-ONLY; ID of the Experiment running on the node, if any else null. RunID *string `json:"runId,omitempty"` }
func (acni AmlComputeNodeInformation) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AmlComputeNodeInformation.
AmlComputeNodesInformation result of AmlCompute Nodes
type AmlComputeNodesInformation struct { autorest.Response `json:"-"` // Nodes - READ-ONLY; The collection of returned AmlCompute nodes details. Nodes *[]AmlComputeNodeInformation `json:"nodes,omitempty"` // NextLink - READ-ONLY; The continuation token. NextLink *string `json:"nextLink,omitempty"` }
func (acni AmlComputeNodesInformation) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (acni AmlComputeNodesInformation) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AmlComputeNodesInformation.
AmlComputeNodesInformationIterator provides access to a complete listing of AmlComputeNodeInformation values.
type AmlComputeNodesInformationIterator struct {
// contains filtered or unexported fields
}
func NewAmlComputeNodesInformationIterator(page AmlComputeNodesInformationPage) AmlComputeNodesInformationIterator
Creates a new instance of the AmlComputeNodesInformationIterator type.
func (iter *AmlComputeNodesInformationIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *AmlComputeNodesInformationIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter AmlComputeNodesInformationIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter AmlComputeNodesInformationIterator) Response() AmlComputeNodesInformation
Response returns the raw server response from the last page request.
func (iter AmlComputeNodesInformationIterator) Value() AmlComputeNodeInformation
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
AmlComputeNodesInformationPage contains a page of AmlComputeNodeInformation values.
type AmlComputeNodesInformationPage struct {
// contains filtered or unexported fields
}
func NewAmlComputeNodesInformationPage(cur AmlComputeNodesInformation, getNextPage func(context.Context, AmlComputeNodesInformation) (AmlComputeNodesInformation, error)) AmlComputeNodesInformationPage
Creates a new instance of the AmlComputeNodesInformationPage type.
func (page *AmlComputeNodesInformationPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *AmlComputeNodesInformationPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page AmlComputeNodesInformationPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page AmlComputeNodesInformationPage) Response() AmlComputeNodesInformation
Response returns the raw server response from the last page request.
func (page AmlComputeNodesInformationPage) Values() []AmlComputeNodeInformation
Values returns the slice of values for the current page or nil if there are no values.
AmlComputeProperties AML Compute properties
type AmlComputeProperties struct { // OsType - Compute OS Type. Possible values include: 'OsTypeLinux', 'OsTypeWindows' OsType OsType `json:"osType,omitempty"` // VMSize - Virtual Machine Size VMSize *string `json:"vmSize,omitempty"` // VMPriority - Virtual Machine priority. Possible values include: 'VMPriorityDedicated', 'VMPriorityLowPriority' VMPriority VMPriority `json:"vmPriority,omitempty"` // VirtualMachineImage - Virtual Machine image for AML Compute - windows only VirtualMachineImage *VirtualMachineImage `json:"virtualMachineImage,omitempty"` // IsolatedNetwork - Network is isolated or not IsolatedNetwork *bool `json:"isolatedNetwork,omitempty"` // ScaleSettings - Scale settings for AML Compute ScaleSettings *ScaleSettings `json:"scaleSettings,omitempty"` // UserAccountCredentials - Credentials for an administrator user account that will be created on each compute node. UserAccountCredentials *UserAccountCredentials `json:"userAccountCredentials,omitempty"` // Subnet - Virtual network subnet resource ID the compute nodes belong to. Subnet *ResourceID `json:"subnet,omitempty"` // RemoteLoginPortPublicAccess - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. Possible values include: 'RemoteLoginPortPublicAccessEnabled', 'RemoteLoginPortPublicAccessDisabled', 'RemoteLoginPortPublicAccessNotSpecified' RemoteLoginPortPublicAccess RemoteLoginPortPublicAccess `json:"remoteLoginPortPublicAccess,omitempty"` // AllocationState - READ-ONLY; Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. Possible values include: 'AllocationStateSteady', 'AllocationStateResizing' AllocationState AllocationState `json:"allocationState,omitempty"` // AllocationStateTransitionTime - READ-ONLY; The time at which the compute entered its current allocation state. AllocationStateTransitionTime *date.Time `json:"allocationStateTransitionTime,omitempty"` // Errors - READ-ONLY; Collection of errors encountered by various compute nodes during node setup. Errors *[]ErrorResponse `json:"errors,omitempty"` // CurrentNodeCount - READ-ONLY; The number of compute nodes currently assigned to the compute. CurrentNodeCount *int32 `json:"currentNodeCount,omitempty"` // TargetNodeCount - READ-ONLY; The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. TargetNodeCount *int32 `json:"targetNodeCount,omitempty"` // NodeStateCounts - READ-ONLY; Counts of various node states on the compute. NodeStateCounts *NodeStateCounts `json:"nodeStateCounts,omitempty"` // EnableNodePublicIP - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. EnableNodePublicIP *bool `json:"enableNodePublicIp,omitempty"` }
func (acp AmlComputeProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AmlComputeProperties.
AmlUserFeature features enabled for a workspace
type AmlUserFeature struct { // ID - Specifies the feature ID ID *string `json:"id,omitempty"` // DisplayName - Specifies the feature name DisplayName *string `json:"displayName,omitempty"` // Description - Describes the feature for user experience Description *string `json:"description,omitempty"` }
ApplicationSharingPolicy enumerates the values for application sharing policy.
type ApplicationSharingPolicy string
const ( // ApplicationSharingPolicyPersonal ... ApplicationSharingPolicyPersonal ApplicationSharingPolicy = "Personal" // ApplicationSharingPolicyShared ... ApplicationSharingPolicy = "Shared" )
func PossibleApplicationSharingPolicyValues() []ApplicationSharingPolicy
PossibleApplicationSharingPolicyValues returns an array of possible values for the ApplicationSharingPolicy const type.
AssignedUser a user that can be assigned to a compute instance.
type AssignedUser struct { // ObjectID - User’s AAD Object Id. ObjectID *string `json:"objectId,omitempty"` // TenantID - User’s AAD Tenant Id. TenantID *string `json:"tenantId,omitempty"` }
AutoPauseProperties auto pause properties
type AutoPauseProperties struct { DelayInMinutes *int32 `json:"delayInMinutes,omitempty"` Enabled *bool `json:"enabled,omitempty"` }
AutoScaleProperties auto scale properties
type AutoScaleProperties struct { MinNodeCount *int32 `json:"minNodeCount,omitempty"` Enabled *bool `json:"enabled,omitempty"` MaxNodeCount *int32 `json:"maxNodeCount,omitempty"` }
AzureEntityResource the resource model definition for an Azure Resource Manager resource with an etag.
type AzureEntityResource struct { // Etag - READ-ONLY; Resource Etag. Etag *string `json:"etag,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (aer AzureEntityResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AzureEntityResource.
BaseClient is the base client for Machinelearningservices.
type BaseClient struct { autorest.Client BaseURI string SubscriptionID string }
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
BasicCompute machine Learning compute object.
type BasicCompute interface { AsAKS() (*AKS, bool) AsAmlCompute() (*AmlCompute, bool) AsComputeInstance() (*ComputeInstance, bool) AsVirtualMachine() (*VirtualMachine, bool) AsHDInsight() (*HDInsight, bool) AsDataFactory() (*DataFactory, bool) AsDatabricks() (*Databricks, bool) AsDataLakeAnalytics() (*DataLakeAnalytics, bool) AsSynapseSpark() (*SynapseSpark, bool) AsCompute() (*Compute, bool) }
BasicComputeSecrets secrets related to a Machine Learning compute. Might differ for every type of compute.
type BasicComputeSecrets interface { AsVirtualMachineSecrets() (*VirtualMachineSecrets, bool) AsComputeSecrets() (*ComputeSecrets, bool) }
ClusterPurpose enumerates the values for cluster purpose.
type ClusterPurpose string
const ( // ClusterPurposeDenseProd ... ClusterPurposeDenseProd ClusterPurpose = "DenseProd" // ClusterPurposeDevTest ... ClusterPurposeDevTest ClusterPurpose = "DevTest" // ClusterPurposeFastProd ... ClusterPurposeFastProd ClusterPurpose = "FastProd" )
func PossibleClusterPurposeValues() []ClusterPurpose
PossibleClusterPurposeValues returns an array of possible values for the ClusterPurpose const type.
ClusterUpdateParameters amlCompute update parameters.
type ClusterUpdateParameters struct { // ClusterUpdateProperties - The properties of the amlCompute. *ClusterUpdateProperties `json:"properties,omitempty"` }
func (cup ClusterUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ClusterUpdateParameters.
func (cup *ClusterUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ClusterUpdateParameters struct.
ClusterUpdateProperties the properties of a amlCompute that need to be updated.
type ClusterUpdateProperties struct { // Properties - Properties of ClusterUpdate Properties *ScaleSettingsInformation `json:"properties,omitempty"` }
Compute machine Learning compute object.
type Compute struct { // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (c Compute) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for Compute.
func (c Compute) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for Compute.
func (c Compute) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for Compute.
func (c Compute) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for Compute.
func (c Compute) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for Compute.
func (c Compute) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for Compute.
func (c Compute) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for Compute.
func (c Compute) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for Compute.
func (c Compute) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for Compute.
func (c Compute) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for Compute.
func (c Compute) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for Compute.
func (c Compute) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Compute.
ComputeClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type ComputeClient struct { BaseClient }
func NewComputeClient(subscriptionID string) ComputeClient
NewComputeClient creates an instance of the ComputeClient client.
func NewComputeClientWithBaseURI(baseURI string, subscriptionID string) ComputeClient
NewComputeClientWithBaseURI creates an instance of the ComputeClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client ComputeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters ComputeResource) (result ComputeCreateOrUpdateFuture, err error)
CreateOrUpdate creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute. parameters - payload with Machine Learning compute definition.
func (client ComputeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters ComputeResource) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (client ComputeClient) CreateOrUpdateResponder(resp *http.Response) (result ComputeResource, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (client ComputeClient) CreateOrUpdateSender(req *http.Request) (future ComputeCreateOrUpdateFuture, err error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, underlyingResourceAction UnderlyingResourceAction) (result ComputeDeleteFuture, err error)
Delete deletes specified Machine Learning compute. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute. underlyingResourceAction - delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'.
func (client ComputeClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, underlyingResourceAction UnderlyingResourceAction) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (client ComputeClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (client ComputeClient) DeleteSender(req *http.Request) (future ComputeDeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result ComputeResource, err error)
Get gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client ComputeClient) GetResponder(resp *http.Response) (result ComputeResource, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client ComputeClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) List(ctx context.Context, resourceGroupName string, workspaceName string, skip string) (result PaginatedComputeResourcesListPage, err error)
List gets computes in specified workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. skip - continuation token for pagination.
func (client ComputeClient) ListComplete(ctx context.Context, resourceGroupName string, workspaceName string, skip string) (result PaginatedComputeResourcesListIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client ComputeClient) ListKeys(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result ComputeSecretsModel, err error)
ListKeys gets secrets related to Machine Learning compute (storage keys, service credentials, etc). Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
ListKeysPreparer prepares the ListKeys request.
func (client ComputeClient) ListKeysResponder(resp *http.Response) (result ComputeSecretsModel, err error)
ListKeysResponder handles the response to the ListKeys request. The method always closes the http.Response Body.
func (client ComputeClient) ListKeysSender(req *http.Request) (*http.Response, error)
ListKeysSender sends the ListKeys request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) ListNodes(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result AmlComputeNodesInformationPage, err error)
ListNodes get the details (e.g IP address, port etc) of all the compute nodes in the compute. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) ListNodesComplete(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result AmlComputeNodesInformationIterator, err error)
ListNodesComplete enumerates all values, automatically crossing page boundaries as required.
func (client ComputeClient) ListNodesPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
ListNodesPreparer prepares the ListNodes request.
func (client ComputeClient) ListNodesResponder(resp *http.Response) (result AmlComputeNodesInformation, err error)
ListNodesResponder handles the response to the ListNodes request. The method always closes the http.Response Body.
func (client ComputeClient) ListNodesSender(req *http.Request) (*http.Response, error)
ListNodesSender sends the ListNodes request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) ListPreparer(ctx context.Context, resourceGroupName string, workspaceName string, skip string) (*http.Request, error)
ListPreparer prepares the List request.
func (client ComputeClient) ListResponder(resp *http.Response) (result PaginatedComputeResourcesList, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client ComputeClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Restart(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result ComputeRestartFuture, err error)
Restart posts a restart action to a compute instance Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) RestartPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
RestartPreparer prepares the Restart request.
func (client ComputeClient) RestartResponder(resp *http.Response) (result autorest.Response, err error)
RestartResponder handles the response to the Restart request. The method always closes the http.Response Body.
func (client ComputeClient) RestartSender(req *http.Request) (future ComputeRestartFuture, err error)
RestartSender sends the Restart request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Start(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result ComputeStartFuture, err error)
Start posts a start action to a compute instance Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) StartPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
StartPreparer prepares the Start request.
func (client ComputeClient) StartResponder(resp *http.Response) (result autorest.Response, err error)
StartResponder handles the response to the Start request. The method always closes the http.Response Body.
func (client ComputeClient) StartSender(req *http.Request) (future ComputeStartFuture, err error)
StartSender sends the Start request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Stop(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result ComputeStopFuture, err error)
Stop posts a stop action to a compute instance Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute.
func (client ComputeClient) StopPreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (*http.Request, error)
StopPreparer prepares the Stop request.
func (client ComputeClient) StopResponder(resp *http.Response) (result autorest.Response, err error)
StopResponder handles the response to the Stop request. The method always closes the http.Response Body.
func (client ComputeClient) StopSender(req *http.Request) (future ComputeStopFuture, err error)
StopSender sends the Stop request. The method will close the http.Response Body if it receives an error.
func (client ComputeClient) Update(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters ClusterUpdateParameters) (result ComputeUpdateFuture, err error)
Update updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. computeName - name of the Azure Machine Learning compute. parameters - additional parameters for cluster update.
func (client ComputeClient) UpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters ClusterUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (client ComputeClient) UpdateResponder(resp *http.Response) (result ComputeResource, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (client ComputeClient) UpdateSender(req *http.Request) (future ComputeUpdateFuture, err error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
ComputeCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeCreateOrUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (ComputeResource, error) }
func (future *ComputeCreateOrUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ComputeDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (autorest.Response, error) }
func (future *ComputeDeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ComputeInstance an Azure Machine Learning compute instance.
type ComputeInstance struct { // Properties - Properties of ComputeInstance Properties *ComputeInstanceProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (ci ComputeInstance) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for ComputeInstance.
func (ci ComputeInstance) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeInstance.
ComputeInstanceApplication defines an Aml Instance application and its connectivity endpoint URI.
type ComputeInstanceApplication struct { // DisplayName - Name of the ComputeInstance application. DisplayName *string `json:"displayName,omitempty"` // EndpointURI - Application' endpoint URI. EndpointURI *string `json:"endpointUri,omitempty"` }
ComputeInstanceAuthorizationType enumerates the values for compute instance authorization type.
type ComputeInstanceAuthorizationType string
const ( // ComputeInstanceAuthorizationTypePersonal ... ComputeInstanceAuthorizationTypePersonal ComputeInstanceAuthorizationType = "personal" )
func PossibleComputeInstanceAuthorizationTypeValues() []ComputeInstanceAuthorizationType
PossibleComputeInstanceAuthorizationTypeValues returns an array of possible values for the ComputeInstanceAuthorizationType const type.
ComputeInstanceConnectivityEndpoints defines all connectivity endpoints and properties for an ComputeInstance.
type ComputeInstanceConnectivityEndpoints struct { // PublicIPAddress - READ-ONLY; Public IP Address of this ComputeInstance. PublicIPAddress *string `json:"publicIpAddress,omitempty"` // PrivateIPAddress - READ-ONLY; Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). PrivateIPAddress *string `json:"privateIpAddress,omitempty"` }
func (cice ComputeInstanceConnectivityEndpoints) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeInstanceConnectivityEndpoints.
ComputeInstanceCreatedBy describes information on user who created this ComputeInstance.
type ComputeInstanceCreatedBy struct { // UserName - READ-ONLY; Name of the user. UserName *string `json:"userName,omitempty"` // UserOrgID - READ-ONLY; Uniquely identifies user' Azure Active Directory organization. UserOrgID *string `json:"userOrgId,omitempty"` // UserID - READ-ONLY; Uniquely identifies the user within his/her organization. UserID *string `json:"userId,omitempty"` }
func (cicb ComputeInstanceCreatedBy) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeInstanceCreatedBy.
ComputeInstanceLastOperation the last operation on ComputeInstance.
type ComputeInstanceLastOperation struct { // OperationName - Name of the last operation. Possible values include: 'OperationNameCreate', 'OperationNameStart', 'OperationNameStop', 'OperationNameRestart', 'OperationNameReimage', 'OperationNameDelete' OperationName OperationName `json:"operationName,omitempty"` // OperationTime - Time of the last operation. OperationTime *date.Time `json:"operationTime,omitempty"` // OperationStatus - Operation status. Possible values include: 'OperationStatusInProgress', 'OperationStatusSucceeded', 'OperationStatusCreateFailed', 'OperationStatusStartFailed', 'OperationStatusStopFailed', 'OperationStatusRestartFailed', 'OperationStatusReimageFailed', 'OperationStatusDeleteFailed' OperationStatus OperationStatus `json:"operationStatus,omitempty"` }
ComputeInstanceProperties compute Instance properties
type ComputeInstanceProperties struct { // VMSize - Virtual Machine Size VMSize *string `json:"vmSize,omitempty"` // Subnet - Virtual network subnet resource ID the compute nodes belong to. Subnet *ResourceID `json:"subnet,omitempty"` // ApplicationSharingPolicy - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. Possible values include: 'ApplicationSharingPolicyPersonal', 'ApplicationSharingPolicyShared' ApplicationSharingPolicy ApplicationSharingPolicy `json:"applicationSharingPolicy,omitempty"` // SSHSettings - Specifies policy and settings for SSH access. SSHSettings *ComputeInstanceSSHSettings `json:"sshSettings,omitempty"` // ConnectivityEndpoints - READ-ONLY; Describes all connectivity endpoints available for this ComputeInstance. ConnectivityEndpoints *ComputeInstanceConnectivityEndpoints `json:"connectivityEndpoints,omitempty"` // Applications - READ-ONLY; Describes available applications and their endpoints on this ComputeInstance. Applications *[]ComputeInstanceApplication `json:"applications,omitempty"` // CreatedBy - READ-ONLY; Describes information on user who created this ComputeInstance. CreatedBy *ComputeInstanceCreatedBy `json:"createdBy,omitempty"` // Errors - READ-ONLY; Collection of errors encountered on this ComputeInstance. Errors *[]ErrorResponse `json:"errors,omitempty"` // State - READ-ONLY; The current state of this ComputeInstance. Possible values include: 'ComputeInstanceStateCreating', 'ComputeInstanceStateCreateFailed', 'ComputeInstanceStateDeleting', 'ComputeInstanceStateRunning', 'ComputeInstanceStateRestarting', 'ComputeInstanceStateJobRunning', 'ComputeInstanceStateSettingUp', 'ComputeInstanceStateSetupFailed', 'ComputeInstanceStateStarting', 'ComputeInstanceStateStopped', 'ComputeInstanceStateStopping', 'ComputeInstanceStateUserSettingUp', 'ComputeInstanceStateUserSetupFailed', 'ComputeInstanceStateUnknown', 'ComputeInstanceStateUnusable' State ComputeInstanceState `json:"state,omitempty"` // ComputeInstanceAuthorizationType - The Compute Instance Authorization type. Available values are personal (default). Possible values include: 'ComputeInstanceAuthorizationTypePersonal' ComputeInstanceAuthorizationType ComputeInstanceAuthorizationType `json:"computeInstanceAuthorizationType,omitempty"` // PersonalComputeInstanceSettings - Settings for a personal compute instance. PersonalComputeInstanceSettings *PersonalComputeInstanceSettings `json:"personalComputeInstanceSettings,omitempty"` // SetupScripts - Details of customized scripts to execute for setting up the cluster. SetupScripts *SetupScripts `json:"setupScripts,omitempty"` // LastOperation - READ-ONLY; The last operation on ComputeInstance. LastOperation *ComputeInstanceLastOperation `json:"lastOperation,omitempty"` }
func (cip ComputeInstanceProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeInstanceProperties.
ComputeInstanceSSHSettings specifies policy and settings for SSH access.
type ComputeInstanceSSHSettings struct { // SSHPublicAccess - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. Possible values include: 'SSHPublicAccessEnabled', 'SSHPublicAccessDisabled' SSHPublicAccess SSHPublicAccess `json:"sshPublicAccess,omitempty"` // AdminUserName - READ-ONLY; Describes the admin user name. AdminUserName *string `json:"adminUserName,omitempty"` // SSHPort - READ-ONLY; Describes the port for connecting through SSH. SSHPort *int32 `json:"sshPort,omitempty"` // AdminPublicKey - Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. AdminPublicKey *string `json:"adminPublicKey,omitempty"` }
func (ciss ComputeInstanceSSHSettings) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeInstanceSSHSettings.
ComputeInstanceState enumerates the values for compute instance state.
type ComputeInstanceState string
const ( // ComputeInstanceStateCreateFailed ... ComputeInstanceStateCreateFailed ComputeInstanceState = "CreateFailed" // ComputeInstanceStateCreating ... ComputeInstanceStateCreating ComputeInstanceState = "Creating" // ComputeInstanceStateDeleting ... ComputeInstanceStateDeleting ComputeInstanceState = "Deleting" // ComputeInstanceStateJobRunning ... ComputeInstanceStateJobRunning ComputeInstanceState = "JobRunning" // ComputeInstanceStateRestarting ... ComputeInstanceStateRestarting ComputeInstanceState = "Restarting" // ComputeInstanceStateRunning ... ComputeInstanceStateRunning ComputeInstanceState = "Running" // ComputeInstanceStateSettingUp ... ComputeInstanceStateSettingUp ComputeInstanceState = "SettingUp" // ComputeInstanceStateSetupFailed ... ComputeInstanceStateSetupFailed ComputeInstanceState = "SetupFailed" // ComputeInstanceStateStarting ... ComputeInstanceStateStarting ComputeInstanceState = "Starting" // ComputeInstanceStateStopped ... ComputeInstanceStateStopped ComputeInstanceState = "Stopped" // ComputeInstanceStateStopping ... ComputeInstanceStateStopping ComputeInstanceState = "Stopping" // ComputeInstanceStateUnknown ... ComputeInstanceStateUnknown ComputeInstanceState = "Unknown" // ComputeInstanceStateUnusable ... ComputeInstanceStateUnusable ComputeInstanceState = "Unusable" // ComputeInstanceStateUserSettingUp ... ComputeInstanceStateUserSettingUp ComputeInstanceState = "UserSettingUp" // ComputeInstanceStateUserSetupFailed ... ComputeInstanceStateUserSetupFailed ComputeInstanceState = "UserSetupFailed" )
func PossibleComputeInstanceStateValues() []ComputeInstanceState
PossibleComputeInstanceStateValues returns an array of possible values for the ComputeInstanceState const type.
ComputeResource machine Learning compute object wrapped into ARM resource envelope.
type ComputeResource struct { autorest.Response `json:"-"` // Properties - Compute properties Properties BasicCompute `json:"properties,omitempty"` // Identity - The identity of the resource. Identity *Identity `json:"identity,omitempty"` // Location - Specifies the location of the resource. Location *string `json:"location,omitempty"` // Tags - Contains resource tags defined as key/value pairs. Tags map[string]*string `json:"tags"` // Sku - The sku of the workspace. Sku *Sku `json:"sku,omitempty"` // SystemData - System data SystemData *SystemData `json:"systemData,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (cr ComputeResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeResource.
func (cr *ComputeResource) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ComputeResource struct.
ComputeRestartFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeRestartFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (autorest.Response, error) }
func (future *ComputeRestartFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ComputeSecrets secrets related to a Machine Learning compute. Might differ for every type of compute.
type ComputeSecrets struct { autorest.Response `json:"-"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeSecretsComputeTypeComputeSecrets', 'ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine' ComputeType ComputeTypeBasicComputeSecrets `json:"computeType,omitempty"` }
func (cs ComputeSecrets) AsBasicComputeSecrets() (BasicComputeSecrets, bool)
AsBasicComputeSecrets is the BasicComputeSecrets implementation for ComputeSecrets.
func (cs ComputeSecrets) AsComputeSecrets() (*ComputeSecrets, bool)
AsComputeSecrets is the BasicComputeSecrets implementation for ComputeSecrets.
func (cs ComputeSecrets) AsVirtualMachineSecrets() (*VirtualMachineSecrets, bool)
AsVirtualMachineSecrets is the BasicComputeSecrets implementation for ComputeSecrets.
func (cs ComputeSecrets) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ComputeSecrets.
ComputeSecretsModel ...
type ComputeSecretsModel struct { autorest.Response `json:"-"` Value BasicComputeSecrets `json:"value,omitempty"` }
func (csm *ComputeSecretsModel) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ComputeSecretsModel struct.
ComputeStartFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeStartFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (autorest.Response, error) }
func (future *ComputeStartFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ComputeStopFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeStopFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (autorest.Response, error) }
func (future *ComputeStopFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ComputeType enumerates the values for compute type.
type ComputeType string
const ( // ComputeTypeAKS ... ComputeTypeAKS ComputeType = "AKS" // ComputeTypeAmlCompute ... ComputeTypeAmlCompute ComputeType = "AmlCompute" // ComputeTypeComputeInstance ... ComputeTypeComputeInstance ComputeType = "ComputeInstance" // ComputeTypeDatabricks ... ComputeTypeDatabricks ComputeType = "Databricks" // ComputeTypeDataFactory ... ComputeTypeDataFactory ComputeType = "DataFactory" // ComputeTypeDataLakeAnalytics ... ComputeTypeDataLakeAnalytics ComputeType = "DataLakeAnalytics" // ComputeTypeHDInsight ... ComputeTypeHDInsight ComputeType = "HDInsight" // ComputeTypeKubernetes ... ComputeTypeKubernetes ComputeType = "Kubernetes" // ComputeTypeSynapseSpark ... ComputeTypeSynapseSpark ComputeType = "SynapseSpark" // ComputeTypeVirtualMachine ... ComputeTypeVirtualMachine ComputeType = "VirtualMachine" )
func PossibleComputeTypeValues() []ComputeType
PossibleComputeTypeValues returns an array of possible values for the ComputeType const type.
ComputeTypeBasicCompute enumerates the values for compute type basic compute.
type ComputeTypeBasicCompute string
const ( // ComputeTypeBasicComputeComputeTypeAKS ... ComputeTypeBasicComputeComputeTypeAKS ComputeTypeBasicCompute = "AKS" // ComputeTypeBasicComputeComputeTypeAmlCompute ... ComputeTypeBasicComputeComputeTypeAmlCompute ComputeTypeBasicCompute = "AmlCompute" // ComputeTypeBasicComputeComputeTypeCompute ... ComputeTypeBasicComputeComputeTypeCompute ComputeTypeBasicCompute = "Compute" // ComputeTypeBasicComputeComputeTypeComputeInstance ... ComputeTypeBasicComputeComputeTypeComputeInstance ComputeTypeBasicCompute = "ComputeInstance" // ComputeTypeBasicComputeComputeTypeDatabricks ... ComputeTypeBasicComputeComputeTypeDatabricks ComputeTypeBasicCompute = "Databricks" // ComputeTypeBasicComputeComputeTypeDataFactory ... ComputeTypeBasicComputeComputeTypeDataFactory ComputeTypeBasicCompute = "DataFactory" // ComputeTypeBasicComputeComputeTypeDataLakeAnalytics ... ComputeTypeBasicComputeComputeTypeDataLakeAnalytics ComputeTypeBasicCompute = "DataLakeAnalytics" // ComputeTypeBasicComputeComputeTypeHDInsight ... ComputeTypeBasicComputeComputeTypeHDInsight ComputeTypeBasicCompute = "HDInsight" // ComputeTypeBasicComputeComputeTypeSynapseSpark ... ComputeTypeBasicComputeComputeTypeSynapseSpark ComputeTypeBasicCompute = "SynapseSpark" // ComputeTypeBasicComputeComputeTypeVirtualMachine ... ComputeTypeBasicComputeComputeTypeVirtualMachine ComputeTypeBasicCompute = "VirtualMachine" )
func PossibleComputeTypeBasicComputeValues() []ComputeTypeBasicCompute
PossibleComputeTypeBasicComputeValues returns an array of possible values for the ComputeTypeBasicCompute const type.
ComputeTypeBasicComputeSecrets enumerates the values for compute type basic compute secrets.
type ComputeTypeBasicComputeSecrets string
const ( // ComputeTypeBasicComputeSecretsComputeTypeComputeSecrets ... ComputeTypeBasicComputeSecretsComputeTypeComputeSecrets ComputeTypeBasicComputeSecrets = "ComputeSecrets" // ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine ... ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine ComputeTypeBasicComputeSecrets = "VirtualMachine" )
func PossibleComputeTypeBasicComputeSecretsValues() []ComputeTypeBasicComputeSecrets
PossibleComputeTypeBasicComputeSecretsValues returns an array of possible values for the ComputeTypeBasicComputeSecrets const type.
ComputeUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type ComputeUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ComputeClient) (ComputeResource, error) }
func (future *ComputeUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
ContainerResourceRequirements the resource requirements for the container (cpu and memory).
type ContainerResourceRequirements struct { // CPU - The minimum amount of CPU cores to be used by the container. More info: // https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ CPU *float64 `json:"cpu,omitempty"` // CPULimit - The maximum amount of CPU cores allowed to be used by the container. More info: // https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ CPULimit *float64 `json:"cpuLimit,omitempty"` // MemoryInGB - The minimum amount of memory (in GB) to be used by the container. More info: // https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ MemoryInGB *float64 `json:"memoryInGB,omitempty"` // MemoryInGBLimit - The maximum amount of memory (in GB) allowed to be used by the container. More info: // https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ MemoryInGBLimit *float64 `json:"memoryInGBLimit,omitempty"` // Gpu - The number of GPU cores in the container. Gpu *int32 `json:"gpu,omitempty"` // Fpga - The number of FPGA PCIE devices exposed to the container. Must be multiple of 2. Fpga *int32 `json:"fpga,omitempty"` }
CosmosDbSettings ...
type CosmosDbSettings struct { // CollectionsThroughput - The throughput of the collections in cosmosdb database CollectionsThroughput *int32 `json:"collectionsThroughput,omitempty"` }
CreatedByType enumerates the values for created by type.
type CreatedByType string
const ( // CreatedByTypeApplication ... CreatedByTypeApplication CreatedByType = "Application" // CreatedByTypeKey ... CreatedByTypeKey CreatedByType = "Key" // CreatedByTypeManagedIdentity ... CreatedByTypeManagedIdentity CreatedByType = "ManagedIdentity" // CreatedByTypeUser ... CreatedByTypeUser CreatedByType = "User" )
func PossibleCreatedByTypeValues() []CreatedByType
PossibleCreatedByTypeValues returns an array of possible values for the CreatedByType const type.
DataFactory a DataFactory compute.
type DataFactory struct { // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (df DataFactory) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for DataFactory.
func (df DataFactory) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for DataFactory.
func (df DataFactory) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DataFactory.
DataLakeAnalytics a DataLakeAnalytics compute.
type DataLakeAnalytics struct { Properties *DataLakeAnalyticsProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (dla DataLakeAnalytics) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for DataLakeAnalytics.
func (dla DataLakeAnalytics) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DataLakeAnalytics.
DataLakeAnalyticsProperties ...
type DataLakeAnalyticsProperties struct { // DataLakeStoreAccountName - DataLake Store Account Name DataLakeStoreAccountName *string `json:"dataLakeStoreAccountName,omitempty"` }
Databricks a DataFactory compute.
type Databricks struct { Properties *DatabricksProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (d Databricks) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for Databricks.
func (d Databricks) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for Databricks.
func (d Databricks) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for Databricks.
func (d Databricks) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for Databricks.
func (d Databricks) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for Databricks.
func (d Databricks) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for Databricks.
func (d Databricks) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for Databricks.
func (d Databricks) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for Databricks.
func (d Databricks) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for Databricks.
func (d Databricks) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for Databricks.
func (d Databricks) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for Databricks.
func (d Databricks) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Databricks.
DatabricksComputeSecrets secrets related to a Machine Learning compute based on Databricks.
type DatabricksComputeSecrets struct { // ComputeType - The type of compute. Possible values include: 'ComputeTypeAKS', 'ComputeTypeKubernetes', 'ComputeTypeAmlCompute', 'ComputeTypeComputeInstance', 'ComputeTypeDataFactory', 'ComputeTypeVirtualMachine', 'ComputeTypeHDInsight', 'ComputeTypeDatabricks', 'ComputeTypeDataLakeAnalytics', 'ComputeTypeSynapseSpark' ComputeType ComputeType `json:"computeType,omitempty"` // DatabricksAccessToken - access token for databricks account. DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"` }
DatabricksComputeSecretsProperties properties of Databricks Compute Secrets
type DatabricksComputeSecretsProperties struct { // DatabricksAccessToken - access token for databricks account. DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"` }
DatabricksProperties properties of Databricks
type DatabricksProperties struct { // DatabricksAccessToken - Databricks access token DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"` // WorkspaceURL - Workspace Url WorkspaceURL *string `json:"workspaceUrl,omitempty"` }
DiagnoseRequestProperties ...
type DiagnoseRequestProperties struct { // Udr - Setting for diagnosing user defined routing Udr map[string]interface{} `json:"udr"` // Nsg - Setting for diagnosing network security group Nsg map[string]interface{} `json:"nsg"` // ResourceLock - Setting for diagnosing resource lock ResourceLock map[string]interface{} `json:"resourceLock"` // DNSResolution - Setting for diagnosing dns resolution DNSResolution map[string]interface{} `json:"dnsResolution"` // StorageAccount - Setting for diagnosing dependent storage account StorageAccount map[string]interface{} `json:"storageAccount"` // KeyVault - Setting for diagnosing dependent key vault KeyVault map[string]interface{} `json:"keyVault"` // ContainerRegistry - Setting for diagnosing dependent container registry ContainerRegistry map[string]interface{} `json:"containerRegistry"` // ApplicationInsights - Setting for diagnosing dependent application insights ApplicationInsights map[string]interface{} `json:"applicationInsights"` // Others - Setting for diagnosing unclassified category of problems Others map[string]interface{} `json:"others"` }
func (drp DiagnoseRequestProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DiagnoseRequestProperties.
DiagnoseResponseResult ...
type DiagnoseResponseResult struct { autorest.Response `json:"-"` Value *DiagnoseResponseResultValue `json:"value,omitempty"` }
DiagnoseResponseResultValue ...
type DiagnoseResponseResultValue struct { UserDefinedRouteResults *[]DiagnoseResult `json:"userDefinedRouteResults,omitempty"` NetworkSecurityRuleResults *[]DiagnoseResult `json:"networkSecurityRuleResults,omitempty"` ResourceLockResults *[]DiagnoseResult `json:"resourceLockResults,omitempty"` DNSResolutionResults *[]DiagnoseResult `json:"dnsResolutionResults,omitempty"` StorageAccountResults *[]DiagnoseResult `json:"storageAccountResults,omitempty"` KeyVaultResults *[]DiagnoseResult `json:"keyVaultResults,omitempty"` ContainerRegistryResults *[]DiagnoseResult `json:"containerRegistryResults,omitempty"` ApplicationInsightsResults *[]DiagnoseResult `json:"applicationInsightsResults,omitempty"` OtherResults *[]DiagnoseResult `json:"otherResults,omitempty"` }
DiagnoseResult result of Diagnose
type DiagnoseResult struct { // Code - READ-ONLY; Code for workspace setup error Code *string `json:"code,omitempty"` // Level - READ-ONLY; Level of workspace setup error. Possible values include: 'DiagnoseResultLevelWarning', 'DiagnoseResultLevelError', 'DiagnoseResultLevelInformation' Level DiagnoseResultLevel `json:"level,omitempty"` // Message - READ-ONLY; Message of workspace setup error Message *string `json:"message,omitempty"` }
func (dr DiagnoseResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DiagnoseResult.
DiagnoseResultLevel enumerates the values for diagnose result level.
type DiagnoseResultLevel string
const ( // DiagnoseResultLevelError ... DiagnoseResultLevelError DiagnoseResultLevel = "Error" // DiagnoseResultLevelInformation ... DiagnoseResultLevelInformation DiagnoseResultLevel = "Information" // DiagnoseResultLevelWarning ... DiagnoseResultLevelWarning DiagnoseResultLevel = "Warning" )
func PossibleDiagnoseResultLevelValues() []DiagnoseResultLevel
PossibleDiagnoseResultLevelValues returns an array of possible values for the DiagnoseResultLevel const type.
DiagnoseWorkspaceParameters parameters to diagnose a workspace
type DiagnoseWorkspaceParameters struct { // Value - Value of Parameters Value *DiagnoseRequestProperties `json:"value,omitempty"` }
EncryptionProperty ...
type EncryptionProperty struct { // Status - Indicates whether or not the encryption is enabled for the workspace. Possible values include: 'EncryptionStatusEnabled', 'EncryptionStatusDisabled' Status EncryptionStatus `json:"status,omitempty"` // Identity - The identity that will be used to access the key vault for encryption at rest. Identity *IdentityForCmk `json:"identity,omitempty"` // KeyVaultProperties - Customer Key vault properties. KeyVaultProperties *KeyVaultProperties `json:"keyVaultProperties,omitempty"` }
EncryptionStatus enumerates the values for encryption status.
type EncryptionStatus string
const ( // EncryptionStatusDisabled ... EncryptionStatusDisabled EncryptionStatus = "Disabled" // EncryptionStatusEnabled ... EncryptionStatusEnabled EncryptionStatus = "Enabled" )
func PossibleEncryptionStatusValues() []EncryptionStatus
PossibleEncryptionStatusValues returns an array of possible values for the EncryptionStatus const type.
ErrorAdditionalInfo the resource management error additional info.
type ErrorAdditionalInfo struct { // Type - READ-ONLY; The additional info type. Type *string `json:"type,omitempty"` // Info - READ-ONLY; The additional info. Info interface{} `json:"info,omitempty"` }
func (eai ErrorAdditionalInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ErrorAdditionalInfo.
ErrorDetail the error detail.
type ErrorDetail struct { // Code - READ-ONLY; The error code. Code *string `json:"code,omitempty"` // Message - READ-ONLY; The error message. Message *string `json:"message,omitempty"` // Target - READ-ONLY; The error target. Target *string `json:"target,omitempty"` // Details - READ-ONLY; The error details. Details *[]ErrorDetail `json:"details,omitempty"` // AdditionalInfo - READ-ONLY; The error additional info. AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` }
func (ed ErrorDetail) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ErrorDetail.
ErrorResponse common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
type ErrorResponse struct { // Error - The error object. Error *ErrorDetail `json:"error,omitempty"` }
EstimatedVMPrice the estimated price info for using a VM of a particular OS type, tier, etc.
type EstimatedVMPrice struct { // RetailPrice - The price charged for using the VM. RetailPrice *float64 `json:"retailPrice,omitempty"` // OsType - Operating system type used by the VM. Possible values include: 'VMPriceOSTypeLinux', 'VMPriceOSTypeWindows' OsType VMPriceOSType `json:"osType,omitempty"` // VMTier - The type of the VM. Possible values include: 'VMTierStandard', 'VMTierLowPriority', 'VMTierSpot' VMTier VMTier `json:"vmTier,omitempty"` }
EstimatedVMPrices the estimated price info for using a VM.
type EstimatedVMPrices struct { // BillingCurrency - Three lettered code specifying the currency of the VM price. Example: USD BillingCurrency *string `json:"billingCurrency,omitempty"` // UnitOfMeasure - The unit of time measurement for the specified VM price. Example: OneHour UnitOfMeasure *string `json:"unitOfMeasure,omitempty"` // Values - The list of estimated prices for using a VM of a particular OS type, tier, etc. Values *[]EstimatedVMPrice `json:"values,omitempty"` }
ExternalFQDNResponse ...
type ExternalFQDNResponse struct { autorest.Response `json:"-"` Value *[]FQDNEndpoints `json:"value,omitempty"` }
FQDNEndpoint ...
type FQDNEndpoint struct { DomainName *string `json:"domainName,omitempty"` EndpointDetails *[]FQDNEndpointDetail `json:"endpointDetails,omitempty"` }
FQDNEndpointDetail ...
type FQDNEndpointDetail struct { Port *int32 `json:"port,omitempty"` }
FQDNEndpoints ...
type FQDNEndpoints struct { Properties *FQDNEndpointsProperties `json:"properties,omitempty"` }
FQDNEndpointsProperties ...
type FQDNEndpointsProperties struct { Category *string `json:"category,omitempty"` Endpoints *[]FQDNEndpoint `json:"endpoints,omitempty"` }
HDInsight a HDInsight compute.
type HDInsight struct { Properties *HDInsightProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (hi HDInsight) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for HDInsight.
func (hi HDInsight) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for HDInsight.
func (hi HDInsight) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for HDInsight.
HDInsightProperties hDInsight compute properties
type HDInsightProperties struct { // SSHPort - Port open for ssh connections on the master node of the cluster. SSHPort *int32 `json:"sshPort,omitempty"` // Address - Public IP address of the master node of the cluster. Address *string `json:"address,omitempty"` // AdministratorAccount - Admin credentials for master node of the cluster AdministratorAccount *VirtualMachineSSHCredentials `json:"administratorAccount,omitempty"` }
Identity identity for the resource.
type Identity struct { // PrincipalID - READ-ONLY; The principal ID of resource identity. PrincipalID *string `json:"principalId,omitempty"` // TenantID - READ-ONLY; The tenant ID of resource. TenantID *string `json:"tenantId,omitempty"` // Type - The identity type. Possible values include: 'ResourceIdentityTypeSystemAssigned', 'ResourceIdentityTypeSystemAssignedUserAssigned', 'ResourceIdentityTypeUserAssigned', 'ResourceIdentityTypeNone' Type ResourceIdentityType `json:"type,omitempty"` // UserAssignedIdentities - The user assigned identities associated with the resource. UserAssignedIdentities map[string]*UserAssignedIdentity `json:"userAssignedIdentities"` }
func (i Identity) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Identity.
IdentityForCmk identity that will be used to access key vault for encryption at rest
type IdentityForCmk struct { // UserAssignedIdentity - The ArmId of the user assigned identity that will be used to access the customer managed key vault UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"` }
InstanceTypeSchema instance type schema.
type InstanceTypeSchema struct { // NodeSelector - Node Selector NodeSelector map[string]*string `json:"nodeSelector"` // Resources - Resource requests/limits for this instance type Resources *InstanceTypeSchemaResources `json:"resources,omitempty"` }
func (its InstanceTypeSchema) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for InstanceTypeSchema.
InstanceTypeSchemaResources resource requests/limits for this instance type
type InstanceTypeSchemaResources struct { // Requests - Resource requests for this instance type Requests map[string]*string `json:"requests"` // Limits - Resource limits for this instance type Limits map[string]*string `json:"limits"` }
func (its InstanceTypeSchemaResources) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for InstanceTypeSchemaResources.
KeyVaultProperties ...
type KeyVaultProperties struct { // KeyVaultArmID - The ArmId of the keyVault where the customer owned encryption key is present. KeyVaultArmID *string `json:"keyVaultArmId,omitempty"` // KeyIdentifier - Key vault uri to access the encryption key. KeyIdentifier *string `json:"keyIdentifier,omitempty"` // IdentityClientID - For future use - The client id of the identity which will be used to access key vault. IdentityClientID *string `json:"identityClientId,omitempty"` }
Kubernetes a Machine Learning compute based on Kubernetes Compute.
type Kubernetes struct { // ComputeType - The type of compute. Possible values include: 'ComputeTypeAKS', 'ComputeTypeKubernetes', 'ComputeTypeAmlCompute', 'ComputeTypeComputeInstance', 'ComputeTypeDataFactory', 'ComputeTypeVirtualMachine', 'ComputeTypeHDInsight', 'ComputeTypeDatabricks', 'ComputeTypeDataLakeAnalytics', 'ComputeTypeSynapseSpark' ComputeType ComputeType `json:"computeType,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // Properties - Properties of Kubernetes Properties *KubernetesProperties `json:"properties,omitempty"` }
func (kVar Kubernetes) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Kubernetes.
KubernetesProperties kubernetes properties
type KubernetesProperties struct { // RelayConnectionString - Relay connection string. RelayConnectionString *string `json:"relayConnectionString,omitempty"` // ServiceBusConnectionString - ServiceBus connection string. ServiceBusConnectionString *string `json:"serviceBusConnectionString,omitempty"` // ExtensionPrincipalID - Extension principal-id. ExtensionPrincipalID *string `json:"extensionPrincipalId,omitempty"` // ExtensionInstanceReleaseTrain - Extension instance release train. ExtensionInstanceReleaseTrain *string `json:"extensionInstanceReleaseTrain,omitempty"` // VcName - VC name. VcName *string `json:"vcName,omitempty"` // Namespace - Compute namespace Namespace *string `json:"namespace,omitempty"` // DefaultInstanceType - Default instance type DefaultInstanceType *string `json:"defaultInstanceType,omitempty"` // InstanceTypes - Instance Type Schema InstanceTypes map[string]*InstanceTypeSchema `json:"instanceTypes"` }
func (kp KubernetesProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for KubernetesProperties.
KubernetesSchema kubernetes Compute Schema
type KubernetesSchema struct { // Properties - Properties of Kubernetes Properties *KubernetesProperties `json:"properties,omitempty"` }
ListAmlUserFeatureResult the List Aml user feature operation response.
type ListAmlUserFeatureResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; The list of AML user facing features. Value *[]AmlUserFeature `json:"value,omitempty"` // NextLink - READ-ONLY; The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. NextLink *string `json:"nextLink,omitempty"` }
func (laufr ListAmlUserFeatureResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (laufr ListAmlUserFeatureResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListAmlUserFeatureResult.
ListAmlUserFeatureResultIterator provides access to a complete listing of AmlUserFeature values.
type ListAmlUserFeatureResultIterator struct {
// contains filtered or unexported fields
}
func NewListAmlUserFeatureResultIterator(page ListAmlUserFeatureResultPage) ListAmlUserFeatureResultIterator
Creates a new instance of the ListAmlUserFeatureResultIterator type.
func (iter *ListAmlUserFeatureResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *ListAmlUserFeatureResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter ListAmlUserFeatureResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter ListAmlUserFeatureResultIterator) Response() ListAmlUserFeatureResult
Response returns the raw server response from the last page request.
func (iter ListAmlUserFeatureResultIterator) Value() AmlUserFeature
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
ListAmlUserFeatureResultPage contains a page of AmlUserFeature values.
type ListAmlUserFeatureResultPage struct {
// contains filtered or unexported fields
}
func NewListAmlUserFeatureResultPage(cur ListAmlUserFeatureResult, getNextPage func(context.Context, ListAmlUserFeatureResult) (ListAmlUserFeatureResult, error)) ListAmlUserFeatureResultPage
Creates a new instance of the ListAmlUserFeatureResultPage type.
func (page *ListAmlUserFeatureResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *ListAmlUserFeatureResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page ListAmlUserFeatureResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page ListAmlUserFeatureResultPage) Response() ListAmlUserFeatureResult
Response returns the raw server response from the last page request.
func (page ListAmlUserFeatureResultPage) Values() []AmlUserFeature
Values returns the slice of values for the current page or nil if there are no values.
ListNotebookKeysResult ...
type ListNotebookKeysResult struct { autorest.Response `json:"-"` // PrimaryAccessKey - READ-ONLY PrimaryAccessKey *string `json:"primaryAccessKey,omitempty"` // SecondaryAccessKey - READ-ONLY SecondaryAccessKey *string `json:"secondaryAccessKey,omitempty"` }
func (lnkr ListNotebookKeysResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListNotebookKeysResult.
ListStorageAccountKeysResult ...
type ListStorageAccountKeysResult struct { autorest.Response `json:"-"` // UserStorageKey - READ-ONLY UserStorageKey *string `json:"userStorageKey,omitempty"` }
func (lsakr ListStorageAccountKeysResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListStorageAccountKeysResult.
ListUsagesResult the List Usages operation response.
type ListUsagesResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; The list of AML resource usages. Value *[]Usage `json:"value,omitempty"` // NextLink - READ-ONLY; The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. NextLink *string `json:"nextLink,omitempty"` }
func (lur ListUsagesResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (lur ListUsagesResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListUsagesResult.
ListUsagesResultIterator provides access to a complete listing of Usage values.
type ListUsagesResultIterator struct {
// contains filtered or unexported fields
}
func NewListUsagesResultIterator(page ListUsagesResultPage) ListUsagesResultIterator
Creates a new instance of the ListUsagesResultIterator type.
func (iter *ListUsagesResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *ListUsagesResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter ListUsagesResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter ListUsagesResultIterator) Response() ListUsagesResult
Response returns the raw server response from the last page request.
func (iter ListUsagesResultIterator) Value() Usage
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
ListUsagesResultPage contains a page of Usage values.
type ListUsagesResultPage struct {
// contains filtered or unexported fields
}
func NewListUsagesResultPage(cur ListUsagesResult, getNextPage func(context.Context, ListUsagesResult) (ListUsagesResult, error)) ListUsagesResultPage
Creates a new instance of the ListUsagesResultPage type.
func (page *ListUsagesResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *ListUsagesResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page ListUsagesResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page ListUsagesResultPage) Response() ListUsagesResult
Response returns the raw server response from the last page request.
func (page ListUsagesResultPage) Values() []Usage
Values returns the slice of values for the current page or nil if there are no values.
ListWorkspaceKeysResult ...
type ListWorkspaceKeysResult struct { autorest.Response `json:"-"` // UserStorageKey - READ-ONLY UserStorageKey *string `json:"userStorageKey,omitempty"` // UserStorageResourceID - READ-ONLY UserStorageResourceID *string `json:"userStorageResourceId,omitempty"` // AppInsightsInstrumentationKey - READ-ONLY AppInsightsInstrumentationKey *string `json:"appInsightsInstrumentationKey,omitempty"` // ContainerRegistryCredentials - READ-ONLY ContainerRegistryCredentials *RegistryListCredentialsResult `json:"containerRegistryCredentials,omitempty"` // NotebookAccessKeys - READ-ONLY NotebookAccessKeys *ListNotebookKeysResult `json:"notebookAccessKeys,omitempty"` }
func (lwkr ListWorkspaceKeysResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListWorkspaceKeysResult.
ListWorkspaceQuotas the List WorkspaceQuotasByVMFamily operation response.
type ListWorkspaceQuotas struct { autorest.Response `json:"-"` // Value - READ-ONLY; The list of Workspace Quotas by VM Family Value *[]ResourceQuota `json:"value,omitempty"` // NextLink - READ-ONLY; The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. NextLink *string `json:"nextLink,omitempty"` }
func (lwq ListWorkspaceQuotas) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (lwq ListWorkspaceQuotas) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListWorkspaceQuotas.
ListWorkspaceQuotasIterator provides access to a complete listing of ResourceQuota values.
type ListWorkspaceQuotasIterator struct {
// contains filtered or unexported fields
}
func NewListWorkspaceQuotasIterator(page ListWorkspaceQuotasPage) ListWorkspaceQuotasIterator
Creates a new instance of the ListWorkspaceQuotasIterator type.
func (iter *ListWorkspaceQuotasIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *ListWorkspaceQuotasIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter ListWorkspaceQuotasIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter ListWorkspaceQuotasIterator) Response() ListWorkspaceQuotas
Response returns the raw server response from the last page request.
func (iter ListWorkspaceQuotasIterator) Value() ResourceQuota
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
ListWorkspaceQuotasPage contains a page of ResourceQuota values.
type ListWorkspaceQuotasPage struct {
// contains filtered or unexported fields
}
func NewListWorkspaceQuotasPage(cur ListWorkspaceQuotas, getNextPage func(context.Context, ListWorkspaceQuotas) (ListWorkspaceQuotas, error)) ListWorkspaceQuotasPage
Creates a new instance of the ListWorkspaceQuotasPage type.
func (page *ListWorkspaceQuotasPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *ListWorkspaceQuotasPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page ListWorkspaceQuotasPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page ListWorkspaceQuotasPage) Response() ListWorkspaceQuotas
Response returns the raw server response from the last page request.
func (page ListWorkspaceQuotasPage) Values() []ResourceQuota
Values returns the slice of values for the current page or nil if there are no values.
LoadBalancerType enumerates the values for load balancer type.
type LoadBalancerType string
const ( // LoadBalancerTypeInternalLoadBalancer ... LoadBalancerTypeInternalLoadBalancer LoadBalancerType = "InternalLoadBalancer" // LoadBalancerTypePublicIP ... LoadBalancerTypePublicIP LoadBalancerType = "PublicIp" )
func PossibleLoadBalancerTypeValues() []LoadBalancerType
PossibleLoadBalancerTypeValues returns an array of possible values for the LoadBalancerType const type.
NodeState enumerates the values for node state.
type NodeState string
const ( // NodeStateIdle ... NodeStateIdle NodeState = "idle" // NodeStateLeaving ... NodeStateLeaving NodeState = "leaving" // NodeStatePreempted ... NodeStatePreempted NodeState = "preempted" // NodeStatePreparing ... NodeStatePreparing NodeState = "preparing" // NodeStateRunning ... NodeStateRunning NodeState = "running" // NodeStateUnusable ... NodeStateUnusable NodeState = "unusable" )
func PossibleNodeStateValues() []NodeState
PossibleNodeStateValues returns an array of possible values for the NodeState const type.
NodeStateCounts counts of various compute node states on the amlCompute.
type NodeStateCounts struct { // IdleNodeCount - READ-ONLY; Number of compute nodes in idle state. IdleNodeCount *int32 `json:"idleNodeCount,omitempty"` // RunningNodeCount - READ-ONLY; Number of compute nodes which are running jobs. RunningNodeCount *int32 `json:"runningNodeCount,omitempty"` // PreparingNodeCount - READ-ONLY; Number of compute nodes which are being prepared. PreparingNodeCount *int32 `json:"preparingNodeCount,omitempty"` // UnusableNodeCount - READ-ONLY; Number of compute nodes which are in unusable state. UnusableNodeCount *int32 `json:"unusableNodeCount,omitempty"` // LeavingNodeCount - READ-ONLY; Number of compute nodes which are leaving the amlCompute. LeavingNodeCount *int32 `json:"leavingNodeCount,omitempty"` // PreemptedNodeCount - READ-ONLY; Number of compute nodes which are in preempted state. PreemptedNodeCount *int32 `json:"preemptedNodeCount,omitempty"` }
func (nsc NodeStateCounts) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for NodeStateCounts.
NotebookAccessTokenResult ...
type NotebookAccessTokenResult struct { autorest.Response `json:"-"` // NotebookResourceID - READ-ONLY NotebookResourceID *string `json:"notebookResourceId,omitempty"` // HostName - READ-ONLY HostName *string `json:"hostName,omitempty"` // PublicDNS - READ-ONLY PublicDNS *string `json:"publicDns,omitempty"` // AccessToken - READ-ONLY AccessToken *string `json:"accessToken,omitempty"` // TokenType - READ-ONLY TokenType *string `json:"tokenType,omitempty"` // ExpiresIn - READ-ONLY ExpiresIn *int32 `json:"expiresIn,omitempty"` // RefreshToken - READ-ONLY RefreshToken *string `json:"refreshToken,omitempty"` // Scope - READ-ONLY Scope *string `json:"scope,omitempty"` }
func (natr NotebookAccessTokenResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for NotebookAccessTokenResult.
NotebookPreparationError ...
type NotebookPreparationError struct { ErrorMessage *string `json:"errorMessage,omitempty"` StatusCode *int32 `json:"statusCode,omitempty"` }
NotebookResourceInfo ...
type NotebookResourceInfo struct { autorest.Response `json:"-"` Fqdn *string `json:"fqdn,omitempty"` // ResourceID - the data plane resourceId that used to initialize notebook component ResourceID *string `json:"resourceId,omitempty"` // NotebookPreparationError - The error that occurs when preparing notebook. NotebookPreparationError *NotebookPreparationError `json:"notebookPreparationError,omitempty"` }
Operation azure Machine Learning workspace REST API operation
type Operation struct { // Name - Operation name: {provider}/{resource}/{operation} Name *string `json:"name,omitempty"` // Display - Display name of operation Display *OperationDisplay `json:"display,omitempty"` }
OperationDisplay display name of operation
type OperationDisplay struct { // Provider - The resource provider name: Microsoft.MachineLearningExperimentation Provider *string `json:"provider,omitempty"` // Resource - The resource on which the operation is performed. Resource *string `json:"resource,omitempty"` // Operation - The operation that users can perform. Operation *string `json:"operation,omitempty"` // Description - The description for the operation. Description *string `json:"description,omitempty"` }
OperationListResult an array of operations supported by the resource provider.
type OperationListResult struct { autorest.Response `json:"-"` // Value - List of AML workspace operations supported by the AML workspace resource provider. Value *[]Operation `json:"value,omitempty"` }
OperationName enumerates the values for operation name.
type OperationName string
const ( // OperationNameCreate ... OperationNameCreate OperationName = "Create" // OperationNameDelete ... OperationNameDelete OperationName = "Delete" // OperationNameReimage ... OperationNameReimage OperationName = "Reimage" // OperationNameRestart ... OperationNameRestart OperationName = "Restart" // OperationNameStart ... OperationNameStart OperationName = "Start" // OperationNameStop ... OperationNameStop OperationName = "Stop" )
func PossibleOperationNameValues() []OperationName
PossibleOperationNameValues returns an array of possible values for the OperationName const type.
OperationStatus enumerates the values for operation status.
type OperationStatus string
const ( // OperationStatusCreateFailed ... OperationStatusCreateFailed OperationStatus = "CreateFailed" // OperationStatusDeleteFailed ... OperationStatusDeleteFailed OperationStatus = "DeleteFailed" // OperationStatusInProgress ... OperationStatusInProgress OperationStatus = "InProgress" // OperationStatusReimageFailed ... OperationStatusReimageFailed OperationStatus = "ReimageFailed" // OperationStatusRestartFailed ... OperationStatusRestartFailed OperationStatus = "RestartFailed" // OperationStatusStartFailed ... OperationStatusStartFailed OperationStatus = "StartFailed" // OperationStatusStopFailed ... OperationStatusStopFailed OperationStatus = "StopFailed" // OperationStatusSucceeded ... OperationStatusSucceeded OperationStatus = "Succeeded" )
func PossibleOperationStatusValues() []OperationStatus
PossibleOperationStatusValues returns an array of possible values for the OperationStatus const type.
OperationsClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type OperationsClient struct { BaseClient }
func NewOperationsClient(subscriptionID string) OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error)
List lists all of the available Azure Machine Learning Workspaces REST API operations.
func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
OsType enumerates the values for os type.
type OsType string
const ( // OsTypeLinux ... OsTypeLinux OsType = "Linux" // OsTypeWindows ... OsTypeWindows OsType = "Windows" )
func PossibleOsTypeValues() []OsType
PossibleOsTypeValues returns an array of possible values for the OsType const type.
PaginatedComputeResourcesList paginated list of Machine Learning compute objects wrapped in ARM resource envelope.
type PaginatedComputeResourcesList struct { autorest.Response `json:"-"` // Value - An array of Machine Learning compute objects wrapped in ARM resource envelope. Value *[]ComputeResource `json:"value,omitempty"` // NextLink - A continuation link (absolute URI) to the next page of results in the list. NextLink *string `json:"nextLink,omitempty"` }
func (pcrl PaginatedComputeResourcesList) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
PaginatedComputeResourcesListIterator provides access to a complete listing of ComputeResource values.
type PaginatedComputeResourcesListIterator struct {
// contains filtered or unexported fields
}
func NewPaginatedComputeResourcesListIterator(page PaginatedComputeResourcesListPage) PaginatedComputeResourcesListIterator
Creates a new instance of the PaginatedComputeResourcesListIterator type.
func (iter *PaginatedComputeResourcesListIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *PaginatedComputeResourcesListIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter PaginatedComputeResourcesListIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter PaginatedComputeResourcesListIterator) Response() PaginatedComputeResourcesList
Response returns the raw server response from the last page request.
func (iter PaginatedComputeResourcesListIterator) Value() ComputeResource
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
PaginatedComputeResourcesListPage contains a page of ComputeResource values.
type PaginatedComputeResourcesListPage struct {
// contains filtered or unexported fields
}
func NewPaginatedComputeResourcesListPage(cur PaginatedComputeResourcesList, getNextPage func(context.Context, PaginatedComputeResourcesList) (PaginatedComputeResourcesList, error)) PaginatedComputeResourcesListPage
Creates a new instance of the PaginatedComputeResourcesListPage type.
func (page *PaginatedComputeResourcesListPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *PaginatedComputeResourcesListPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page PaginatedComputeResourcesListPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page PaginatedComputeResourcesListPage) Response() PaginatedComputeResourcesList
Response returns the raw server response from the last page request.
func (page PaginatedComputeResourcesListPage) Values() []ComputeResource
Values returns the slice of values for the current page or nil if there are no values.
PaginatedWorkspaceConnectionsList paginated list of Workspace connection objects.
type PaginatedWorkspaceConnectionsList struct { autorest.Response `json:"-"` // Value - An array of Workspace connection objects. Value *[]WorkspaceConnection `json:"value,omitempty"` // NextLink - A continuation link (absolute URI) to the next page of results in the list. NextLink *string `json:"nextLink,omitempty"` }
Password ...
type Password struct { // Name - READ-ONLY Name *string `json:"name,omitempty"` // Value - READ-ONLY Value *string `json:"value,omitempty"` }
func (p Password) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Password.
PersonalComputeInstanceSettings settings for a personal compute instance.
type PersonalComputeInstanceSettings struct { // AssignedUser - A user explicitly assigned to a personal compute instance. AssignedUser *AssignedUser `json:"assignedUser,omitempty"` }
PrivateEndpoint the Private Endpoint resource.
type PrivateEndpoint struct { // ID - READ-ONLY; The ARM identifier for Private Endpoint ID *string `json:"id,omitempty"` // SubnetArmID - READ-ONLY; The ARM identifier for Subnet resource that private endpoint links to SubnetArmID *string `json:"subnetArmId,omitempty"` }
func (peVar PrivateEndpoint) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PrivateEndpoint.
PrivateEndpointConnection the Private Endpoint Connection resource.
type PrivateEndpointConnection struct { autorest.Response `json:"-"` // PrivateEndpointConnectionProperties - Resource properties. *PrivateEndpointConnectionProperties `json:"properties,omitempty"` // Identity - The identity of the resource. Identity *Identity `json:"identity,omitempty"` // Location - Specifies the location of the resource. Location *string `json:"location,omitempty"` // Tags - Contains resource tags defined as key/value pairs. Tags map[string]*string `json:"tags"` // Sku - The sku of the workspace. Sku *Sku `json:"sku,omitempty"` // SystemData - System data SystemData *SystemData `json:"systemData,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PrivateEndpointConnection.
func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for PrivateEndpointConnection struct.
PrivateEndpointConnectionListResult list of private endpoint connection associated with the specified workspace
type PrivateEndpointConnectionListResult struct { autorest.Response `json:"-"` // Value - Array of private endpoint connections Value *[]PrivateEndpointConnection `json:"value,omitempty"` }
PrivateEndpointConnectionProperties properties of the PrivateEndpointConnectProperties.
type PrivateEndpointConnectionProperties struct { // PrivateEndpoint - The resource of private end point. PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` // PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` // ProvisioningState - The provisioning state of the private endpoint connection resource. Possible values include: 'PrivateEndpointConnectionProvisioningStateSucceeded', 'PrivateEndpointConnectionProvisioningStateCreating', 'PrivateEndpointConnectionProvisioningStateDeleting', 'PrivateEndpointConnectionProvisioningStateFailed' ProvisioningState PrivateEndpointConnectionProvisioningState `json:"provisioningState,omitempty"` }
PrivateEndpointConnectionProvisioningState enumerates the values for private endpoint connection provisioning state.
type PrivateEndpointConnectionProvisioningState string
const ( // PrivateEndpointConnectionProvisioningStateCreating ... PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningState = "Creating" // PrivateEndpointConnectionProvisioningStateDeleting ... PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningState = "Deleting" // PrivateEndpointConnectionProvisioningStateFailed ... PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = "Failed" // PrivateEndpointConnectionProvisioningStateSucceeded ... PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = "Succeeded" )
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState
PossiblePrivateEndpointConnectionProvisioningStateValues returns an array of possible values for the PrivateEndpointConnectionProvisioningState const type.
PrivateEndpointConnectionsClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type PrivateEndpointConnectionsClient struct { BaseClient }
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
NewPrivateEndpointConnectionsClient creates an instance of the PrivateEndpointConnectionsClient client.
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
NewPrivateEndpointConnectionsClientWithBaseURI creates an instance of the PrivateEndpointConnectionsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client PrivateEndpointConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string, properties PrivateEndpointConnection) (result PrivateEndpointConnection, err error)
CreateOrUpdate update the state of specified private endpoint connection associated with the workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. privateEndpointConnectionName - the name of the private endpoint connection associated with the workspace properties - the private endpoint connection properties.
func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string, properties PrivateEndpointConnection) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (client PrivateEndpointConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (client PrivateEndpointConnectionsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (result autorest.Response, err error)
Delete deletes the specified private endpoint connection associated with the workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. privateEndpointConnectionName - the name of the private endpoint connection associated with the workspace
func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (*http.Response, error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (result PrivateEndpointConnection, err error)
Get gets the specified private endpoint connection associated with the workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. privateEndpointConnectionName - the name of the private endpoint connection associated with the workspace
func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client PrivateEndpointConnectionsClient) List(ctx context.Context, resourceGroupName string, workspaceName string) (result PrivateEndpointConnectionListResult, err error)
List list all the private endpoint connections associated with the workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client PrivateEndpointConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (client PrivateEndpointConnectionsClient) ListResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client PrivateEndpointConnectionsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
PrivateEndpointServiceConnectionStatus enumerates the values for private endpoint service connection status.
type PrivateEndpointServiceConnectionStatus string
const ( // PrivateEndpointServiceConnectionStatusApproved ... PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = "Approved" // PrivateEndpointServiceConnectionStatusDisconnected ... PrivateEndpointServiceConnectionStatusDisconnected PrivateEndpointServiceConnectionStatus = "Disconnected" // PrivateEndpointServiceConnectionStatusPending ... PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = "Pending" // PrivateEndpointServiceConnectionStatusRejected ... PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = "Rejected" // PrivateEndpointServiceConnectionStatusTimeout ... PrivateEndpointServiceConnectionStatusTimeout PrivateEndpointServiceConnectionStatus = "Timeout" )
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus
PossiblePrivateEndpointServiceConnectionStatusValues returns an array of possible values for the PrivateEndpointServiceConnectionStatus const type.
PrivateLinkResource a private link resource
type PrivateLinkResource struct { // PrivateLinkResourceProperties - Resource properties. *PrivateLinkResourceProperties `json:"properties,omitempty"` // Identity - The identity of the resource. Identity *Identity `json:"identity,omitempty"` // Location - Specifies the location of the resource. Location *string `json:"location,omitempty"` // Tags - Contains resource tags defined as key/value pairs. Tags map[string]*string `json:"tags"` // Sku - The sku of the workspace. Sku *Sku `json:"sku,omitempty"` // SystemData - System data SystemData *SystemData `json:"systemData,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (plr PrivateLinkResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PrivateLinkResource.
func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for PrivateLinkResource struct.
PrivateLinkResourceListResult a list of private link resources
type PrivateLinkResourceListResult struct { autorest.Response `json:"-"` // Value - Array of private link resources Value *[]PrivateLinkResource `json:"value,omitempty"` }
PrivateLinkResourceProperties properties of a private link resource.
type PrivateLinkResourceProperties struct { // GroupID - READ-ONLY; The private link resource group id. GroupID *string `json:"groupId,omitempty"` // RequiredMembers - READ-ONLY; The private link resource required member names. RequiredMembers *[]string `json:"requiredMembers,omitempty"` // RequiredZoneNames - The private link resource Private link DNS zone name. RequiredZoneNames *[]string `json:"requiredZoneNames,omitempty"` }
func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for PrivateLinkResourceProperties.
PrivateLinkResourcesClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type PrivateLinkResourcesClient struct { BaseClient }
func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient
NewPrivateLinkResourcesClient creates an instance of the PrivateLinkResourcesClient client.
func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient
NewPrivateLinkResourcesClientWithBaseURI creates an instance of the PrivateLinkResourcesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client PrivateLinkResourcesClient) List(ctx context.Context, resourceGroupName string, workspaceName string) (result PrivateLinkResourceListResult, err error)
List gets the private link resources that need to be created for a workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client PrivateLinkResourcesClient) ListPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (client PrivateLinkResourcesClient) ListResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client PrivateLinkResourcesClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
PrivateLinkServiceConnectionState a collection of information about the state of the connection between service consumer and provider.
type PrivateLinkServiceConnectionState struct { // Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. Possible values include: 'PrivateEndpointServiceConnectionStatusPending', 'PrivateEndpointServiceConnectionStatusApproved', 'PrivateEndpointServiceConnectionStatusRejected', 'PrivateEndpointServiceConnectionStatusDisconnected', 'PrivateEndpointServiceConnectionStatusTimeout' Status PrivateEndpointServiceConnectionStatus `json:"status,omitempty"` // Description - The reason for approval/rejection of the connection. Description *string `json:"description,omitempty"` // ActionsRequired - A message indicating if changes on the service provider require any updates on the consumer. ActionsRequired *string `json:"actionsRequired,omitempty"` }
ProvisioningState enumerates the values for provisioning state.
type ProvisioningState string
const ( // ProvisioningStateCanceled ... ProvisioningStateCanceled ProvisioningState = "Canceled" // ProvisioningStateCreating ... ProvisioningStateCreating ProvisioningState = "Creating" // ProvisioningStateDeleting ... ProvisioningStateDeleting ProvisioningState = "Deleting" // ProvisioningStateFailed ... ProvisioningStateFailed ProvisioningState = "Failed" // ProvisioningStateSucceeded ... ProvisioningStateSucceeded ProvisioningState = "Succeeded" // ProvisioningStateUnknown ... ProvisioningStateUnknown ProvisioningState = "Unknown" // ProvisioningStateUpdating ... ProvisioningStateUpdating ProvisioningState = "Updating" )
func PossibleProvisioningStateValues() []ProvisioningState
PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type.
ProxyResource the resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
type ProxyResource struct { // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (pr ProxyResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ProxyResource.
PublicNetworkAccess enumerates the values for public network access.
type PublicNetworkAccess string
const ( // PublicNetworkAccessDisabled ... PublicNetworkAccessDisabled PublicNetworkAccess = "Disabled" // PublicNetworkAccessEnabled ... PublicNetworkAccessEnabled PublicNetworkAccess = "Enabled" )
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
PossiblePublicNetworkAccessValues returns an array of possible values for the PublicNetworkAccess const type.
QuotaBaseProperties the properties for Quota update or retrieval.
type QuotaBaseProperties struct { // ID - Specifies the resource ID. ID *string `json:"id,omitempty"` // Type - Specifies the resource type. Type *string `json:"type,omitempty"` // Limit - The maximum permitted quota of the resource. Limit *int64 `json:"limit,omitempty"` // Unit - An enum describing the unit of quota measurement. Possible values include: 'QuotaUnitCount' Unit QuotaUnit `json:"unit,omitempty"` }
QuotaUnit enumerates the values for quota unit.
type QuotaUnit string
const ( // QuotaUnitCount ... QuotaUnitCount QuotaUnit = "Count" )
func PossibleQuotaUnitValues() []QuotaUnit
PossibleQuotaUnitValues returns an array of possible values for the QuotaUnit const type.
QuotaUpdateParameters quota update parameters.
type QuotaUpdateParameters struct { // Value - The list for update quota. Value *[]QuotaBaseProperties `json:"value,omitempty"` // Location - Region of workspace quota to be updated. Location *string `json:"location,omitempty"` }
QuotasClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type QuotasClient struct { BaseClient }
func NewQuotasClient(subscriptionID string) QuotasClient
NewQuotasClient creates an instance of the QuotasClient client.
func NewQuotasClientWithBaseURI(baseURI string, subscriptionID string) QuotasClient
NewQuotasClientWithBaseURI creates an instance of the QuotasClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client QuotasClient) List(ctx context.Context, location string) (result ListWorkspaceQuotasPage, err error)
List gets the currently assigned Workspace Quotas based on VMFamily. Parameters: location - the location for which resource usage is queried.
func (client QuotasClient) ListComplete(ctx context.Context, location string) (result ListWorkspaceQuotasIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client QuotasClient) ListPreparer(ctx context.Context, location string) (*http.Request, error)
ListPreparer prepares the List request.
func (client QuotasClient) ListResponder(resp *http.Response) (result ListWorkspaceQuotas, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client QuotasClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (client QuotasClient) Update(ctx context.Context, location string, parameters QuotaUpdateParameters) (result UpdateWorkspaceQuotasResult, err error)
Update update quota for each VM family in workspace. Parameters: location - the location for update quota is queried. parameters - quota update parameters.
func (client QuotasClient) UpdatePreparer(ctx context.Context, location string, parameters QuotaUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (client QuotasClient) UpdateResponder(resp *http.Response) (result UpdateWorkspaceQuotasResult, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (client QuotasClient) UpdateSender(req *http.Request) (*http.Response, error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
ReasonCode enumerates the values for reason code.
type ReasonCode string
const ( // ReasonCodeNotAvailableForRegion ... ReasonCodeNotAvailableForRegion ReasonCode = "NotAvailableForRegion" // ReasonCodeNotAvailableForSubscription ... ReasonCodeNotAvailableForSubscription ReasonCode = "NotAvailableForSubscription" // ReasonCodeNotSpecified ... ReasonCodeNotSpecified ReasonCode = "NotSpecified" )
func PossibleReasonCodeValues() []ReasonCode
PossibleReasonCodeValues returns an array of possible values for the ReasonCode const type.
RegistryListCredentialsResult ...
type RegistryListCredentialsResult struct { // Location - READ-ONLY Location *string `json:"location,omitempty"` // Username - READ-ONLY Username *string `json:"username,omitempty"` Passwords *[]Password `json:"passwords,omitempty"` }
func (rlcr RegistryListCredentialsResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for RegistryListCredentialsResult.
RemoteLoginPortPublicAccess enumerates the values for remote login port public access.
type RemoteLoginPortPublicAccess string
const ( // RemoteLoginPortPublicAccessDisabled ... RemoteLoginPortPublicAccessDisabled RemoteLoginPortPublicAccess = "Disabled" // RemoteLoginPortPublicAccessEnabled ... RemoteLoginPortPublicAccessEnabled RemoteLoginPortPublicAccess = "Enabled" // RemoteLoginPortPublicAccessNotSpecified ... RemoteLoginPortPublicAccessNotSpecified RemoteLoginPortPublicAccess = "NotSpecified" )
func PossibleRemoteLoginPortPublicAccessValues() []RemoteLoginPortPublicAccess
PossibleRemoteLoginPortPublicAccessValues returns an array of possible values for the RemoteLoginPortPublicAccess const type.
Resource common fields that are returned in the response for all Azure Resource Manager resources
type Resource struct { // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (r Resource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Resource.
ResourceID represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.
type ResourceID struct { // ID - The ID of the resource ID *string `json:"id,omitempty"` }
ResourceIdentityType enumerates the values for resource identity type.
type ResourceIdentityType string
const ( // ResourceIdentityTypeNone ... ResourceIdentityTypeNone ResourceIdentityType = "None" // ResourceIdentityTypeSystemAssigned ... ResourceIdentityTypeSystemAssigned ResourceIdentityType = "SystemAssigned" // ResourceIdentityTypeSystemAssignedUserAssigned ... ResourceIdentityTypeSystemAssignedUserAssigned ResourceIdentityType = "SystemAssigned,UserAssigned" // ResourceIdentityTypeUserAssigned ... ResourceIdentityTypeUserAssigned ResourceIdentityType = "UserAssigned" )
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
PossibleResourceIdentityTypeValues returns an array of possible values for the ResourceIdentityType const type.
ResourceName the Resource Name.
type ResourceName struct { // Value - READ-ONLY; The name of the resource. Value *string `json:"value,omitempty"` // LocalizedValue - READ-ONLY; The localized name of the resource. LocalizedValue *string `json:"localizedValue,omitempty"` }
func (rn ResourceName) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ResourceName.
ResourceQuota the quota assigned to a resource.
type ResourceQuota struct { // ID - READ-ONLY; Specifies the resource ID. ID *string `json:"id,omitempty"` // AmlWorkspaceLocation - READ-ONLY; Region of the AML workspace in the id. AmlWorkspaceLocation *string `json:"amlWorkspaceLocation,omitempty"` // Type - READ-ONLY; Specifies the resource type. Type *string `json:"type,omitempty"` // Name - READ-ONLY; Name of the resource. Name *ResourceName `json:"name,omitempty"` // Limit - READ-ONLY; The maximum permitted quota of the resource. Limit *int64 `json:"limit,omitempty"` // Unit - READ-ONLY; An enum describing the unit of quota measurement. Possible values include: 'QuotaUnitCount' Unit QuotaUnit `json:"unit,omitempty"` }
func (rq ResourceQuota) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ResourceQuota.
ResourceSkuLocationInfo ...
type ResourceSkuLocationInfo struct { // Location - READ-ONLY; Location of the SKU Location *string `json:"location,omitempty"` // Zones - READ-ONLY; List of availability zones where the SKU is supported. Zones *[]string `json:"zones,omitempty"` // ZoneDetails - READ-ONLY; Details of capabilities available to a SKU in specific zones. ZoneDetails *[]ResourceSkuZoneDetails `json:"zoneDetails,omitempty"` }
func (rsli ResourceSkuLocationInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ResourceSkuLocationInfo.
ResourceSkuZoneDetails describes The zonal capabilities of a SKU.
type ResourceSkuZoneDetails struct { // Name - READ-ONLY; The set of zones that the SKU is available in with the specified capabilities. Name *[]string `json:"name,omitempty"` // Capabilities - READ-ONLY; A list of capabilities that are available for the SKU in the specified list of zones. Capabilities *[]SKUCapability `json:"capabilities,omitempty"` }
func (rszd ResourceSkuZoneDetails) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ResourceSkuZoneDetails.
Restriction the restriction because of which SKU cannot be used.
type Restriction struct { // Type - READ-ONLY; The type of restrictions. As of now only possible value for this is location. Type *string `json:"type,omitempty"` // Values - READ-ONLY; The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. Values *[]string `json:"values,omitempty"` // ReasonCode - The reason for the restriction. Possible values include: 'ReasonCodeNotSpecified', 'ReasonCodeNotAvailableForRegion', 'ReasonCodeNotAvailableForSubscription' ReasonCode ReasonCode `json:"reasonCode,omitempty"` }
func (r Restriction) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Restriction.
SKUCapability features/user capabilities associated with the sku
type SKUCapability struct { // Name - Capability/Feature ID Name *string `json:"name,omitempty"` // Value - Details about the feature/capability Value *string `json:"value,omitempty"` }
SSHPublicAccess enumerates the values for ssh public access.
type SSHPublicAccess string
const ( // SSHPublicAccessDisabled ... SSHPublicAccessDisabled SSHPublicAccess = "Disabled" // SSHPublicAccessEnabled ... SSHPublicAccessEnabled SSHPublicAccess = "Enabled" )
func PossibleSSHPublicAccessValues() []SSHPublicAccess
PossibleSSHPublicAccessValues returns an array of possible values for the SSHPublicAccess const type.
ScaleSettings scale settings for AML Compute
type ScaleSettings struct { // MaxNodeCount - Max number of nodes to use MaxNodeCount *int32 `json:"maxNodeCount,omitempty"` // MinNodeCount - Min number of nodes to use MinNodeCount *int32 `json:"minNodeCount,omitempty"` // NodeIdleTimeBeforeScaleDown - Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. NodeIdleTimeBeforeScaleDown *string `json:"nodeIdleTimeBeforeScaleDown,omitempty"` }
ScaleSettingsInformation desired scale settings for the amlCompute.
type ScaleSettingsInformation struct { ScaleSettings *ScaleSettings `json:"scaleSettings,omitempty"` }
ScriptReference script reference
type ScriptReference struct { // ScriptSource - The storage source of the script: inline, workspace. ScriptSource *string `json:"scriptSource,omitempty"` // ScriptData - The location of scripts in the mounted volume. ScriptData *string `json:"scriptData,omitempty"` // ScriptArguments - Optional command line arguments passed to the script to run. ScriptArguments *string `json:"scriptArguments,omitempty"` // Timeout - Optional time period passed to timeout command. Timeout *string `json:"timeout,omitempty"` }
ScriptsToExecute customized setup scripts
type ScriptsToExecute struct { // StartupScript - Script that's run every time the machine starts. StartupScript *ScriptReference `json:"startupScript,omitempty"` // CreationScript - Script that's run only once during provision of the compute. CreationScript *ScriptReference `json:"creationScript,omitempty"` }
ServiceManagedResourcesSettings ...
type ServiceManagedResourcesSettings struct { // CosmosDb - The settings for the service managed cosmosdb account. CosmosDb *CosmosDbSettings `json:"cosmosDb,omitempty"` }
ServicePrincipalCredentials service principal credentials.
type ServicePrincipalCredentials struct { // ClientID - Client Id ClientID *string `json:"clientId,omitempty"` // ClientSecret - Client secret ClientSecret *string `json:"clientSecret,omitempty"` }
SetupScripts details of customized scripts to execute for setting up the cluster.
type SetupScripts struct { // Scripts - Customized setup scripts Scripts *ScriptsToExecute `json:"scripts,omitempty"` }
SharedPrivateLinkResource ...
type SharedPrivateLinkResource struct { // Name - Unique name of the private link. Name *string `json:"name,omitempty"` // SharedPrivateLinkResourceProperty - Resource properties. *SharedPrivateLinkResourceProperty `json:"properties,omitempty"` }
func (splr SharedPrivateLinkResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for SharedPrivateLinkResource.
func (splr *SharedPrivateLinkResource) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for SharedPrivateLinkResource struct.
SharedPrivateLinkResourceProperty properties of a shared private link resource.
type SharedPrivateLinkResourceProperty struct { // PrivateLinkResourceID - The resource id that private link links to. PrivateLinkResourceID *string `json:"privateLinkResourceId,omitempty"` // GroupID - The private link resource group id. GroupID *string `json:"groupId,omitempty"` // RequestMessage - Request message. RequestMessage *string `json:"requestMessage,omitempty"` // Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. Possible values include: 'PrivateEndpointServiceConnectionStatusPending', 'PrivateEndpointServiceConnectionStatusApproved', 'PrivateEndpointServiceConnectionStatusRejected', 'PrivateEndpointServiceConnectionStatusDisconnected', 'PrivateEndpointServiceConnectionStatusTimeout' Status PrivateEndpointServiceConnectionStatus `json:"status,omitempty"` }
Sku sku of the resource
type Sku struct { // Name - Name of the sku Name *string `json:"name,omitempty"` // Tier - Tier of the sku like Basic or Enterprise Tier *string `json:"tier,omitempty"` }
SkuListResult list of skus with features
type SkuListResult struct { autorest.Response `json:"-"` Value *[]WorkspaceSku `json:"value,omitempty"` // NextLink - The URI to fetch the next page of Workspace Skus. Call ListNext() with this URI to fetch the next page of Workspace Skus NextLink *string `json:"nextLink,omitempty"` }
func (slr SkuListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
SkuListResultIterator provides access to a complete listing of WorkspaceSku values.
type SkuListResultIterator struct {
// contains filtered or unexported fields
}
func NewSkuListResultIterator(page SkuListResultPage) SkuListResultIterator
Creates a new instance of the SkuListResultIterator type.
func (iter *SkuListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *SkuListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter SkuListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter SkuListResultIterator) Response() SkuListResult
Response returns the raw server response from the last page request.
func (iter SkuListResultIterator) Value() WorkspaceSku
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
SkuListResultPage contains a page of WorkspaceSku values.
type SkuListResultPage struct {
// contains filtered or unexported fields
}
func NewSkuListResultPage(cur SkuListResult, getNextPage func(context.Context, SkuListResult) (SkuListResult, error)) SkuListResultPage
Creates a new instance of the SkuListResultPage type.
func (page *SkuListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *SkuListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page SkuListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page SkuListResultPage) Response() SkuListResult
Response returns the raw server response from the last page request.
func (page SkuListResultPage) Values() []WorkspaceSku
Values returns the slice of values for the current page or nil if there are no values.
SslConfiguration the ssl configuration for scoring
type SslConfiguration struct { // Status - Enable or disable ssl for scoring. Possible values include: 'Status1Disabled', 'Status1Enabled', 'Status1Auto' Status Status1 `json:"status,omitempty"` // Cert - Cert data Cert *string `json:"cert,omitempty"` // Key - Key data Key *string `json:"key,omitempty"` // Cname - CNAME of the cert Cname *string `json:"cname,omitempty"` // LeafDomainLabel - Leaf domain label of public endpoint LeafDomainLabel *string `json:"leafDomainLabel,omitempty"` // OverwriteExistingDomain - Indicates whether to overwrite existing domain label. OverwriteExistingDomain *bool `json:"overwriteExistingDomain,omitempty"` }
Status enumerates the values for status.
type Status string
const ( // StatusFailure ... StatusFailure Status = "Failure" // StatusInvalidQuotaBelowClusterMinimum ... StatusInvalidQuotaBelowClusterMinimum Status = "InvalidQuotaBelowClusterMinimum" // StatusInvalidQuotaExceedsSubscriptionLimit ... StatusInvalidQuotaExceedsSubscriptionLimit Status = "InvalidQuotaExceedsSubscriptionLimit" // StatusInvalidVMFamilyName ... StatusInvalidVMFamilyName Status = "InvalidVMFamilyName" // StatusOperationNotEnabledForRegion ... StatusOperationNotEnabledForRegion Status = "OperationNotEnabledForRegion" // StatusOperationNotSupportedForSku ... StatusOperationNotSupportedForSku Status = "OperationNotSupportedForSku" // StatusSuccess ... StatusSuccess Status = "Success" // StatusUndefined ... StatusUndefined Status = "Undefined" )
func PossibleStatusValues() []Status
PossibleStatusValues returns an array of possible values for the Status const type.
Status1 enumerates the values for status 1.
type Status1 string
const ( // Status1Auto ... Status1Auto Status1 = "Auto" // Status1Disabled ... Status1Disabled Status1 = "Disabled" // Status1Enabled ... Status1Enabled Status1 = "Enabled" )
func PossibleStatus1Values() []Status1
PossibleStatus1Values returns an array of possible values for the Status1 const type.
SynapseSpark a SynapseSpark compute.
type SynapseSpark struct { Properties *SynapseSparkProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (ss SynapseSpark) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for SynapseSpark.
func (ss SynapseSpark) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for SynapseSpark.
SynapseSparkProperties ...
type SynapseSparkProperties struct { // AutoScaleProperties - Auto scale properties. AutoScaleProperties *AutoScaleProperties `json:"autoScaleProperties,omitempty"` // AutoPauseProperties - Auto pause properties. AutoPauseProperties *AutoPauseProperties `json:"autoPauseProperties,omitempty"` // SparkVersion - Spark version. SparkVersion *string `json:"sparkVersion,omitempty"` // NodeCount - The number of compute nodes currently assigned to the compute. NodeCount *int32 `json:"nodeCount,omitempty"` // NodeSize - Node size. NodeSize *string `json:"nodeSize,omitempty"` // NodeSizeFamily - Node size family. NodeSizeFamily *string `json:"nodeSizeFamily,omitempty"` // SubscriptionID - Azure subscription identifier. SubscriptionID *string `json:"subscriptionId,omitempty"` // ResourceGroup - Name of the resource group in which workspace is located. ResourceGroup *string `json:"resourceGroup,omitempty"` // WorkspaceName - Name of Azure Machine Learning workspace. WorkspaceName *string `json:"workspaceName,omitempty"` // PoolName - Pool name. PoolName *string `json:"poolName,omitempty"` }
SystemData metadata pertaining to creation and last modification of the resource.
type SystemData struct { // CreatedBy - The identity that created the resource. CreatedBy *string `json:"createdBy,omitempty"` // CreatedByType - The type of identity that created the resource. Possible values include: 'CreatedByTypeUser', 'CreatedByTypeApplication', 'CreatedByTypeManagedIdentity', 'CreatedByTypeKey' CreatedByType CreatedByType `json:"createdByType,omitempty"` // CreatedAt - The timestamp of resource creation (UTC). CreatedAt *date.Time `json:"createdAt,omitempty"` // LastModifiedBy - The identity that last modified the resource. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // LastModifiedByType - The type of identity that last modified the resource. Possible values include: 'CreatedByTypeUser', 'CreatedByTypeApplication', 'CreatedByTypeManagedIdentity', 'CreatedByTypeKey' LastModifiedByType CreatedByType `json:"lastModifiedByType,omitempty"` // LastModifiedAt - The timestamp of resource last modification (UTC) LastModifiedAt *date.Time `json:"lastModifiedAt,omitempty"` }
SystemService a system service running on a compute.
type SystemService struct { // SystemServiceType - READ-ONLY; The type of this system service. SystemServiceType *string `json:"systemServiceType,omitempty"` // PublicIPAddress - READ-ONLY; Public IP address PublicIPAddress *string `json:"publicIpAddress,omitempty"` // Version - READ-ONLY; The version for this type. Version *string `json:"version,omitempty"` }
func (ss SystemService) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for SystemService.
TrackedResource the resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
type TrackedResource struct { // Tags - Resource tags. Tags map[string]*string `json:"tags"` // Location - The geo-location where the resource lives Location *string `json:"location,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (tr TrackedResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TrackedResource.
UnderlyingResourceAction enumerates the values for underlying resource action.
type UnderlyingResourceAction string
const ( // UnderlyingResourceActionDelete ... UnderlyingResourceActionDelete UnderlyingResourceAction = "Delete" // UnderlyingResourceActionDetach ... UnderlyingResourceActionDetach UnderlyingResourceAction = "Detach" )
func PossibleUnderlyingResourceActionValues() []UnderlyingResourceAction
PossibleUnderlyingResourceActionValues returns an array of possible values for the UnderlyingResourceAction const type.
UpdateWorkspaceQuotas the properties for update Quota response.
type UpdateWorkspaceQuotas struct { // ID - READ-ONLY; Specifies the resource ID. ID *string `json:"id,omitempty"` // Type - READ-ONLY; Specifies the resource type. Type *string `json:"type,omitempty"` // Limit - The maximum permitted quota of the resource. Limit *int64 `json:"limit,omitempty"` // Unit - READ-ONLY; An enum describing the unit of quota measurement. Possible values include: 'QuotaUnitCount' Unit QuotaUnit `json:"unit,omitempty"` // Status - Status of update workspace quota. Possible values include: 'StatusUndefined', 'StatusSuccess', 'StatusFailure', 'StatusInvalidQuotaBelowClusterMinimum', 'StatusInvalidQuotaExceedsSubscriptionLimit', 'StatusInvalidVMFamilyName', 'StatusOperationNotSupportedForSku', 'StatusOperationNotEnabledForRegion' Status Status `json:"status,omitempty"` }
func (uwq UpdateWorkspaceQuotas) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for UpdateWorkspaceQuotas.
UpdateWorkspaceQuotasResult the result of update workspace quota.
type UpdateWorkspaceQuotasResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; The list of workspace quota update result. Value *[]UpdateWorkspaceQuotas `json:"value,omitempty"` // NextLink - READ-ONLY; The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. NextLink *string `json:"nextLink,omitempty"` }
func (uwqr UpdateWorkspaceQuotasResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for UpdateWorkspaceQuotasResult.
Usage describes AML Resource Usage.
type Usage struct { // ID - READ-ONLY; Specifies the resource ID. ID *string `json:"id,omitempty"` // AmlWorkspaceLocation - READ-ONLY; Region of the AML workspace in the id. AmlWorkspaceLocation *string `json:"amlWorkspaceLocation,omitempty"` // Type - READ-ONLY; Specifies the resource type. Type *string `json:"type,omitempty"` // Unit - READ-ONLY; An enum describing the unit of usage measurement. Possible values include: 'UsageUnitCount' Unit UsageUnit `json:"unit,omitempty"` // CurrentValue - READ-ONLY; The current usage of the resource. CurrentValue *int64 `json:"currentValue,omitempty"` // Limit - READ-ONLY; The maximum permitted usage of the resource. Limit *int64 `json:"limit,omitempty"` // Name - READ-ONLY; The name of the type of usage. Name *UsageName `json:"name,omitempty"` }
func (u Usage) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Usage.
UsageName the Usage Names.
type UsageName struct { // Value - READ-ONLY; The name of the resource. Value *string `json:"value,omitempty"` // LocalizedValue - READ-ONLY; The localized name of the resource. LocalizedValue *string `json:"localizedValue,omitempty"` }
func (un UsageName) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for UsageName.
UsageUnit enumerates the values for usage unit.
type UsageUnit string
const ( // UsageUnitCount ... UsageUnitCount UsageUnit = "Count" )
func PossibleUsageUnitValues() []UsageUnit
PossibleUsageUnitValues returns an array of possible values for the UsageUnit const type.
UsagesClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type UsagesClient struct { BaseClient }
func NewUsagesClient(subscriptionID string) UsagesClient
NewUsagesClient creates an instance of the UsagesClient client.
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient
NewUsagesClientWithBaseURI creates an instance of the UsagesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client UsagesClient) List(ctx context.Context, location string) (result ListUsagesResultPage, err error)
List gets the current usage information as well as limits for AML resources for given subscription and location. Parameters: location - the location for which resource usage is queried.
func (client UsagesClient) ListComplete(ctx context.Context, location string) (result ListUsagesResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client UsagesClient) ListPreparer(ctx context.Context, location string) (*http.Request, error)
ListPreparer prepares the List request.
func (client UsagesClient) ListResponder(resp *http.Response) (result ListUsagesResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client UsagesClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
UserAccountCredentials settings for user account that gets created on each on the nodes of a compute.
type UserAccountCredentials struct { // AdminUserName - Name of the administrator user account which can be used to SSH to nodes. AdminUserName *string `json:"adminUserName,omitempty"` // AdminUserSSHPublicKey - SSH public key of the administrator user account. AdminUserSSHPublicKey *string `json:"adminUserSshPublicKey,omitempty"` // AdminUserPassword - Password of the administrator user account. AdminUserPassword *string `json:"adminUserPassword,omitempty"` }
UserAssignedIdentity user Assigned Identity
type UserAssignedIdentity struct { // PrincipalID - READ-ONLY; The principal ID of the user assigned identity. PrincipalID *string `json:"principalId,omitempty"` // TenantID - READ-ONLY; The tenant ID of the user assigned identity. TenantID *string `json:"tenantId,omitempty"` // ClientID - READ-ONLY; The clientId(aka appId) of the user assigned identity. ClientID *string `json:"clientId,omitempty"` }
func (uai UserAssignedIdentity) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for UserAssignedIdentity.
VMPriceOSType enumerates the values for vm price os type.
type VMPriceOSType string
const ( // VMPriceOSTypeLinux ... VMPriceOSTypeLinux VMPriceOSType = "Linux" // VMPriceOSTypeWindows ... VMPriceOSTypeWindows VMPriceOSType = "Windows" )
func PossibleVMPriceOSTypeValues() []VMPriceOSType
PossibleVMPriceOSTypeValues returns an array of possible values for the VMPriceOSType const type.
VMPriority enumerates the values for vm priority.
type VMPriority string
const ( // VMPriorityDedicated ... VMPriorityDedicated VMPriority = "Dedicated" // VMPriorityLowPriority ... VMPriorityLowPriority VMPriority = "LowPriority" )
func PossibleVMPriorityValues() []VMPriority
PossibleVMPriorityValues returns an array of possible values for the VMPriority const type.
VMTier enumerates the values for vm tier.
type VMTier string
const ( // VMTierLowPriority ... VMTierLowPriority VMTier = "LowPriority" // VMTierSpot ... VMTierSpot VMTier = "Spot" // VMTierStandard ... VMTierStandard VMTier = "Standard" )
func PossibleVMTierValues() []VMTier
PossibleVMTierValues returns an array of possible values for the VMTier const type.
ValueFormat enumerates the values for value format.
type ValueFormat string
const ( // ValueFormatJSON ... ValueFormatJSON ValueFormat = "JSON" )
func PossibleValueFormatValues() []ValueFormat
PossibleValueFormatValues returns an array of possible values for the ValueFormat const type.
VirtualMachine a Machine Learning compute based on Azure Virtual Machines.
type VirtualMachine struct { Properties *VirtualMachineProperties `json:"properties,omitempty"` // ComputeLocation - Location for the underlying compute ComputeLocation *string `json:"computeLocation,omitempty"` // ProvisioningState - READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Description - The description of the Machine Learning compute. Description *string `json:"description,omitempty"` // CreatedOn - READ-ONLY; The time at which the compute was created. CreatedOn *date.Time `json:"createdOn,omitempty"` // ModifiedOn - READ-ONLY; The time at which the compute was last modified. ModifiedOn *date.Time `json:"modifiedOn,omitempty"` // ResourceID - ARM resource id of the underlying compute ResourceID *string `json:"resourceId,omitempty"` // ProvisioningErrors - READ-ONLY; Errors during provisioning ProvisioningErrors *[]ErrorResponse `json:"provisioningErrors,omitempty"` // IsAttachedCompute - READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. IsAttachedCompute *bool `json:"isAttachedCompute,omitempty"` // DisableLocalAuth - Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeComputeTypeCompute', 'ComputeTypeBasicComputeComputeTypeAKS', 'ComputeTypeBasicComputeComputeTypeAmlCompute', 'ComputeTypeBasicComputeComputeTypeComputeInstance', 'ComputeTypeBasicComputeComputeTypeVirtualMachine', 'ComputeTypeBasicComputeComputeTypeHDInsight', 'ComputeTypeBasicComputeComputeTypeDataFactory', 'ComputeTypeBasicComputeComputeTypeDatabricks', 'ComputeTypeBasicComputeComputeTypeDataLakeAnalytics', 'ComputeTypeBasicComputeComputeTypeSynapseSpark' ComputeType ComputeTypeBasicCompute `json:"computeType,omitempty"` }
func (VM VirtualMachine) AsAKS() (*AKS, bool)
AsAKS is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsAmlCompute() (*AmlCompute, bool)
AsAmlCompute is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsBasicCompute() (BasicCompute, bool)
AsBasicCompute is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsCompute() (*Compute, bool)
AsCompute is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsComputeInstance() (*ComputeInstance, bool)
AsComputeInstance is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsDataFactory() (*DataFactory, bool)
AsDataFactory is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsDataLakeAnalytics() (*DataLakeAnalytics, bool)
AsDataLakeAnalytics is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsDatabricks() (*Databricks, bool)
AsDatabricks is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsHDInsight() (*HDInsight, bool)
AsHDInsight is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsSynapseSpark() (*SynapseSpark, bool)
AsSynapseSpark is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) AsVirtualMachine() (*VirtualMachine, bool)
AsVirtualMachine is the BasicCompute implementation for VirtualMachine.
func (VM VirtualMachine) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for VirtualMachine.
VirtualMachineImage virtual Machine image for Windows AML Compute
type VirtualMachineImage struct { // ID - Virtual Machine image path ID *string `json:"id,omitempty"` }
VirtualMachineProperties ...
type VirtualMachineProperties struct { // VirtualMachineSize - Virtual Machine size VirtualMachineSize *string `json:"virtualMachineSize,omitempty"` // SSHPort - Port open for ssh connections. SSHPort *int32 `json:"sshPort,omitempty"` // Address - Public IP address of the virtual machine. Address *string `json:"address,omitempty"` // AdministratorAccount - Admin credentials for virtual machine AdministratorAccount *VirtualMachineSSHCredentials `json:"administratorAccount,omitempty"` // IsNotebookInstanceCompute - Indicates whether this compute will be used for running notebooks. IsNotebookInstanceCompute *bool `json:"isNotebookInstanceCompute,omitempty"` }
VirtualMachineSSHCredentials admin credentials for virtual machine
type VirtualMachineSSHCredentials struct { // Username - Username of admin account Username *string `json:"username,omitempty"` // Password - Password of admin account Password *string `json:"password,omitempty"` // PublicKeyData - Public key data PublicKeyData *string `json:"publicKeyData,omitempty"` // PrivateKeyData - Private key data PrivateKeyData *string `json:"privateKeyData,omitempty"` }
VirtualMachineSecrets secrets related to a Machine Learning compute based on AKS.
type VirtualMachineSecrets struct { // AdministratorAccount - Admin credentials for virtual machine. AdministratorAccount *VirtualMachineSSHCredentials `json:"administratorAccount,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeSecretsComputeTypeComputeSecrets', 'ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine' ComputeType ComputeTypeBasicComputeSecrets `json:"computeType,omitempty"` }
func (vms VirtualMachineSecrets) AsBasicComputeSecrets() (BasicComputeSecrets, bool)
AsBasicComputeSecrets is the BasicComputeSecrets implementation for VirtualMachineSecrets.
func (vms VirtualMachineSecrets) AsComputeSecrets() (*ComputeSecrets, bool)
AsComputeSecrets is the BasicComputeSecrets implementation for VirtualMachineSecrets.
func (vms VirtualMachineSecrets) AsVirtualMachineSecrets() (*VirtualMachineSecrets, bool)
AsVirtualMachineSecrets is the BasicComputeSecrets implementation for VirtualMachineSecrets.
func (vms VirtualMachineSecrets) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for VirtualMachineSecrets.
VirtualMachineSize describes the properties of a VM size.
type VirtualMachineSize struct { // Name - READ-ONLY; The name of the virtual machine size. Name *string `json:"name,omitempty"` // Family - READ-ONLY; The family name of the virtual machine size. Family *string `json:"family,omitempty"` // VCPUs - READ-ONLY; The number of vCPUs supported by the virtual machine size. VCPUs *int32 `json:"vCPUs,omitempty"` // Gpus - READ-ONLY; The number of gPUs supported by the virtual machine size. Gpus *int32 `json:"gpus,omitempty"` // OsVhdSizeMB - READ-ONLY; The OS VHD disk size, in MB, allowed by the virtual machine size. OsVhdSizeMB *int32 `json:"osVhdSizeMB,omitempty"` // MaxResourceVolumeMB - READ-ONLY; The resource volume size, in MB, allowed by the virtual machine size. MaxResourceVolumeMB *int32 `json:"maxResourceVolumeMB,omitempty"` // MemoryGB - READ-ONLY; The amount of memory, in GB, supported by the virtual machine size. MemoryGB *float64 `json:"memoryGB,omitempty"` // LowPriorityCapable - READ-ONLY; Specifies if the virtual machine size supports low priority VMs. LowPriorityCapable *bool `json:"lowPriorityCapable,omitempty"` // PremiumIO - READ-ONLY; Specifies if the virtual machine size supports premium IO. PremiumIO *bool `json:"premiumIO,omitempty"` // EstimatedVMPrices - The estimated price information for using a VM. EstimatedVMPrices *EstimatedVMPrices `json:"estimatedVMPrices,omitempty"` // SupportedComputeTypes - Specifies the compute types supported by the virtual machine size. SupportedComputeTypes *[]string `json:"supportedComputeTypes,omitempty"` }
func (vms VirtualMachineSize) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for VirtualMachineSize.
VirtualMachineSizeListResult the List Virtual Machine size operation response.
type VirtualMachineSizeListResult struct { autorest.Response `json:"-"` // Value - The list of virtual machine sizes supported by AmlCompute. Value *[]VirtualMachineSize `json:"value,omitempty"` }
VirtualMachineSizesClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type VirtualMachineSizesClient struct { BaseClient }
func NewVirtualMachineSizesClient(subscriptionID string) VirtualMachineSizesClient
NewVirtualMachineSizesClient creates an instance of the VirtualMachineSizesClient client.
func NewVirtualMachineSizesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineSizesClient
NewVirtualMachineSizesClientWithBaseURI creates an instance of the VirtualMachineSizesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client VirtualMachineSizesClient) List(ctx context.Context, location string) (result VirtualMachineSizeListResult, err error)
List returns supported VM Sizes in a location Parameters: location - the location upon which virtual-machine-sizes is queried.
func (client VirtualMachineSizesClient) ListPreparer(ctx context.Context, location string) (*http.Request, error)
ListPreparer prepares the List request.
func (client VirtualMachineSizesClient) ListResponder(resp *http.Response) (result VirtualMachineSizeListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client VirtualMachineSizesClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
Workspace an object that represents a machine learning workspace.
type Workspace struct { autorest.Response `json:"-"` // WorkspaceProperties - The properties of the machine learning workspace. *WorkspaceProperties `json:"properties,omitempty"` // Identity - The identity of the resource. Identity *Identity `json:"identity,omitempty"` // Location - Specifies the location of the resource. Location *string `json:"location,omitempty"` // Tags - Contains resource tags defined as key/value pairs. Tags map[string]*string `json:"tags"` // Sku - The sku of the workspace. Sku *Sku `json:"sku,omitempty"` // SystemData - System data SystemData *SystemData `json:"systemData,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
func (w Workspace) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for Workspace.
func (w *Workspace) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for Workspace struct.
WorkspaceConnection workspace connection.
type WorkspaceConnection struct { autorest.Response `json:"-"` // ID - READ-ONLY; ResourceId of the workspace connection. ID *string `json:"id,omitempty"` // Name - READ-ONLY; Friendly name of the workspace connection. Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type of workspace connection. Type *string `json:"type,omitempty"` // WorkspaceConnectionProps - Properties of workspace connection. *WorkspaceConnectionProps `json:"properties,omitempty"` }
func (wc WorkspaceConnection) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for WorkspaceConnection.
func (wc *WorkspaceConnection) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for WorkspaceConnection struct.
WorkspaceConnectionProps workspace Connection specific properties.
type WorkspaceConnectionProps struct { // Category - Category of the workspace connection. Category *string `json:"category,omitempty"` // Target - Target of the workspace connection. Target *string `json:"target,omitempty"` // AuthType - Authorization type of the workspace connection. AuthType *string `json:"authType,omitempty"` // Value - Value details of the workspace connection. Value *string `json:"value,omitempty"` // ValueFormat - format for the workspace connection value. Possible values include: 'ValueFormatJSON' ValueFormat ValueFormat `json:"valueFormat,omitempty"` }
WorkspaceConnectionsClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type WorkspaceConnectionsClient struct { BaseClient }
func NewWorkspaceConnectionsClient(subscriptionID string) WorkspaceConnectionsClient
NewWorkspaceConnectionsClient creates an instance of the WorkspaceConnectionsClient client.
func NewWorkspaceConnectionsClientWithBaseURI(baseURI string, subscriptionID string) WorkspaceConnectionsClient
NewWorkspaceConnectionsClientWithBaseURI creates an instance of the WorkspaceConnectionsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client WorkspaceConnectionsClient) Create(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string, parameters WorkspaceConnection) (result WorkspaceConnection, err error)
Create add a new workspace connection. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. connectionName - friendly name of the workspace connection parameters - the object for creating or updating a new workspace connection
func (client WorkspaceConnectionsClient) CreatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string, parameters WorkspaceConnection) (*http.Request, error)
CreatePreparer prepares the Create request.
func (client WorkspaceConnectionsClient) CreateResponder(resp *http.Response) (result WorkspaceConnection, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (client WorkspaceConnectionsClient) CreateSender(req *http.Request) (*http.Response, error)
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (client WorkspaceConnectionsClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (result autorest.Response, err error)
Delete delete a workspace connection. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. connectionName - friendly name of the workspace connection
func (client WorkspaceConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (client WorkspaceConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (client WorkspaceConnectionsClient) DeleteSender(req *http.Request) (*http.Response, error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (client WorkspaceConnectionsClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (result WorkspaceConnection, err error)
Get get the detail of a workspace connection. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. connectionName - friendly name of the workspace connection
func (client WorkspaceConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client WorkspaceConnectionsClient) GetResponder(resp *http.Response) (result WorkspaceConnection, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client WorkspaceConnectionsClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client WorkspaceConnectionsClient) List(ctx context.Context, resourceGroupName string, workspaceName string, target string, category string) (result PaginatedWorkspaceConnectionsList, err error)
List list all connections under a AML workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. target - target of the workspace connection. category - category of the workspace connection.
func (client WorkspaceConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, workspaceName string, target string, category string) (*http.Request, error)
ListPreparer prepares the List request.
func (client WorkspaceConnectionsClient) ListResponder(resp *http.Response) (result PaginatedWorkspaceConnectionsList, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client WorkspaceConnectionsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
WorkspaceFeaturesClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type WorkspaceFeaturesClient struct { BaseClient }
func NewWorkspaceFeaturesClient(subscriptionID string) WorkspaceFeaturesClient
NewWorkspaceFeaturesClient creates an instance of the WorkspaceFeaturesClient client.
func NewWorkspaceFeaturesClientWithBaseURI(baseURI string, subscriptionID string) WorkspaceFeaturesClient
NewWorkspaceFeaturesClientWithBaseURI creates an instance of the WorkspaceFeaturesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client WorkspaceFeaturesClient) List(ctx context.Context, resourceGroupName string, workspaceName string) (result ListAmlUserFeatureResultPage, err error)
List lists all enabled features for a workspace Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspaceFeaturesClient) ListComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result ListAmlUserFeatureResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client WorkspaceFeaturesClient) ListPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (client WorkspaceFeaturesClient) ListResponder(resp *http.Response) (result ListAmlUserFeatureResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client WorkspaceFeaturesClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
WorkspaceListResult the result of a request to list machine learning workspaces.
type WorkspaceListResult struct { autorest.Response `json:"-"` // Value - The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. Value *[]Workspace `json:"value,omitempty"` // NextLink - The URI that can be used to request the next list of machine learning workspaces. NextLink *string `json:"nextLink,omitempty"` }
func (wlr WorkspaceListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
WorkspaceListResultIterator provides access to a complete listing of Workspace values.
type WorkspaceListResultIterator struct {
// contains filtered or unexported fields
}
func NewWorkspaceListResultIterator(page WorkspaceListResultPage) WorkspaceListResultIterator
Creates a new instance of the WorkspaceListResultIterator type.
func (iter *WorkspaceListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (iter *WorkspaceListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (iter WorkspaceListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (iter WorkspaceListResultIterator) Response() WorkspaceListResult
Response returns the raw server response from the last page request.
func (iter WorkspaceListResultIterator) Value() Workspace
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
WorkspaceListResultPage contains a page of Workspace values.
type WorkspaceListResultPage struct {
// contains filtered or unexported fields
}
func NewWorkspaceListResultPage(cur WorkspaceListResult, getNextPage func(context.Context, WorkspaceListResult) (WorkspaceListResult, error)) WorkspaceListResultPage
Creates a new instance of the WorkspaceListResultPage type.
func (page *WorkspaceListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (page *WorkspaceListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (page WorkspaceListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (page WorkspaceListResultPage) Response() WorkspaceListResult
Response returns the raw server response from the last page request.
func (page WorkspaceListResultPage) Values() []Workspace
Values returns the slice of values for the current page or nil if there are no values.
WorkspaceProperties the properties of a machine learning workspace.
type WorkspaceProperties struct { // WorkspaceID - READ-ONLY; The immutable id associated with this workspace. WorkspaceID *string `json:"workspaceId,omitempty"` // Description - The description of this workspace. Description *string `json:"description,omitempty"` // FriendlyName - The friendly name for this workspace. This name in mutable FriendlyName *string `json:"friendlyName,omitempty"` // KeyVault - ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created KeyVault *string `json:"keyVault,omitempty"` // ApplicationInsights - ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created ApplicationInsights *string `json:"applicationInsights,omitempty"` // ContainerRegistry - ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created ContainerRegistry *string `json:"containerRegistry,omitempty"` // StorageAccount - ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created StorageAccount *string `json:"storageAccount,omitempty"` // DiscoveryURL - Url for the discovery service to identify regional endpoints for machine learning experimentation services DiscoveryURL *string `json:"discoveryUrl,omitempty"` // ProvisioningState - READ-ONLY; The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'ProvisioningStateUnknown', 'ProvisioningStateUpdating', 'ProvisioningStateCreating', 'ProvisioningStateDeleting', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // Encryption - The encryption settings of Azure ML workspace. Encryption *EncryptionProperty `json:"encryption,omitempty"` // HbiWorkspace - The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service HbiWorkspace *bool `json:"hbiWorkspace,omitempty"` // ServiceProvisionedResourceGroup - READ-ONLY; The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace ServiceProvisionedResourceGroup *string `json:"serviceProvisionedResourceGroup,omitempty"` // PrivateLinkCount - READ-ONLY; Count of private connections in the workspace PrivateLinkCount *int32 `json:"privateLinkCount,omitempty"` // ImageBuildCompute - The compute name for image build ImageBuildCompute *string `json:"imageBuildCompute,omitempty"` // AllowPublicAccessWhenBehindVnet - The flag to indicate whether to allow public access when behind VNet. AllowPublicAccessWhenBehindVnet *bool `json:"allowPublicAccessWhenBehindVnet,omitempty"` // PublicNetworkAccess - Whether requests from Public Network are allowed. Possible values include: 'PublicNetworkAccessEnabled', 'PublicNetworkAccessDisabled' PublicNetworkAccess PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` // PrivateEndpointConnections - READ-ONLY; The list of private endpoint connections in the workspace. PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` // SharedPrivateLinkResources - The list of shared private link resources in this workspace. SharedPrivateLinkResources *[]SharedPrivateLinkResource `json:"sharedPrivateLinkResources,omitempty"` // NotebookInfo - READ-ONLY; The notebook info of Azure ML workspace. NotebookInfo *NotebookResourceInfo `json:"notebookInfo,omitempty"` // ServiceManagedResourcesSettings - The service managed resource settings. ServiceManagedResourcesSettings *ServiceManagedResourcesSettings `json:"serviceManagedResourcesSettings,omitempty"` // PrimaryUserAssignedIdentity - The user assigned identity resource id that represents the workspace identity. PrimaryUserAssignedIdentity *string `json:"primaryUserAssignedIdentity,omitempty"` // TenantID - READ-ONLY; The tenant id associated with this workspace. TenantID *string `json:"tenantId,omitempty"` // StorageHnsEnabled - READ-ONLY; If the storage associated with the workspace has hierarchical namespace(HNS) enabled. StorageHnsEnabled *bool `json:"storageHnsEnabled,omitempty"` // MlFlowTrackingURI - READ-ONLY; The URI associated with this workspace that machine learning flow must point at to set up tracking. MlFlowTrackingURI *string `json:"mlFlowTrackingUri,omitempty"` }
func (wp WorkspaceProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for WorkspaceProperties.
WorkspacePropertiesUpdateParameters the parameters for updating the properties of a machine learning workspace.
type WorkspacePropertiesUpdateParameters struct { // Description - The description of this workspace. Description *string `json:"description,omitempty"` // FriendlyName - The friendly name for this workspace. FriendlyName *string `json:"friendlyName,omitempty"` // ImageBuildCompute - The compute name for image build ImageBuildCompute *string `json:"imageBuildCompute,omitempty"` // ServiceManagedResourcesSettings - The service managed resource settings. ServiceManagedResourcesSettings *ServiceManagedResourcesSettings `json:"serviceManagedResourcesSettings,omitempty"` // PrimaryUserAssignedIdentity - The user assigned identity resource id that represents the workspace identity. PrimaryUserAssignedIdentity *string `json:"primaryUserAssignedIdentity,omitempty"` // PublicNetworkAccess - Whether requests from Public Network are allowed. Possible values include: 'PublicNetworkAccessEnabled', 'PublicNetworkAccessDisabled' PublicNetworkAccess PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` }
WorkspaceSku describes Workspace Sku details and features
type WorkspaceSku struct { // Locations - READ-ONLY; The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). Locations *[]string `json:"locations,omitempty"` // LocationInfo - READ-ONLY; A list of locations and availability zones in those locations where the SKU is available. LocationInfo *[]ResourceSkuLocationInfo `json:"locationInfo,omitempty"` // Tier - READ-ONLY; Sku Tier like Basic or Enterprise Tier *string `json:"tier,omitempty"` // ResourceType - READ-ONLY ResourceType *string `json:"resourceType,omitempty"` // Name - READ-ONLY Name *string `json:"name,omitempty"` // Capabilities - READ-ONLY; List of features/user capabilities associated with the sku Capabilities *[]SKUCapability `json:"capabilities,omitempty"` // Restrictions - The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. Restrictions *[]Restriction `json:"restrictions,omitempty"` }
func (ws WorkspaceSku) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for WorkspaceSku.
WorkspaceSkusClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type WorkspaceSkusClient struct { BaseClient }
func NewWorkspaceSkusClient(subscriptionID string) WorkspaceSkusClient
NewWorkspaceSkusClient creates an instance of the WorkspaceSkusClient client.
func NewWorkspaceSkusClientWithBaseURI(baseURI string, subscriptionID string) WorkspaceSkusClient
NewWorkspaceSkusClientWithBaseURI creates an instance of the WorkspaceSkusClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client WorkspaceSkusClient) List(ctx context.Context) (result SkuListResultPage, err error)
List lists all skus with associated features
func (client WorkspaceSkusClient) ListComplete(ctx context.Context) (result SkuListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (client WorkspaceSkusClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (client WorkspaceSkusClient) ListResponder(resp *http.Response) (result SkuListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (client WorkspaceSkusClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
WorkspaceUpdateParameters the parameters for updating a machine learning workspace.
type WorkspaceUpdateParameters struct { // Tags - The resource tags for the machine learning workspace. Tags map[string]*string `json:"tags"` // Sku - The sku of the workspace. Sku *Sku `json:"sku,omitempty"` // Identity - The identity of the resource. Identity *Identity `json:"identity,omitempty"` // WorkspacePropertiesUpdateParameters - The properties that the machine learning workspace will be updated with. *WorkspacePropertiesUpdateParameters `json:"properties,omitempty"` }
func (wup WorkspaceUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for WorkspaceUpdateParameters.
func (wup *WorkspaceUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for WorkspaceUpdateParameters struct.
WorkspacesClient is the these APIs allow end users to operate on Azure Machine Learning Workspace resources.
type WorkspacesClient struct { BaseClient }
func NewWorkspacesClient(subscriptionID string) WorkspacesClient
NewWorkspacesClient creates an instance of the WorkspacesClient client.
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient
NewWorkspacesClientWithBaseURI creates an instance of the WorkspacesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (client WorkspacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, parameters Workspace) (result WorkspacesCreateOrUpdateFuture, err error)
CreateOrUpdate creates or updates a workspace with the specified parameters. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. parameters - the parameters for creating or updating a machine learning workspace.
func (client WorkspacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, parameters Workspace) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (client WorkspacesClient) CreateOrUpdateResponder(resp *http.Response) (result Workspace, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (client WorkspacesClient) CreateOrUpdateSender(req *http.Request) (future WorkspacesCreateOrUpdateFuture, err error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string) (result WorkspacesDeleteFuture, err error)
Delete deletes a machine learning workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (client WorkspacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (client WorkspacesClient) DeleteSender(req *http.Request) (future WorkspacesDeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) Diagnose(ctx context.Context, resourceGroupName string, workspaceName string, parameters *DiagnoseWorkspaceParameters) (result WorkspacesDiagnoseFuture, err error)
Diagnose sends the diagnose request. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. parameters - the parameter of diagnosing workspace health
func (client WorkspacesClient) DiagnosePreparer(ctx context.Context, resourceGroupName string, workspaceName string, parameters *DiagnoseWorkspaceParameters) (*http.Request, error)
DiagnosePreparer prepares the Diagnose request.
func (client WorkspacesClient) DiagnoseResponder(resp *http.Response) (result DiagnoseResponseResult, err error)
DiagnoseResponder handles the response to the Diagnose request. The method always closes the http.Response Body.
func (client WorkspacesClient) DiagnoseSender(req *http.Request) (future WorkspacesDiagnoseFuture, err error)
DiagnoseSender sends the Diagnose request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) Get(ctx context.Context, resourceGroupName string, workspaceName string) (result Workspace, err error)
Get gets the properties of the specified machine learning workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (client WorkspacesClient) GetResponder(resp *http.Response) (result Workspace, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (client WorkspacesClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, skip string) (result WorkspaceListResultPage, err error)
ListByResourceGroup lists all the available machine learning workspaces under the specified resource group. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. skip - continuation token for pagination.
func (client WorkspacesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skip string) (result WorkspaceListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (client WorkspacesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, skip string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (client WorkspacesClient) ListByResourceGroupResponder(resp *http.Response) (result WorkspaceListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListBySubscription(ctx context.Context, skip string) (result WorkspaceListResultPage, err error)
ListBySubscription lists all the available machine learning workspaces under the specified subscription. Parameters: skip - continuation token for pagination.
func (client WorkspacesClient) ListBySubscriptionComplete(ctx context.Context, skip string) (result WorkspaceListResultIterator, err error)
ListBySubscriptionComplete enumerates all values, automatically crossing page boundaries as required.
func (client WorkspacesClient) ListBySubscriptionPreparer(ctx context.Context, skip string) (*http.Request, error)
ListBySubscriptionPreparer prepares the ListBySubscription request.
func (client WorkspacesClient) ListBySubscriptionResponder(resp *http.Response) (result WorkspaceListResult, err error)
ListBySubscriptionResponder handles the response to the ListBySubscription request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
ListBySubscriptionSender sends the ListBySubscription request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result ListWorkspaceKeysResult, err error)
ListKeys lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListKeysPreparer prepares the ListKeys request.
func (client WorkspacesClient) ListKeysResponder(resp *http.Response) (result ListWorkspaceKeysResult, err error)
ListKeysResponder handles the response to the ListKeys request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListKeysSender(req *http.Request) (*http.Response, error)
ListKeysSender sends the ListKeys request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListNotebookAccessToken(ctx context.Context, resourceGroupName string, workspaceName string) (result NotebookAccessTokenResult, err error)
ListNotebookAccessToken return notebook access token and refresh token Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ListNotebookAccessTokenPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListNotebookAccessTokenPreparer prepares the ListNotebookAccessToken request.
func (client WorkspacesClient) ListNotebookAccessTokenResponder(resp *http.Response) (result NotebookAccessTokenResult, err error)
ListNotebookAccessTokenResponder handles the response to the ListNotebookAccessToken request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListNotebookAccessTokenSender(req *http.Request) (*http.Response, error)
ListNotebookAccessTokenSender sends the ListNotebookAccessToken request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListNotebookKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result ListNotebookKeysResult, err error)
ListNotebookKeys list keys of a notebook. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ListNotebookKeysPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListNotebookKeysPreparer prepares the ListNotebookKeys request.
func (client WorkspacesClient) ListNotebookKeysResponder(resp *http.Response) (result ListNotebookKeysResult, err error)
ListNotebookKeysResponder handles the response to the ListNotebookKeys request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListNotebookKeysSender(req *http.Request) (*http.Response, error)
ListNotebookKeysSender sends the ListNotebookKeys request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListOutboundNetworkDependenciesEndpoints(ctx context.Context, resourceGroupName string, workspaceName string) (result ExternalFQDNResponse, err error)
ListOutboundNetworkDependenciesEndpoints sends the list outbound network dependencies endpoints request. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ListOutboundNetworkDependenciesEndpointsPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListOutboundNetworkDependenciesEndpointsPreparer prepares the ListOutboundNetworkDependenciesEndpoints request.
func (client WorkspacesClient) ListOutboundNetworkDependenciesEndpointsResponder(resp *http.Response) (result ExternalFQDNResponse, err error)
ListOutboundNetworkDependenciesEndpointsResponder handles the response to the ListOutboundNetworkDependenciesEndpoints request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListOutboundNetworkDependenciesEndpointsSender(req *http.Request) (*http.Response, error)
ListOutboundNetworkDependenciesEndpointsSender sends the ListOutboundNetworkDependenciesEndpoints request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ListStorageAccountKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result ListStorageAccountKeysResult, err error)
ListStorageAccountKeys list storage account keys of a workspace. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ListStorageAccountKeysPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ListStorageAccountKeysPreparer prepares the ListStorageAccountKeys request.
func (client WorkspacesClient) ListStorageAccountKeysResponder(resp *http.Response) (result ListStorageAccountKeysResult, err error)
ListStorageAccountKeysResponder handles the response to the ListStorageAccountKeys request. The method always closes the http.Response Body.
func (client WorkspacesClient) ListStorageAccountKeysSender(req *http.Request) (*http.Response, error)
ListStorageAccountKeysSender sends the ListStorageAccountKeys request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) PrepareNotebook(ctx context.Context, resourceGroupName string, workspaceName string) (result WorkspacesPrepareNotebookFuture, err error)
PrepareNotebook prepare a notebook. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) PrepareNotebookPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
PrepareNotebookPreparer prepares the PrepareNotebook request.
func (client WorkspacesClient) PrepareNotebookResponder(resp *http.Response) (result NotebookResourceInfo, err error)
PrepareNotebookResponder handles the response to the PrepareNotebook request. The method always closes the http.Response Body.
func (client WorkspacesClient) PrepareNotebookSender(req *http.Request) (future WorkspacesPrepareNotebookFuture, err error)
PrepareNotebookSender sends the PrepareNotebook request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) ResyncKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result WorkspacesResyncKeysFuture, err error)
ResyncKeys resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace.
func (client WorkspacesClient) ResyncKeysPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error)
ResyncKeysPreparer prepares the ResyncKeys request.
func (client WorkspacesClient) ResyncKeysResponder(resp *http.Response) (result autorest.Response, err error)
ResyncKeysResponder handles the response to the ResyncKeys request. The method always closes the http.Response Body.
func (client WorkspacesClient) ResyncKeysSender(req *http.Request) (future WorkspacesResyncKeysFuture, err error)
ResyncKeysSender sends the ResyncKeys request. The method will close the http.Response Body if it receives an error.
func (client WorkspacesClient) Update(ctx context.Context, resourceGroupName string, workspaceName string, parameters WorkspaceUpdateParameters) (result Workspace, err error)
Update updates a machine learning workspace with the specified parameters. Parameters: resourceGroupName - the name of the resource group. The name is case insensitive. workspaceName - name of Azure Machine Learning workspace. parameters - the parameters for updating a machine learning workspace.
func (client WorkspacesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, parameters WorkspaceUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (client WorkspacesClient) UpdateResponder(resp *http.Response) (result Workspace, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (client WorkspacesClient) UpdateSender(req *http.Request) (*http.Response, error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
WorkspacesCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type WorkspacesCreateOrUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(WorkspacesClient) (Workspace, error) }
func (future *WorkspacesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
WorkspacesDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type WorkspacesDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(WorkspacesClient) (autorest.Response, error) }
func (future *WorkspacesDeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
WorkspacesDiagnoseFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type WorkspacesDiagnoseFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(WorkspacesClient) (DiagnoseResponseResult, error) }
func (future *WorkspacesDiagnoseFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
WorkspacesPrepareNotebookFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type WorkspacesPrepareNotebookFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(WorkspacesClient) (NotebookResourceInfo, error) }
func (future *WorkspacesPrepareNotebookFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
WorkspacesResyncKeysFuture an abstraction for monitoring and retrieving the results of a long-running operation.
type WorkspacesResyncKeysFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(WorkspacesClient) (autorest.Response, error) }
func (future *WorkspacesResyncKeysFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
Name | Synopsis |
---|---|
.. | |
machinelearningservicesapi | Deprecated: Please note, this package has been deprecated. |