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