Uses of Class
com.google.cloud.aiplatform.v1.Checkpoint
Packages that use Checkpoint
-
Uses of Checkpoint in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CheckpointModifier and TypeMethodDescriptionCheckpoint.Builder.build()Checkpoint.Builder.buildPartial()Model.Builder.getCheckpoints(int index) Optional.Model.getCheckpoints(int index) Optional.ModelOrBuilder.getCheckpoints(int index) Optional.static CheckpointCheckpoint.getDefaultInstance()Checkpoint.Builder.getDefaultInstanceForType()Checkpoint.getDefaultInstanceForType()static CheckpointCheckpoint.parseDelimitedFrom(InputStream input) static CheckpointCheckpoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckpointCheckpoint.parseFrom(byte[] data) static CheckpointCheckpoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckpointCheckpoint.parseFrom(com.google.protobuf.ByteString data) static CheckpointCheckpoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckpointCheckpoint.parseFrom(com.google.protobuf.CodedInputStream input) static CheckpointCheckpoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckpointCheckpoint.parseFrom(InputStream input) static CheckpointCheckpoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckpointCheckpoint.parseFrom(ByteBuffer data) static CheckpointCheckpoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CheckpointModifier and TypeMethodDescriptionModel.Builder.getCheckpointsList()Optional.Model.getCheckpointsList()Optional.ModelOrBuilder.getCheckpointsList()Optional.com.google.protobuf.Parser<Checkpoint>Checkpoint.getParserForType()static com.google.protobuf.Parser<Checkpoint>Checkpoint.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CheckpointModifier and TypeMethodDescriptionModel.Builder.addCheckpoints(int index, Checkpoint value) Optional.Model.Builder.addCheckpoints(Checkpoint value) Optional.Checkpoint.Builder.mergeFrom(Checkpoint other) static Checkpoint.BuilderCheckpoint.newBuilder(Checkpoint prototype) Model.Builder.setCheckpoints(int index, Checkpoint value) Optional.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type CheckpointModifier and TypeMethodDescriptionModel.Builder.addAllCheckpoints(Iterable<? extends Checkpoint> values) Optional.