image Module

Contains the base functionality for managing images in Azure Machine Learning.

An Image encapsulates a model, script, and associated files to provide the run time environment of a deployed web service. The image has a load-balanced, HTTP endpoint that can receive scoring requests and return predictions.

Classes

Asset

Represents an asset to be used with an Image class.

This class is DEPRECATED.

Assets are specified during configuration of an image. For an example, see the image_configuration method of the ContainerImage class.

Initialize the Asset object for images.

Image

Defines the abstract parent class for Azure Machine Learning Images.

This class is DEPRECATED. Use the Environment class instead.

Image constructor.

This class is DEPRECATED. Use the Environment class instead.

Image constructor is used to retrieve a cloud representation of a Image object associated with the provided workspace. Will return an instance of a child class corresponding to the specific type of the retrieved Image object.

ImageConfig

Defines the abstract class for image configuration objects.

This class is DEPRECATED.

TargetRuntime

Represents properties, runtime type, and other settings used in an Image.

This class is DEPRECATED.

Some TargetRuntime properties are specified during configuration of an image. For examples, see the image_configuration method of the ContainerImage class.

Initialize the TargetRuntime object.