public interface TimeSeriesDataPointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBlobs()
public abstract TensorboardBlobSequence getBlobs()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
Returns | |
---|---|
Type | Description |
TensorboardBlobSequence |
The blobs. |
getBlobsOrBuilder()
public abstract TensorboardBlobSequenceOrBuilder getBlobsOrBuilder()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
Returns | |
---|---|
Type | Description |
TensorboardBlobSequenceOrBuilder |
getScalar()
public abstract Scalar getScalar()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
Returns | |
---|---|
Type | Description |
Scalar |
The scalar. |
getScalarOrBuilder()
public abstract ScalarOrBuilder getScalarOrBuilder()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
Returns | |
---|---|
Type | Description |
ScalarOrBuilder |
getStep()
public abstract long getStep()
Step index of this data point within the run.
int64 step = 2;
Returns | |
---|---|
Type | Description |
long |
The step. |
getTensor()
public abstract TensorboardTensor getTensor()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
Returns | |
---|---|
Type | Description |
TensorboardTensor |
The tensor. |
getTensorOrBuilder()
public abstract TensorboardTensorOrBuilder getTensorOrBuilder()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
Returns | |
---|---|
Type | Description |
TensorboardTensorOrBuilder |
getValueCase()
public abstract TimeSeriesDataPoint.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
TimeSeriesDataPoint.ValueCase |
getWallTime()
public abstract Timestamp getWallTime()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The wallTime. |
getWallTimeOrBuilder()
public abstract TimestampOrBuilder getWallTimeOrBuilder()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasBlobs()
public abstract boolean hasBlobs()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the blobs field is set. |
hasScalar()
public abstract boolean hasScalar()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the scalar field is set. |
hasTensor()
public abstract boolean hasTensor()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the tensor field is set. |
hasWallTime()
public abstract boolean hasWallTime()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the wallTime field is set. |