Uses of Class
com.google.cloud.aiplatform.v1.ContainerSpec.Builder
Packages that use ContainerSpec.Builder
-
Uses of ContainerSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ContainerSpec.BuilderModifier and TypeMethodDescriptionContainerSpec.Builder.addAllArgs(Iterable<String> values) The arguments to be passed when starting the container.ContainerSpec.Builder.addAllCommand(Iterable<String> values) The command to be invoked when the container is started.Environment variables to be passed to the container.The arguments to be passed when starting the container.ContainerSpec.Builder.addArgsBytes(com.google.protobuf.ByteString value) The arguments to be passed when starting the container.ContainerSpec.Builder.addCommand(String value) The command to be invoked when the container is started.ContainerSpec.Builder.addCommandBytes(com.google.protobuf.ByteString value) The command to be invoked when the container is started.Environment variables to be passed to the container.ContainerSpec.Builder.addEnv(int index, EnvVar.Builder builderForValue) Environment variables to be passed to the container.Environment variables to be passed to the container.ContainerSpec.Builder.addEnv(EnvVar.Builder builderForValue) Environment variables to be passed to the container.ContainerSpec.Builder.clear()ContainerSpec.Builder.clearArgs()The arguments to be passed when starting the container.ContainerSpec.Builder.clearCommand()The command to be invoked when the container is started.ContainerSpec.Builder.clearEnv()Environment variables to be passed to the container.ContainerSpec.Builder.clearImageUri()Required.WorkerPoolSpec.Builder.getContainerSpecBuilder()The custom container task.ContainerSpec.Builder.mergeFrom(ContainerSpec other) ContainerSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContainerSpec.Builder.mergeFrom(com.google.protobuf.Message other) static ContainerSpec.BuilderContainerSpec.newBuilder()static ContainerSpec.BuilderContainerSpec.newBuilder(ContainerSpec prototype) ContainerSpec.newBuilderForType()protected ContainerSpec.BuilderContainerSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ContainerSpec.Builder.removeEnv(int index) Environment variables to be passed to the container.The arguments to be passed when starting the container.ContainerSpec.Builder.setCommand(int index, String value) The command to be invoked when the container is started.Environment variables to be passed to the container.ContainerSpec.Builder.setEnv(int index, EnvVar.Builder builderForValue) Environment variables to be passed to the container.ContainerSpec.Builder.setImageUri(String value) Required.ContainerSpec.Builder.setImageUriBytes(com.google.protobuf.ByteString value) Required.ContainerSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ContainerSpec.BuilderModifier and TypeMethodDescriptionWorkerPoolSpec.Builder.setContainerSpec(ContainerSpec.Builder builderForValue) The custom container task.