Uses of Class
com.google.cloud.aiplatform.v1.TensorboardBlob
Packages that use TensorboardBlob
-
Uses of TensorboardBlob in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TensorboardBlobModifier and TypeMethodDescriptionTensorboardBlob.Builder.build()TensorboardBlob.Builder.buildPartial()ReadTensorboardBlobDataResponse.Builder.getBlobs(int index) Blob messages containing blob bytes.ReadTensorboardBlobDataResponse.getBlobs(int index) Blob messages containing blob bytes.ReadTensorboardBlobDataResponseOrBuilder.getBlobs(int index) Blob messages containing blob bytes.static TensorboardBlobTensorboardBlob.getDefaultInstance()TensorboardBlob.Builder.getDefaultInstanceForType()TensorboardBlob.getDefaultInstanceForType()TensorboardBlobSequence.Builder.getValues(int index) List of blobs contained within the sequence.TensorboardBlobSequence.getValues(int index) List of blobs contained within the sequence.TensorboardBlobSequenceOrBuilder.getValues(int index) List of blobs contained within the sequence.static TensorboardBlobTensorboardBlob.parseDelimitedFrom(InputStream input) static TensorboardBlobTensorboardBlob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorboardBlobTensorboardBlob.parseFrom(byte[] data) static TensorboardBlobTensorboardBlob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorboardBlobTensorboardBlob.parseFrom(com.google.protobuf.ByteString data) static TensorboardBlobTensorboardBlob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorboardBlobTensorboardBlob.parseFrom(com.google.protobuf.CodedInputStream input) static TensorboardBlobTensorboardBlob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorboardBlobTensorboardBlob.parseFrom(InputStream input) static TensorboardBlobTensorboardBlob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorboardBlobTensorboardBlob.parseFrom(ByteBuffer data) static TensorboardBlobTensorboardBlob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TensorboardBlobModifier and TypeMethodDescriptionReadTensorboardBlobDataResponse.Builder.getBlobsList()Blob messages containing blob bytes.ReadTensorboardBlobDataResponse.getBlobsList()Blob messages containing blob bytes.ReadTensorboardBlobDataResponseOrBuilder.getBlobsList()Blob messages containing blob bytes.com.google.protobuf.Parser<TensorboardBlob>TensorboardBlob.getParserForType()TensorboardBlobSequence.Builder.getValuesList()List of blobs contained within the sequence.TensorboardBlobSequence.getValuesList()List of blobs contained within the sequence.TensorboardBlobSequenceOrBuilder.getValuesList()List of blobs contained within the sequence.static com.google.protobuf.Parser<TensorboardBlob>TensorboardBlob.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type TensorboardBlobModifier and TypeMethodDescriptionReadTensorboardBlobDataResponse.Builder.addBlobs(int index, TensorboardBlob value) Blob messages containing blob bytes.ReadTensorboardBlobDataResponse.Builder.addBlobs(TensorboardBlob value) Blob messages containing blob bytes.TensorboardBlobSequence.Builder.addValues(int index, TensorboardBlob value) List of blobs contained within the sequence.TensorboardBlobSequence.Builder.addValues(TensorboardBlob value) List of blobs contained within the sequence.TensorboardBlob.Builder.mergeFrom(TensorboardBlob other) static TensorboardBlob.BuilderTensorboardBlob.newBuilder(TensorboardBlob prototype) ReadTensorboardBlobDataResponse.Builder.setBlobs(int index, TensorboardBlob value) Blob messages containing blob bytes.TensorboardBlobSequence.Builder.setValues(int index, TensorboardBlob value) List of blobs contained within the sequence.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type TensorboardBlobModifier and TypeMethodDescriptionReadTensorboardBlobDataResponse.Builder.addAllBlobs(Iterable<? extends TensorboardBlob> values) Blob messages containing blob bytes.TensorboardBlobSequence.Builder.addAllValues(Iterable<? extends TensorboardBlob> values) List of blobs contained within the sequence.