Documentation ¶
Index ¶
- type Registration
- type SystemAssignedUserAssigned
- func (s SystemAssignedUserAssigned) Expand(input []interface{}) (*machinelearningservices.Identity, error)
- func (s SystemAssignedUserAssigned) Flatten(input *machinelearningservices.Identity) ([]interface{}, error)
- func (s SystemAssignedUserAssigned) Schema() *pluginsdk.Schema
- func (s SystemAssignedUserAssigned) SchemaDataSource() *pluginsdk.Schema
- type WorkspaceSku
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registration ¶
type Registration struct{}
func (Registration) SupportedDataSources ¶
func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶
func (r Registration) SupportedResources() map[string]*pluginsdk.Resource
SupportedResources returns the supported Resources supported by this Service
func (Registration) WebsiteCategories ¶
func (r Registration) WebsiteCategories() []string
type SystemAssignedUserAssigned ¶
type SystemAssignedUserAssigned struct{}
func (SystemAssignedUserAssigned) Expand ¶
func (s SystemAssignedUserAssigned) Expand(input []interface{}) (*machinelearningservices.Identity, error)
func (SystemAssignedUserAssigned) Flatten ¶
func (s SystemAssignedUserAssigned) Flatten(input *machinelearningservices.Identity) ([]interface{}, error)
func (SystemAssignedUserAssigned) Schema ¶
func (s SystemAssignedUserAssigned) Schema() *pluginsdk.Schema
func (SystemAssignedUserAssigned) SchemaDataSource ¶
func (s SystemAssignedUserAssigned) SchemaDataSource() *pluginsdk.Schema
type WorkspaceSku ¶
type WorkspaceSku string
TODO -- remove this type when issue https://github.com/Azure/azure-rest-api-specs/issues/13546 is resolved
const ( Basic WorkspaceSku = "Basic" // TODO -- remove Enterprise in 3.0 which has been deprecated here: https://docs.microsoft.com/en-us/azure/machine-learning/concept-workspace#what-happened-to-enterprise-edition Enterprise WorkspaceSku = "Enterprise" )
Source Files ¶
- identity.go
- machine_learning_compute_cluster_resource.go
- machine_learning_compute_instance_resource.go
- machine_learning_inference_cluster_resource.go
- machine_learning_synapse_spark_resource.go
- machine_learning_workspace_data_source.go
- machine_learning_workspace_resource.go
- registration.go
- resourceids.go
Click to show internal directories.
Click to hide internal directories.