IBatchPipelineComponentDeploymentConfiguration 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.Api20240401.BatchPipelineComponentDeploymentConfigurationTypeConverter))]
public interface IBatchPipelineComponentDeploymentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchDeploymentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchPipelineComponentDeploymentConfigurationTypeConverter))>]
type IBatchPipelineComponentDeploymentConfiguration = interface
interface IJsonSerializable
interface IBatchDeploymentConfiguration
Public Interface IBatchPipelineComponentDeploymentConfiguration
Implements IBatchDeploymentConfiguration
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ComponentIdAssetId |
[Required] ARM resource ID of the asset. |
| ComponentIdReferenceType |
[Required] Specifies the type of asset reference. |
| DeploymentConfigurationType |
[Required] The type of the deployment (Inherited from IBatchDeploymentConfiguration) |
| Description |
The description which will be applied to the job. |
| Setting |
Run-time settings for the pipeline job. |
| Tag |
The tags which will be applied to the job. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |