public final class TimeSeriesData extends GeneratedMessageV3 implements TimeSeriesDataOrBuilder
All the data stored in a TensorboardTimeSeries.
Protobuf type google.cloud.aiplatform.v1.TimeSeriesData
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int TENSORBOARD_TIME_SERIES_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int VALUES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int VALUE_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static TimeSeriesData getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static TimeSeriesData.Builder newBuilder()
public static TimeSeriesData.Builder newBuilder(TimeSeriesData prototype)
public static TimeSeriesData parseDelimitedFrom(InputStream input)
public static TimeSeriesData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesData parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static TimeSeriesData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesData parseFrom(ByteString data)
public static TimeSeriesData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesData parseFrom(CodedInputStream input)
public static TimeSeriesData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesData parseFrom(InputStream input)
public static TimeSeriesData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesData parseFrom(ByteBuffer data)
public static TimeSeriesData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<TimeSeriesData> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public TimeSeriesData getDefaultInstanceForType()
public Parser<TimeSeriesData> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public String getTensorboardTimeSeriesId()
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The tensorboardTimeSeriesId.
|
public ByteString getTensorboardTimeSeriesIdBytes()
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for tensorboardTimeSeriesId.
|
public TensorboardTimeSeries.ValueType getValueType()
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
public int getValueTypeValue()
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for valueType.
|
public TimeSeriesDataPoint getValues(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public int getValuesCount()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
public List<TimeSeriesDataPoint> getValuesList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesDataPointOrBuilder getValuesOrBuilder(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends TimeSeriesDataPointOrBuilder> getValuesOrBuilderList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TimeSeriesDataPointOrBuilder> | |
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TimeSeriesData.Builder newBuilderForType()
protected TimeSeriesData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public TimeSeriesData.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides