public final class BatchReadTensorboardTimeSeriesDataRequest extends GeneratedMessageV3 implements BatchReadTensorboardTimeSeriesDataRequestOrBuilder
Request message for
TensorboardService.BatchReadTensorboardTimeSeriesData.
Protobuf type google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest
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>)
Static Fields
public static final int TENSORBOARD_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TIME_SERIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static BatchReadTensorboardTimeSeriesDataRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BatchReadTensorboardTimeSeriesDataRequest.Builder newBuilder()
public static BatchReadTensorboardTimeSeriesDataRequest.Builder newBuilder(BatchReadTensorboardTimeSeriesDataRequest prototype)
public static BatchReadTensorboardTimeSeriesDataRequest parseDelimitedFrom(InputStream input)
public static BatchReadTensorboardTimeSeriesDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(ByteString data)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(CodedInputStream input)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(InputStream input)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(ByteBuffer data)
public static BatchReadTensorboardTimeSeriesDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BatchReadTensorboardTimeSeriesDataRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public BatchReadTensorboardTimeSeriesDataRequest getDefaultInstanceForType()
public Parser<BatchReadTensorboardTimeSeriesDataRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public String getTensorboard()
Required. The resource name of the Tensorboard containing
TensorboardTimeSeries to read data from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.
The TensorboardTimeSeries referenced by
time_series
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The tensorboard.
|
public ByteString getTensorboardBytes()
Required. The resource name of the Tensorboard containing
TensorboardTimeSeries to read data from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.
The TensorboardTimeSeries referenced by
time_series
must be sub resources of this Tensorboard.
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for tensorboard.
|
public String getTimeSeries(int index)
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The timeSeries at the given index.
|
public ByteString getTimeSeriesBytes(int index)
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the timeSeries at the given index.
|
public int getTimeSeriesCount()
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
int | The count of timeSeries.
|
public ProtocolStringList getTimeSeriesList()
Required. The resource names of the TensorboardTimeSeries to read data
from. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchReadTensorboardTimeSeriesDataRequest.Builder newBuilderForType()
protected BatchReadTensorboardTimeSeriesDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public BatchReadTensorboardTimeSeriesDataRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides