AzureMachineLearningStudioFunctionBindingRetrievalProperties Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. AzureMachineLearningStudioFunctionBindingRetrievalProperties
- com.
Implements
public final class AzureMachineLearningStudioFunctionBindingRetrievalProperties
implements JsonSerializable<AzureMachineLearningStudioFunctionBindingRetrievalProperties>
The binding retrieval properties associated with an Azure Machine learning Studio.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureMachineLearningStudioFunctionBindingRetrievalProperties() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
executeEndpoint()
Get the execute |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Udf |
udfType()
Get the udf |
| void |
validate()
Validates the instance. |
|
Azure |
withExecuteEndpoint(String executeEndpoint)
Set the execute |
|
Azure |
withUdfType(UdfType udfType)
Set the udf |
Methods inherited from java.lang.Object
Constructor Details
AzureMachineLearningStudioFunctionBindingRetrievalProperties
public AzureMachineLearningStudioFunctionBindingRetrievalProperties()
Creates an instance of AzureMachineLearningStudioFunctionBindingRetrievalProperties class.
Method Details
executeEndpoint
public String executeEndpoint()
Get the executeEndpoint property: 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.
Returns:
fromJson
public static AzureMachineLearningStudioFunctionBindingRetrievalProperties fromJson(JsonReader jsonReader)
Reads an instance of AzureMachineLearningStudioFunctionBindingRetrievalProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
udfType
public UdfType udfType()
Get the udfType property: The function type.
Returns:
validate
public void validate()
Validates the instance.
withExecuteEndpoint
public AzureMachineLearningStudioFunctionBindingRetrievalProperties withExecuteEndpoint(String executeEndpoint)
Set the executeEndpoint property: 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.
Parameters:
Returns:
withUdfType
public AzureMachineLearningStudioFunctionBindingRetrievalProperties withUdfType(UdfType udfType)
Set the udfType property: The function type.
Parameters:
Returns: