public interface TimeSeriesDataPointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBlobs()
public abstract TensorboardBlobSequence getBlobs()A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
| Type | Description |
| TensorboardBlobSequence | The blobs. |
getBlobsOrBuilder()
public abstract TensorboardBlobSequenceOrBuilder getBlobsOrBuilder()A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
| Type | Description |
| TensorboardBlobSequenceOrBuilder |
getScalar()
public abstract Scalar getScalar()A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
| Type | Description |
| Scalar | The scalar. |
getScalarOrBuilder()
public abstract ScalarOrBuilder getScalarOrBuilder()A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
| Type | Description |
| ScalarOrBuilder |
getStep()
public abstract long getStep()Step index of this data point within the run.
int64 step = 2;
| Type | Description |
| long | The step. |
getTensor()
public abstract TensorboardTensor getTensor()A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
| Type | Description |
| TensorboardTensor | The tensor. |
getTensorOrBuilder()
public abstract TensorboardTensorOrBuilder getTensorOrBuilder()A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
| Type | Description |
| TensorboardTensorOrBuilder |
getValueCase()
public abstract TimeSeriesDataPoint.ValueCase getValueCase()| 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;
| 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;
| Type | Description |
| TimestampOrBuilder |
hasBlobs()
public abstract boolean hasBlobs()A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;
| Type | Description |
| boolean | Whether the blobs field is set. |
hasScalar()
public abstract boolean hasScalar()A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;
| Type | Description |
| boolean | Whether the scalar field is set. |
hasTensor()
public abstract boolean hasTensor()A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;
| 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;
| Type | Description |
| boolean | Whether the wallTime field is set. |