Uses of Interface
com.google.cloud.aiplatform.v1.EnvVarOrBuilder
-
Packages that use EnvVarOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of EnvVarOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement EnvVarOrBuilder Modifier and Type Class Description classEnvVarRepresents an environment variable present in a Container or Python Module.static classEnvVar.BuilderRepresents an environment variable present in a Container or Python Module.Methods in com.google.cloud.aiplatform.v1 that return EnvVarOrBuilder Modifier and Type Method Description EnvVarOrBuilderContainerSpec.Builder. getEnvOrBuilder(int index)Environment variables to be passed to the container.EnvVarOrBuilderContainerSpec. getEnvOrBuilder(int index)Environment variables to be passed to the container.EnvVarOrBuilderContainerSpecOrBuilder. getEnvOrBuilder(int index)Environment variables to be passed to the container.EnvVarOrBuilderModelContainerSpec.Builder. getEnvOrBuilder(int index)Immutable.EnvVarOrBuilderModelContainerSpec. getEnvOrBuilder(int index)Immutable.EnvVarOrBuilderModelContainerSpecOrBuilder. getEnvOrBuilder(int index)Immutable.EnvVarOrBuilderPythonPackageSpec.Builder. getEnvOrBuilder(int index)Environment variables to be passed to the python module.EnvVarOrBuilderPythonPackageSpec. getEnvOrBuilder(int index)Environment variables to be passed to the python module.EnvVarOrBuilderPythonPackageSpecOrBuilder. getEnvOrBuilder(int index)Environment variables to be passed to the python module.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type EnvVarOrBuilder Modifier and Type Method Description List<? extends EnvVarOrBuilder>ContainerSpec.Builder. getEnvOrBuilderList()Environment variables to be passed to the container.List<? extends EnvVarOrBuilder>ContainerSpec. getEnvOrBuilderList()Environment variables to be passed to the container.List<? extends EnvVarOrBuilder>ContainerSpecOrBuilder. getEnvOrBuilderList()Environment variables to be passed to the container.List<? extends EnvVarOrBuilder>ModelContainerSpec.Builder. getEnvOrBuilderList()Immutable.List<? extends EnvVarOrBuilder>ModelContainerSpec. getEnvOrBuilderList()Immutable.List<? extends EnvVarOrBuilder>ModelContainerSpecOrBuilder. getEnvOrBuilderList()Immutable.List<? extends EnvVarOrBuilder>PythonPackageSpec.Builder. getEnvOrBuilderList()Environment variables to be passed to the python module.List<? extends EnvVarOrBuilder>PythonPackageSpec. getEnvOrBuilderList()Environment variables to be passed to the python module.List<? extends EnvVarOrBuilder>PythonPackageSpecOrBuilder. getEnvOrBuilderList()Environment variables to be passed to the python module.
-