Uses of Interface
io.ray.api.runtimeenv.RuntimeEnv
Packages that use RuntimeEnv
-
Uses of RuntimeEnv in io.ray.api.call
Methods in io.ray.api.call with parameters of type RuntimeEnvModifier and TypeMethodDescriptionActorCreator.setRuntimeEnv(RuntimeEnv runtimeEnv)BaseTaskCaller.setRuntimeEnv(RuntimeEnv runtimeEnv)Set the runtime env for this task to run the task in a specific environment. -
Uses of RuntimeEnv in io.ray.api.options
Methods in io.ray.api.options with parameters of type RuntimeEnvModifier and TypeMethodDescriptionActorCreationOptions.Builder.setRuntimeEnv(RuntimeEnv runtimeEnv)CallOptions.Builder.setRuntimeEnv(RuntimeEnv runtimeEnv) -
Uses of RuntimeEnv in io.ray.api.runtime
Methods in io.ray.api.runtime that return RuntimeEnvModifier and TypeMethodDescriptionRayRuntime.createRuntimeEnv(Map<String,String> envVars)Create runtime env instance at runtime. -
Uses of RuntimeEnv in io.ray.api.runtimeenv
Methods in io.ray.api.runtimeenv that return RuntimeEnv