Uses of Class
com.google.genai.gaos.models.interactions.Environment
Packages that use Environment
-
Uses of Environment in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return types with arguments of type EnvironmentMethods in com.google.genai.gaos.models.agents with parameters of type Environment -
Uses of Environment in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return EnvironmentModifier and TypeMethodDescriptionEnvironment.Builder.build()Environment.withEnvironmentId(String environmentId) Optional.Environment.withNetwork(Network network) Network configuration for the environment.Environment.withSources(List<Source> sources) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionCreateAgentInteractionEnvironment.environment()CreateModelInteractionEnvironment.environment()InteractionEnvironment.environment()Methods in com.google.genai.gaos.models.interactions with parameters of type EnvironmentModifier and TypeMethodDescriptionCreateAgentInteractionEnvironment.of(Environment value) CreateModelInteractionEnvironment.of(Environment value) static InteractionEnvironmentInteractionEnvironment.of(Environment value)