IEnvironmentVersion Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EnvironmentVersionTypeConverter))]
public interface IEnvironmentVersion : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EnvironmentVersionTypeConverter))>]
type IEnvironmentVersion = interface
interface IJsonSerializable
interface IResource
Public Interface IEnvironmentVersion
Implements IResource
- Derived
- Attributes
- Implements
Properties
BuildContextUri |
[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. https://docs.docker.com/engine/reference/commandline/build/#extended-description |
BuildDockerfilePath |
Path to the Dockerfile in the build context. https://docs.docker.com/engine/reference/builder/ |
CondaFile |
Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment |
Description |
The asset description text. |
EnvironmentType |
Environment type is either user managed or curated by the Azure ML service https://learn.microsoft.com/en-us/azure/machine-learning/resource-curated-environments |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
Image |
Name of the image that will be used for the environment. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image |
IsAnonymou |
If the name version are system generated (anonymous registration). |
IsArchived |
Is the asset archived? |
LivenessRoutePath |
[Required] The path for the route. |
LivenessRoutePort |
[Required] The port for the route. |
Name |
The name of the resource (Inherited from IResource) |
OSType |
The OS type of the environment. |
ReadinessRoutePath |
[Required] The path for the route. |
ReadinessRoutePort |
[Required] The port for the route. |
ResourceBaseProperty |
The asset property dictionary. |
ScoringRoutePath |
[Required] The path for the route. |
ScoringRoutePort |
[Required] The port for the route. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |