Delen via


BatchDeployments interface

Interface die een BatchDeployments vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Hiermee maakt/werkt u een batchdeductie-implementatie (asynchroon).

beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Hiermee maakt/werkt u een batchdeductie-implementatie (asynchroon).

beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Batchdeductie-implementatie verwijderen (asynchroon).

beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Batchdeductie-implementatie verwijderen (asynchroon).

beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Een batchdeductie-implementatie bijwerken (asynchroon).

beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Een batchdeductie-implementatie bijwerken (asynchroon).

get(string, string, string, string, BatchDeploymentsGetOptionalParams)

Hiermee haalt u een batchdeductie-implementatie op id op.

list(string, string, string, BatchDeploymentsListOptionalParams)

Een lijst met Batch-deductie-implementaties in de werkruimte.

Methodedetails

beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Hiermee maakt/werkt u een batchdeductie-implementatie (asynchroon).

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Naam van deductieeindpunt

deploymentName

string

De id voor de batchdeductie-implementatie.

body
BatchDeployment

Definitieobject voor implementatie van batchdeductie.

options
BatchDeploymentsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Hiermee maakt/werkt u een batchdeductie-implementatie (asynchroon).

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeployment>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Naam van deductieeindpunt

deploymentName

string

De id voor de batchdeductie-implementatie.

body
BatchDeployment

Definitieobject voor implementatie van batchdeductie.

options
BatchDeploymentsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<BatchDeployment>

beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Batchdeductie-implementatie verwijderen (asynchroon).

function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Eindpuntnaam

deploymentName

string

Deductie-implementatie-id.

options
BatchDeploymentsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Batchdeductie-implementatie verwijderen (asynchroon).

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Eindpuntnaam

deploymentName

string

Deductie-implementatie-id.

options
BatchDeploymentsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Een batchdeductie-implementatie bijwerken (asynchroon).

function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Naam van deductieeindpunt

deploymentName

string

De id voor de batchdeductie-implementatie.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

Definitieobject voor implementatie van batchdeductie.

options
BatchDeploymentsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Een batchdeductie-implementatie bijwerken (asynchroon).

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeployment>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Naam van deductieeindpunt

deploymentName

string

De id voor de batchdeductie-implementatie.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

Definitieobject voor implementatie van batchdeductie.

options
BatchDeploymentsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<BatchDeployment>

get(string, string, string, string, BatchDeploymentsGetOptionalParams)

Hiermee haalt u een batchdeductie-implementatie op id op.

function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Eindpuntnaam

deploymentName

string

De id voor de Batch-implementaties.

options
BatchDeploymentsGetOptionalParams

De optiesparameters.

Retouren

Promise<BatchDeployment>

list(string, string, string, BatchDeploymentsListOptionalParams)

Een lijst met Batch-deductie-implementaties in de werkruimte.

function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

endpointName

string

Eindpuntnaam

options
BatchDeploymentsListOptionalParams

De optiesparameters.

Retouren