
com.pulumi.azurenative.streamanalytics.inputs.AzureMachineLearningWebServiceFunctionBindingArgs Maven / Gradle / Ivy
// *** 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.streamanalytics.inputs;
import com.pulumi.azurenative.streamanalytics.inputs.AzureMachineLearningWebServiceInputsArgs;
import com.pulumi.azurenative.streamanalytics.inputs.AzureMachineLearningWebServiceOutputColumnArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The binding to an Azure Machine Learning web service.
*
*/
public final class AzureMachineLearningWebServiceFunctionBindingArgs extends com.pulumi.resources.ResourceArgs {
public static final AzureMachineLearningWebServiceFunctionBindingArgs Empty = new AzureMachineLearningWebServiceFunctionBindingArgs();
/**
* The API key used to authenticate with Request-Response endpoint.
*
*/
@Import(name="apiKey")
private @Nullable Output apiKey;
/**
* @return The API key used to authenticate with Request-Response endpoint.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy