Uses of Interface
com.google.cloud.aiplatform.v1.TensorboardBlobOrBuilder
-
Packages that use TensorboardBlobOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of TensorboardBlobOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement TensorboardBlobOrBuilder Modifier and Type Class Description class
TensorboardBlob
One blob (e.g, image, graph) viewable on a blob metric plot.static class
TensorboardBlob.Builder
One blob (e.g, image, graph) viewable on a blob metric plot.Methods in com.google.cloud.aiplatform.v1 that return TensorboardBlobOrBuilder Modifier and Type Method Description TensorboardBlobOrBuilder
ReadTensorboardBlobDataResponse.Builder. getBlobsOrBuilder(int index)
Blob messages containing blob bytes.TensorboardBlobOrBuilder
ReadTensorboardBlobDataResponse. getBlobsOrBuilder(int index)
Blob messages containing blob bytes.TensorboardBlobOrBuilder
ReadTensorboardBlobDataResponseOrBuilder. getBlobsOrBuilder(int index)
Blob messages containing blob bytes.TensorboardBlobOrBuilder
TensorboardBlobSequence.Builder. getValuesOrBuilder(int index)
List of blobs contained within the sequence.TensorboardBlobOrBuilder
TensorboardBlobSequence. getValuesOrBuilder(int index)
List of blobs contained within the sequence.TensorboardBlobOrBuilder
TensorboardBlobSequenceOrBuilder. getValuesOrBuilder(int index)
List of blobs contained within the sequence.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TensorboardBlobOrBuilder Modifier and Type Method Description List<? extends TensorboardBlobOrBuilder>
ReadTensorboardBlobDataResponse.Builder. getBlobsOrBuilderList()
Blob messages containing blob bytes.List<? extends TensorboardBlobOrBuilder>
ReadTensorboardBlobDataResponse. getBlobsOrBuilderList()
Blob messages containing blob bytes.List<? extends TensorboardBlobOrBuilder>
ReadTensorboardBlobDataResponseOrBuilder. getBlobsOrBuilderList()
Blob messages containing blob bytes.List<? extends TensorboardBlobOrBuilder>
TensorboardBlobSequence.Builder. getValuesOrBuilderList()
List of blobs contained within the sequence.List<? extends TensorboardBlobOrBuilder>
TensorboardBlobSequence. getValuesOrBuilderList()
List of blobs contained within the sequence.List<? extends TensorboardBlobOrBuilder>
TensorboardBlobSequenceOrBuilder. getValuesOrBuilderList()
List of blobs contained within the sequence.
-