Uses of Class
com.google.cloud.aiplatform.v1.DeploymentResourcePool.Builder
Packages that use DeploymentResourcePool.Builder
-
Uses of DeploymentResourcePool.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeploymentResourcePool.BuilderModifier and TypeMethodDescriptionListDeploymentResourcePoolsResponse.Builder.addDeploymentResourcePoolsBuilder()The DeploymentResourcePools from the specified location.ListDeploymentResourcePoolsResponse.Builder.addDeploymentResourcePoolsBuilder(int index) The DeploymentResourcePools from the specified location.DeploymentResourcePool.Builder.clear()DeploymentResourcePool.Builder.clearCreateTime()Output only.DeploymentResourcePool.Builder.clearDedicatedResources()Required.DeploymentResourcePool.Builder.clearDisableContainerLogging()If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the container(s) of the DeploymentResourcePool will send `stderr` and `stdout` streams to Cloud Logging by default.DeploymentResourcePool.Builder.clearEncryptionSpec()Customer-managed encryption key spec for a DeploymentResourcePool.DeploymentResourcePool.Builder.clearName()Immutable.DeploymentResourcePool.Builder.clearSatisfiesPzi()Output only.DeploymentResourcePool.Builder.clearSatisfiesPzs()Output only.DeploymentResourcePool.Builder.clearServiceAccount()The service account that the DeploymentResourcePool's container(s) run as.CreateDeploymentResourcePoolRequest.Builder.getDeploymentResourcePoolBuilder()Required.UpdateDeploymentResourcePoolRequest.Builder.getDeploymentResourcePoolBuilder()Required.ListDeploymentResourcePoolsResponse.Builder.getDeploymentResourcePoolsBuilder(int index) The DeploymentResourcePools from the specified location.DeploymentResourcePool.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.DeploymentResourcePool.Builder.mergeDedicatedResources(DedicatedResources value) Required.DeploymentResourcePool.Builder.mergeEncryptionSpec(EncryptionSpec value) Customer-managed encryption key spec for a DeploymentResourcePool.DeploymentResourcePool.Builder.mergeFrom(DeploymentResourcePool other) DeploymentResourcePool.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeploymentResourcePool.Builder.mergeFrom(com.google.protobuf.Message other) DeploymentResourcePool.newBuilder()DeploymentResourcePool.newBuilder(DeploymentResourcePool prototype) DeploymentResourcePool.newBuilderForType()protected DeploymentResourcePool.BuilderDeploymentResourcePool.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DeploymentResourcePool.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.DeploymentResourcePool.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.DeploymentResourcePool.Builder.setDedicatedResources(DedicatedResources value) Required.DeploymentResourcePool.Builder.setDedicatedResources(DedicatedResources.Builder builderForValue) Required.DeploymentResourcePool.Builder.setDisableContainerLogging(boolean value) If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the container(s) of the DeploymentResourcePool will send `stderr` and `stdout` streams to Cloud Logging by default.DeploymentResourcePool.Builder.setEncryptionSpec(EncryptionSpec value) Customer-managed encryption key spec for a DeploymentResourcePool.DeploymentResourcePool.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Customer-managed encryption key spec for a DeploymentResourcePool.Immutable.DeploymentResourcePool.Builder.setNameBytes(com.google.protobuf.ByteString value) Immutable.DeploymentResourcePool.Builder.setSatisfiesPzi(boolean value) Output only.DeploymentResourcePool.Builder.setSatisfiesPzs(boolean value) Output only.DeploymentResourcePool.Builder.setServiceAccount(String value) The service account that the DeploymentResourcePool's container(s) run as.DeploymentResourcePool.Builder.setServiceAccountBytes(com.google.protobuf.ByteString value) The service account that the DeploymentResourcePool's container(s) run as.DeploymentResourcePool.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeploymentResourcePool.BuilderModifier and TypeMethodDescriptionListDeploymentResourcePoolsResponse.Builder.getDeploymentResourcePoolsBuilderList()The DeploymentResourcePools from the specified location.Methods in com.google.cloud.aiplatform.v1 with parameters of type DeploymentResourcePool.BuilderModifier and TypeMethodDescriptionListDeploymentResourcePoolsResponse.Builder.addDeploymentResourcePools(int index, DeploymentResourcePool.Builder builderForValue) The DeploymentResourcePools from the specified location.ListDeploymentResourcePoolsResponse.Builder.addDeploymentResourcePools(DeploymentResourcePool.Builder builderForValue) The DeploymentResourcePools from the specified location.CreateDeploymentResourcePoolRequest.Builder.setDeploymentResourcePool(DeploymentResourcePool.Builder builderForValue) Required.UpdateDeploymentResourcePoolRequest.Builder.setDeploymentResourcePool(DeploymentResourcePool.Builder builderForValue) Required.ListDeploymentResourcePoolsResponse.Builder.setDeploymentResourcePools(int index, DeploymentResourcePool.Builder builderForValue) The DeploymentResourcePools from the specified location.