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