Interface BatchDeploymentData.DefinitionStages.WithParentResource

    • Method Detail

      • withExistingBatchEndpoint

        BatchDeploymentData.DefinitionStages.WithProperties withExistingBatchEndpoint​(String resourceGroupName,
                                                                                      String workspaceName,
                                                                                      String endpointName)
        Specifies resourceGroupName, workspaceName, endpointName.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - Name of Azure Machine Learning workspace.
        endpointName - Inference endpoint name.
        Returns:
        the next definition stage.