Bagikan melalui


ModelPackageContent Class

Definition

Model package operation request properties.

public class ModelPackageContent
type ModelPackageContent = class
Public Class ModelPackageContent
Inheritance
ModelPackageContent

Constructors

ModelPackageContent(InferencingServer, String)

Initializes a new instance of ModelPackageContent.

Properties

BaseEnvironmentSource

Base environment to start with. Please note BaseEnvironmentSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BaseEnvironmentType.

EnvironmentVariables

Collection of environment variables.

InferencingServer

[Required] Inferencing server configurations. Please note InferencingServer is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureMLBatchInferencingServer, AzureMLOnlineInferencingServer, CustomInferencingServer and TritonInferencingServer.

Inputs

Collection of inputs.

ModelConfiguration

Model configuration including the mount mode.

Tags

Tag dictionary. Tags can be added, removed, and updated.

TargetEnvironmentId

[Required] Arm ID of the target environment to be created by package operation.

Applies to