InputConfig Class

  • java.lang.Object
    • com.microsoft.semantickernel.semanticfunctions.InputConfig

public class InputConfig

Input configuration (list of all input parameters for a semantic function).

Constructor Summary

Constructor Description
InputConfig(List<InputParameter> parameters)

Creates a new instance of the InputConfig class.

Method Summary

Modifier and Type Method and Description
java.util.List<InputParameter> getParameters()

Gets the list of input parameters.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

InputConfig

public InputConfig(List parameters)

Creates a new instance of the InputConfig class.

Parameters:

parameters - the list of input parameters

Method Details

getParameters

public List getParameters()

Gets the list of input parameters.

Returns:

the list of input parameters

Applies to