Delen via


BatchPipelineComponentDeploymentConfiguration Class

Definition

Properties for a Batch Pipeline Component Deployment.

public class BatchPipelineComponentDeploymentConfiguration : Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.BatchPipelineComponentDeploymentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.BatchPipelineComponentDeploymentConfiguration>
public class BatchPipelineComponentDeploymentConfiguration : Azure.ResourceManager.MachineLearning.Models.BatchDeploymentConfiguration
type BatchPipelineComponentDeploymentConfiguration = class
    inherit BatchDeploymentConfiguration
    interface IJsonModel<BatchPipelineComponentDeploymentConfiguration>
    interface IPersistableModel<BatchPipelineComponentDeploymentConfiguration>
type BatchPipelineComponentDeploymentConfiguration = class
    inherit BatchDeploymentConfiguration
Public Class BatchPipelineComponentDeploymentConfiguration
Inherits BatchDeploymentConfiguration
Implements IJsonModel(Of BatchPipelineComponentDeploymentConfiguration), IPersistableModel(Of BatchPipelineComponentDeploymentConfiguration)
Public Class BatchPipelineComponentDeploymentConfiguration
Inherits BatchDeploymentConfiguration
Inheritance
BatchPipelineComponentDeploymentConfiguration
Implements

Constructors

BatchPipelineComponentDeploymentConfiguration()

Initializes a new instance of BatchPipelineComponentDeploymentConfiguration.

Properties

ComponentId

The ARM id of the component to be run.

Description

The description which will be applied to the job.

Settings

Run-time settings for the pipeline job.

Tags

The tags which will be applied to the job.

Explicit Interface Implementations

IJsonModel<BatchDeploymentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BatchDeploymentConfiguration)
IJsonModel<BatchDeploymentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BatchDeploymentConfiguration)
IJsonModel<BatchPipelineComponentDeploymentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchPipelineComponentDeploymentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchDeploymentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BatchDeploymentConfiguration)
IPersistableModel<BatchDeploymentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BatchDeploymentConfiguration)
IPersistableModel<BatchDeploymentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BatchDeploymentConfiguration)
IPersistableModel<BatchPipelineComponentDeploymentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchPipelineComponentDeploymentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchPipelineComponentDeploymentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to