
com.pulumi.azurenative.machinelearning.MachinelearningFunctions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.machinelearning;
import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.machinelearning.inputs.GetCommitmentPlanArgs;
import com.pulumi.azurenative.machinelearning.inputs.GetCommitmentPlanPlainArgs;
import com.pulumi.azurenative.machinelearning.inputs.GetWebServiceArgs;
import com.pulumi.azurenative.machinelearning.inputs.GetWebServicePlainArgs;
import com.pulumi.azurenative.machinelearning.inputs.GetWorkspaceArgs;
import com.pulumi.azurenative.machinelearning.inputs.GetWorkspacePlainArgs;
import com.pulumi.azurenative.machinelearning.inputs.ListWorkspaceKeysArgs;
import com.pulumi.azurenative.machinelearning.inputs.ListWorkspaceKeysPlainArgs;
import com.pulumi.azurenative.machinelearning.outputs.GetCommitmentPlanResult;
import com.pulumi.azurenative.machinelearning.outputs.GetWebServiceResult;
import com.pulumi.azurenative.machinelearning.outputs.GetWorkspaceResult;
import com.pulumi.azurenative.machinelearning.outputs.ListWorkspaceKeysResult;
import com.pulumi.core.Output;
import com.pulumi.core.TypeShape;
import com.pulumi.deployment.Deployment;
import com.pulumi.deployment.InvokeOptions;
import java.util.concurrent.CompletableFuture;
public final class MachinelearningFunctions {
/**
* Retrieve an Azure ML commitment plan by its subscription, resource group and name.
* Azure REST API version: 2016-05-01-preview.
*
*/
public static Output getCommitmentPlan(GetCommitmentPlanArgs args) {
return getCommitmentPlan(args, InvokeOptions.Empty);
}
/**
* Retrieve an Azure ML commitment plan by its subscription, resource group and name.
* Azure REST API version: 2016-05-01-preview.
*
*/
public static CompletableFuture getCommitmentPlanPlain(GetCommitmentPlanPlainArgs args) {
return getCommitmentPlanPlain(args, InvokeOptions.Empty);
}
/**
* Retrieve an Azure ML commitment plan by its subscription, resource group and name.
* Azure REST API version: 2016-05-01-preview.
*
*/
public static Output getCommitmentPlan(GetCommitmentPlanArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:machinelearning:getCommitmentPlan", TypeShape.of(GetCommitmentPlanResult.class), args, Utilities.withVersion(options));
}
/**
* Retrieve an Azure ML commitment plan by its subscription, resource group and name.
* Azure REST API version: 2016-05-01-preview.
*
*/
public static CompletableFuture getCommitmentPlanPlain(GetCommitmentPlanPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:machinelearning:getCommitmentPlan", TypeShape.of(GetCommitmentPlanResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys.
* Azure REST API version: 2017-01-01.
*
* Other available API versions: 2016-05-01-preview.
*
*/
public static Output getWebService(GetWebServiceArgs args) {
return getWebService(args, InvokeOptions.Empty);
}
/**
* Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys.
* Azure REST API version: 2017-01-01.
*
* Other available API versions: 2016-05-01-preview.
*
*/
public static CompletableFuture getWebServicePlain(GetWebServicePlainArgs args) {
return getWebServicePlain(args, InvokeOptions.Empty);
}
/**
* Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys.
* Azure REST API version: 2017-01-01.
*
* Other available API versions: 2016-05-01-preview.
*
*/
public static Output getWebService(GetWebServiceArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:machinelearning:getWebService", TypeShape.of(GetWebServiceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys.
* Azure REST API version: 2017-01-01.
*
* Other available API versions: 2016-05-01-preview.
*
*/
public static CompletableFuture getWebServicePlain(GetWebServicePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:machinelearning:getWebService", TypeShape.of(GetWebServiceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the properties of the specified machine learning workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static Output getWorkspace(GetWorkspaceArgs args) {
return getWorkspace(args, InvokeOptions.Empty);
}
/**
* Gets the properties of the specified machine learning workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static CompletableFuture getWorkspacePlain(GetWorkspacePlainArgs args) {
return getWorkspacePlain(args, InvokeOptions.Empty);
}
/**
* Gets the properties of the specified machine learning workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static Output getWorkspace(GetWorkspaceArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:machinelearning:getWorkspace", TypeShape.of(GetWorkspaceResult.class), args, Utilities.withVersion(options));
}
/**
* Gets the properties of the specified machine learning workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static CompletableFuture getWorkspacePlain(GetWorkspacePlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:machinelearning:getWorkspace", TypeShape.of(GetWorkspaceResult.class), args, Utilities.withVersion(options));
}
/**
* List the authorization keys associated with this workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static Output listWorkspaceKeys(ListWorkspaceKeysArgs args) {
return listWorkspaceKeys(args, InvokeOptions.Empty);
}
/**
* List the authorization keys associated with this workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static CompletableFuture listWorkspaceKeysPlain(ListWorkspaceKeysPlainArgs args) {
return listWorkspaceKeysPlain(args, InvokeOptions.Empty);
}
/**
* List the authorization keys associated with this workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static Output listWorkspaceKeys(ListWorkspaceKeysArgs args, InvokeOptions options) {
return Deployment.getInstance().invoke("azure-native:machinelearning:listWorkspaceKeys", TypeShape.of(ListWorkspaceKeysResult.class), args, Utilities.withVersion(options));
}
/**
* List the authorization keys associated with this workspace.
* Azure REST API version: 2019-10-01.
*
*/
public static CompletableFuture listWorkspaceKeysPlain(ListWorkspaceKeysPlainArgs args, InvokeOptions options) {
return Deployment.getInstance().invokeAsync("azure-native:machinelearning:listWorkspaceKeys", TypeShape.of(ListWorkspaceKeysResult.class), args, Utilities.withVersion(options));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy