Partilhar via


AzureMachineLearningServiceFunctionBindingProperties Class

Definition

The binding properties associated with an Azure Machine learning web service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionBindingPropertiesTypeConverter))]
public class AzureMachineLearningServiceFunctionBindingProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionBindingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionBindingPropertiesTypeConverter))>]
type AzureMachineLearningServiceFunctionBindingProperties = class
    interface IAzureMachineLearningServiceFunctionBindingProperties
    interface IJsonSerializable
Public Class AzureMachineLearningServiceFunctionBindingProperties
Implements IAzureMachineLearningServiceFunctionBindingProperties
Inheritance
AzureMachineLearningServiceFunctionBindingProperties
Attributes
Implements

Constructors

AzureMachineLearningServiceFunctionBindingProperties()

Creates an new AzureMachineLearningServiceFunctionBindingProperties instance.

Properties

ApiKey

The API key used to authenticate with Request-Response endpoint.

BatchSize

Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.

Endpoint

The Request-Response execute endpoint of the Azure Machine Learning web service.

Input

The inputs for the Azure Machine Learning web service endpoint.

NumberOfParallelRequest

The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1.

Output

A list of outputs from the Azure Machine Learning web service endpoint execution.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMachineLearningServiceFunctionBindingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningServiceFunctionBindingProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionBindingProperties.

FromJsonString(String)

Creates a new instance of AzureMachineLearningServiceFunctionBindingProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningServiceFunctionBindingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to