ArmMachineLearningModelFactory.MachineLearningComputeInstanceContainer 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.
Initializes a new instance of MachineLearningComputeInstanceContainer.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceContainer MachineLearningComputeInstanceContainer (string name = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceAutosave? autosave = default, string gpu = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork? network = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceEnvironmentInfo environment = default, System.Collections.Generic.IEnumerable<BinaryData> services = default);
static member MachineLearningComputeInstanceContainer : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceAutosave> * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork> * Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceEnvironmentInfo * seq<BinaryData> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceContainer
Public Shared Function MachineLearningComputeInstanceContainer (Optional name As String = Nothing, Optional autosave As Nullable(Of MachineLearningComputeInstanceAutosave) = Nothing, Optional gpu As String = Nothing, Optional network As Nullable(Of MachineLearningNetwork) = Nothing, Optional environment As MachineLearningComputeInstanceEnvironmentInfo = Nothing, Optional services As IEnumerable(Of BinaryData) = Nothing) As MachineLearningComputeInstanceContainer
Parameters
- name
- String
Name of the ComputeInstance container.
Auto save settings.
- gpu
- String
Information of GPU.
- network
- Nullable<MachineLearningNetwork>
network of this container.
- environment
- MachineLearningComputeInstanceEnvironmentInfo
Environment information of this container.
- services
- IEnumerable<BinaryData>
services of this containers.
Returns
A new MachineLearningComputeInstanceContainer instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET