Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IMachineLearningServicesIdentity Interface
Definition
- Assembly:
- Az.MachineLearningServices.private.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.MachineLearningServicesIdentityTypeConverter))]
public interface IMachineLearningServicesIdentity : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.MachineLearningServicesIdentityTypeConverter))>]
type IMachineLearningServicesIdentity = interface
interface IJsonSerializable
Public Interface IMachineLearningServicesIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CodeName |
Container name. |
| ComponentName |
Container name. |
| ComputeName |
Name of the Azure Machine Learning compute. |
| ConnectionName |
Friendly name of the workspace connection |
| DeploymentName |
Inference deployment identifier. |
| EndpointName |
Inference Endpoint name. |
| EnvironmentName |
Container name. |
| FeatureName |
Feature Name. This is case-sensitive. |
| FeaturesetName |
Featureset name. This is case-sensitive. |
| FeaturesetVersion |
Featureset Version identifier. This is case-sensitive. |
| Id |
The name and identifier for the Job. This is case-sensitive. |
| Id1 |
Resource identity path |
| Location |
The location for which resource usage is queried. |
| ModelName |
Container name. |
| Name |
Container name. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection associated with the workspace |
| RegistryName |
Name of Azure Machine Learning registry. This is case-insensitive |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| RuleName |
Name of the workspace managed network outbound rule |
| SubscriptionId |
The ID of the target subscription. |
| Version |
Version identifier. |
| WorkspaceName |
Name of Azure Machine Learning workspace. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
