BatchPipelineComponentDeploymentConfiguration 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.
Properties for a Batch Pipeline Component Deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchPipelineComponentDeploymentConfigurationTypeConverter))]
public class BatchPipelineComponentDeploymentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchPipelineComponentDeploymentConfiguration, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchPipelineComponentDeploymentConfigurationTypeConverter))>]
type BatchPipelineComponentDeploymentConfiguration = class
interface IBatchPipelineComponentDeploymentConfiguration
interface IJsonSerializable
interface IBatchDeploymentConfiguration
interface IValidates
Public Class BatchPipelineComponentDeploymentConfiguration
Implements IBatchPipelineComponentDeploymentConfiguration, IValidates
- Inheritance
-
BatchPipelineComponentDeploymentConfiguration
- Attributes
- Implements
Constructors
BatchPipelineComponentDeploymentConfiguration() |
Creates an new BatchPipelineComponentDeploymentConfiguration instance. |
Properties
ComponentIdAssetId |
[Required] ARM resource ID of the asset. |
ComponentIdReferenceType |
[Required] Specifies the type of asset reference. |
DeploymentConfigurationType |
[Required] The type of the deployment |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BatchPipelineComponentDeploymentConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BatchPipelineComponentDeploymentConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchPipelineComponentDeploymentConfiguration. |
FromJsonString(String) |
Creates a new instance of BatchPipelineComponentDeploymentConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BatchPipelineComponentDeploymentConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |