ArmMachineLearningModelFactory.MachineLearningNotebookResourceInfo Method
Definition
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.
Overloads
MachineLearningNotebookResourceInfo(String, String, MachineLearningNotebookPreparationError)
Initializes a new instance of MachineLearningNotebookResourceInfo.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo (string fqdn = default, string resourceId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default);
static member MachineLearningNotebookResourceInfo : string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional resourceId As String = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing) As MachineLearningNotebookResourceInfo
Parameters
- fqdn
- String
- resourceId
- String
the data plane resourceId that used to initialize notebook component.
- notebookPreparationError
- MachineLearningNotebookPreparationError
The error that occurs when preparing notebook.
Returns
A new MachineLearningNotebookResourceInfo instance for mocking.
Applies to
MachineLearningNotebookResourceInfo(String, Nullable<Boolean>, MachineLearningNotebookPreparationError, String)
Initializes a new instance of MachineLearningNotebookResourceInfo.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo (string fqdn = default, bool? isPrivateLinkEnabled = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default, string resourceId = default);
static member MachineLearningNotebookResourceInfo : string * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional isPrivateLinkEnabled As Nullable(Of Boolean) = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing, Optional resourceId As String = Nothing) As MachineLearningNotebookResourceInfo
Parameters
- fqdn
- String
- notebookPreparationError
- MachineLearningNotebookPreparationError
The error that occurs when preparing notebook.
- resourceId
- String
the data plane resourceId that used to initialize notebook component.
Returns
A new MachineLearningNotebookResourceInfo instance for mocking.
Applies to
Azure SDK for .NET