Uses of Class
com.google.cloud.aiplatform.v1.Probe.Builder
Packages that use Probe.Builder
-
Uses of Probe.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.BuilderModifier and TypeMethodDescriptionProbe.Builder.clear()Probe.Builder.clearExec()ExecAction probes the health of a container by executing a command.Probe.Builder.clearFailureThreshold()Number of consecutive failures before the probe is considered failed.Probe.Builder.clearGrpc()GrpcAction probes the health of a container by sending a gRPC request.Probe.Builder.clearHttpGet()HttpGetAction probes the health of a container by sending an HTTP GET request.Probe.Builder.clearInitialDelaySeconds()Number of seconds to wait before starting the probe.Probe.Builder.clearPeriodSeconds()How often (in seconds) to perform the probe.Probe.Builder.clearProbeType()Probe.Builder.clearSuccessThreshold()Number of consecutive successes before the probe is considered successful.Probe.Builder.clearTcpSocket()TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.Builder.clearTimeoutSeconds()Number of seconds after which the probe times out.ModelContainerSpec.Builder.getHealthProbeBuilder()Immutable.ModelContainerSpec.Builder.getLivenessProbeBuilder()Immutable.ModelContainerSpec.Builder.getStartupProbeBuilder()Immutable.Probe.Builder.mergeExec(Probe.ExecAction value) ExecAction probes the health of a container by executing a command.Probe.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Probe.Builder.mergeFrom(com.google.protobuf.Message other) Probe.Builder.mergeGrpc(Probe.GrpcAction value) GrpcAction probes the health of a container by sending a gRPC request.Probe.Builder.mergeHttpGet(Probe.HttpGetAction value) HttpGetAction probes the health of a container by sending an HTTP GET request.Probe.Builder.mergeTcpSocket(Probe.TcpSocketAction value) TcpSocketAction probes the health of a container by opening a TCP socket connection.static Probe.BuilderProbe.newBuilder()static Probe.BuilderProbe.newBuilder(Probe prototype) Probe.newBuilderForType()protected Probe.BuilderProbe.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Probe.Builder.setExec(Probe.ExecAction value) ExecAction probes the health of a container by executing a command.Probe.Builder.setExec(Probe.ExecAction.Builder builderForValue) ExecAction probes the health of a container by executing a command.Probe.Builder.setFailureThreshold(int value) Number of consecutive failures before the probe is considered failed.Probe.Builder.setGrpc(Probe.GrpcAction value) GrpcAction probes the health of a container by sending a gRPC request.Probe.Builder.setGrpc(Probe.GrpcAction.Builder builderForValue) GrpcAction probes the health of a container by sending a gRPC request.Probe.Builder.setHttpGet(Probe.HttpGetAction value) HttpGetAction probes the health of a container by sending an HTTP GET request.Probe.Builder.setHttpGet(Probe.HttpGetAction.Builder builderForValue) HttpGetAction probes the health of a container by sending an HTTP GET request.Probe.Builder.setInitialDelaySeconds(int value) Number of seconds to wait before starting the probe.Probe.Builder.setPeriodSeconds(int value) How often (in seconds) to perform the probe.Probe.Builder.setSuccessThreshold(int value) Number of consecutive successes before the probe is considered successful.Probe.Builder.setTcpSocket(Probe.TcpSocketAction value) TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.Builder.setTcpSocket(Probe.TcpSocketAction.Builder builderForValue) TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.Builder.setTimeoutSeconds(int value) Number of seconds after which the probe times out.Probe.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.BuilderModifier and TypeMethodDescriptionModelContainerSpec.Builder.setHealthProbe(Probe.Builder builderForValue) Immutable.ModelContainerSpec.Builder.setLivenessProbe(Probe.Builder builderForValue) Immutable.ModelContainerSpec.Builder.setStartupProbe(Probe.Builder builderForValue) Immutable.