Uses of Class
com.google.cloud.aiplatform.v1.BatchDedicatedResources
Packages that use BatchDedicatedResources
-
Uses of BatchDedicatedResources in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchDedicatedResourcesModifier and TypeMethodDescriptionBatchDedicatedResources.Builder.build()BatchDedicatedResources.Builder.buildPartial()BatchPredictionJob.Builder.getDedicatedResources()The config of resources used by the Model during the batch prediction.BatchPredictionJob.getDedicatedResources()The config of resources used by the Model during the batch prediction.BatchPredictionJobOrBuilder.getDedicatedResources()The config of resources used by the Model during the batch prediction.static BatchDedicatedResourcesBatchDedicatedResources.getDefaultInstance()BatchDedicatedResources.Builder.getDefaultInstanceForType()BatchDedicatedResources.getDefaultInstanceForType()static BatchDedicatedResourcesBatchDedicatedResources.parseDelimitedFrom(InputStream input) static BatchDedicatedResourcesBatchDedicatedResources.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(byte[] data) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(com.google.protobuf.ByteString data) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(com.google.protobuf.CodedInputStream input) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(InputStream input) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(ByteBuffer data) static BatchDedicatedResourcesBatchDedicatedResources.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BatchDedicatedResourcesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BatchDedicatedResources>BatchDedicatedResources.getParserForType()static com.google.protobuf.Parser<BatchDedicatedResources>BatchDedicatedResources.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchDedicatedResourcesModifier and TypeMethodDescriptionBatchPredictionJob.Builder.mergeDedicatedResources(BatchDedicatedResources value) The config of resources used by the Model during the batch prediction.BatchDedicatedResources.Builder.mergeFrom(BatchDedicatedResources other) BatchDedicatedResources.newBuilder(BatchDedicatedResources prototype) BatchPredictionJob.Builder.setDedicatedResources(BatchDedicatedResources value) The config of resources used by the Model during the batch prediction.