AzureMachineLearningStudioFunctionBindingRetrievalProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.fluent.models.AzureMachineLearningStudioFunctionBindingRetrievalProperties

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 AzureMachineLearningStudioFunctionBindingRetrievalProperties class.

Method Summary

Modifier and Type Method and Description
String executeEndpoint()

Get the executeEndpoint property: The Request-Response execute endpoint of the Azure Machine Learning Studio.

static AzureMachineLearningStudioFunctionBindingRetrievalProperties fromJson(JsonReader jsonReader)

Reads an instance of AzureMachineLearningStudioFunctionBindingRetrievalProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
UdfType udfType()

Get the udfType property: The function type.

void validate()

Validates the instance.

AzureMachineLearningStudioFunctionBindingRetrievalProperties withExecuteEndpoint(String executeEndpoint)

Set the executeEndpoint property: The Request-Response execute endpoint of the Azure Machine Learning Studio.

AzureMachineLearningStudioFunctionBindingRetrievalProperties withUdfType(UdfType udfType)

Set the udfType property: The function type.

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:

the executeEndpoint value.

fromJson

public static AzureMachineLearningStudioFunctionBindingRetrievalProperties fromJson(JsonReader jsonReader)

Reads an instance of AzureMachineLearningStudioFunctionBindingRetrievalProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AzureMachineLearningStudioFunctionBindingRetrievalProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AzureMachineLearningStudioFunctionBindingRetrievalProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

udfType

public UdfType udfType()

Get the udfType property: The function type.

Returns:

the udfType value.

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:

executeEndpoint - the executeEndpoint value to set.

Returns:

the AzureMachineLearningStudioFunctionBindingRetrievalProperties object itself.

withUdfType

public AzureMachineLearningStudioFunctionBindingRetrievalProperties withUdfType(UdfType udfType)

Set the udfType property: The function type.

Parameters:

udfType - the udfType value to set.

Returns:

the AzureMachineLearningStudioFunctionBindingRetrievalProperties object itself.

Applies to