ArmMachineLearningModelFactory.ImageSetting 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.
The ImageSetting.
public static Azure.ResourceManager.MachineLearning.Models.ImageSetting ImageSetting(Azure.ResourceManager.MachineLearning.Models.ImageType? type = default, string reference = default, string version = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member ImageSetting : Nullable<Azure.ResourceManager.MachineLearning.Models.ImageType> * string * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.MachineLearning.Models.ImageSetting
Public Shared Function ImageSetting (Optional type As Nullable(Of ImageType) = Nothing, Optional reference As String = Nothing, Optional version As String = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As ImageSetting
Parameters
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated).
- reference
- String
Image reference URL if type is docker. Environment name if type is azureml.
- version
- String
Version of image being used. If latest then skip this field.
- additionalProperties
- IDictionary<String,BinaryData>
Returns
A new ImageSetting instance for mocking.