Uses of Class
com.google.cloud.aiplatform.v1.ModelVersionCheckpoint.Builder
Packages that use ModelVersionCheckpoint.Builder
-
Uses of ModelVersionCheckpoint.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelVersionCheckpoint.BuilderModifier and TypeMethodDescriptionListModelVersionCheckpointsResponse.Builder.addCheckpointsBuilder()List of Model Version checkpoints.ListModelVersionCheckpointsResponse.Builder.addCheckpointsBuilder(int index) List of Model Version checkpoints.ModelVersionCheckpoint.Builder.clear()ModelVersionCheckpoint.Builder.clearCheckpointId()The ID of the checkpoint.ModelVersionCheckpoint.Builder.clearEpoch()The epoch of the checkpoint.ModelVersionCheckpoint.Builder.clearStep()The step of the checkpoint.ListModelVersionCheckpointsResponse.Builder.getCheckpointsBuilder(int index) List of Model Version checkpoints.ModelVersionCheckpoint.Builder.mergeFrom(ModelVersionCheckpoint other) ModelVersionCheckpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelVersionCheckpoint.Builder.mergeFrom(com.google.protobuf.Message other) ModelVersionCheckpoint.newBuilder()ModelVersionCheckpoint.newBuilder(ModelVersionCheckpoint prototype) ModelVersionCheckpoint.newBuilderForType()protected ModelVersionCheckpoint.BuilderModelVersionCheckpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelVersionCheckpoint.Builder.setCheckpointId(String value) The ID of the checkpoint.ModelVersionCheckpoint.Builder.setCheckpointIdBytes(com.google.protobuf.ByteString value) The ID of the checkpoint.ModelVersionCheckpoint.Builder.setEpoch(long value) The epoch of the checkpoint.ModelVersionCheckpoint.Builder.setStep(long value) The step of the checkpoint.ModelVersionCheckpoint.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelVersionCheckpoint.BuilderModifier and TypeMethodDescriptionListModelVersionCheckpointsResponse.Builder.getCheckpointsBuilderList()List of Model Version checkpoints.Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelVersionCheckpoint.BuilderModifier and TypeMethodDescriptionListModelVersionCheckpointsResponse.Builder.addCheckpoints(int index, ModelVersionCheckpoint.Builder builderForValue) List of Model Version checkpoints.ListModelVersionCheckpointsResponse.Builder.addCheckpoints(ModelVersionCheckpoint.Builder builderForValue) List of Model Version checkpoints.ListModelVersionCheckpointsResponse.Builder.setCheckpoints(int index, ModelVersionCheckpoint.Builder builderForValue) List of Model Version checkpoints.