ImageSetting Class
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 class ImageSetting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ImageSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ImageSetting>
public class ImageSetting
type ImageSetting = class
interface IJsonModel<ImageSetting>
interface IPersistableModel<ImageSetting>
type ImageSetting = class
Public Class ImageSetting
Implements IJsonModel(Of ImageSetting), IPersistableModel(Of ImageSetting)
Public Class ImageSetting
- Inheritance
-
ImageSetting
- Implements
Constructors
| Name | Description |
|---|---|
| ImageSetting() |
Initializes a new instance of ImageSetting. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Gets the AdditionalProperties. |
| Reference |
Image reference URL if type is docker. Environment name if type is azureml. |
| Type |
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated). |
| Version |
Version of image being used. If latest then skip this field. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ImageSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ImageSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ImageSetting>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ImageSetting>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ImageSetting>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |