AzureMachineLearningStudioFunctionBindingProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The binding properties associated with an Azure Machine learning Studio.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioFunctionBindingPropertiesTypeConverter))]
public class AzureMachineLearningStudioFunctionBindingProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioFunctionBindingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioFunctionBindingPropertiesTypeConverter))>]
type AzureMachineLearningStudioFunctionBindingProperties = class
interface IAzureMachineLearningStudioFunctionBindingProperties
interface IJsonSerializable
Public Class AzureMachineLearningStudioFunctionBindingProperties
Implements IAzureMachineLearningStudioFunctionBindingProperties
- Inheritance
-
AzureMachineLearningStudioFunctionBindingProperties
- Attributes
- Implements
Constructors
AzureMachineLearningStudioFunctionBindingProperties() |
Creates an new AzureMachineLearningStudioFunctionBindingProperties 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 Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs |
InputColumnName |
A list of input columns for the Azure Machine Learning Studio endpoint. |
InputName |
The name of the input. This is the name provided while authoring the endpoint. |
Output |
A list of outputs from the Azure Machine Learning Studio endpoint execution. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningStudioFunctionBindingProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningStudioFunctionBindingProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioFunctionBindingProperties. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningStudioFunctionBindingProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningStudioFunctionBindingProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |