Class ComputerUse.Builder

  • All Implemented Interfaces:

    
    public abstract class ComputerUse.Builder
    
                        

    Builder for ComputerUse.

    • Constructor Detail

      • ComputerUse.Builder

        ComputerUse.Builder()
    • Method Detail

      • environment

        @CanIgnoreReturnValue() ComputerUse.Builder environment(String environment)

        Setter for environment given a string.

        environment: Required. The environment being operated.

      • excludedPredefinedFunctions

         abstract ComputerUse.Builder excludedPredefinedFunctions(List<String> excludedPredefinedFunctions)

        Setter for excludedPredefinedFunctions.

        excludedPredefinedFunctions: By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.

      • excludedPredefinedFunctions

        @CanIgnoreReturnValue() ComputerUse.Builder excludedPredefinedFunctions(Array<String> excludedPredefinedFunctions)

        Setter for excludedPredefinedFunctions.

        excludedPredefinedFunctions: By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.