public final class WriteTensorboardRunDataRequest extends GeneratedMessageV3 implements WriteTensorboardRunDataRequestOrBuilder
Request message for
TensorboardService.WriteTensorboardRunData.
Protobuf type google.cloud.aiplatform.v1beta1.WriteTensorboardRunDataRequest
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_RUN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TIME_SERIES_DATA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static WriteTensorboardRunDataRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static WriteTensorboardRunDataRequest.Builder newBuilder()
public static WriteTensorboardRunDataRequest.Builder newBuilder(WriteTensorboardRunDataRequest prototype)
public static WriteTensorboardRunDataRequest parseDelimitedFrom(InputStream input)
public static WriteTensorboardRunDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WriteTensorboardRunDataRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static WriteTensorboardRunDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WriteTensorboardRunDataRequest parseFrom(ByteString data)
public static WriteTensorboardRunDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WriteTensorboardRunDataRequest parseFrom(CodedInputStream input)
public static WriteTensorboardRunDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WriteTensorboardRunDataRequest parseFrom(InputStream input)
public static WriteTensorboardRunDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WriteTensorboardRunDataRequest parseFrom(ByteBuffer data)
public static WriteTensorboardRunDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<WriteTensorboardRunDataRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public WriteTensorboardRunDataRequest getDefaultInstanceForType()
public Parser<WriteTensorboardRunDataRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public String getTensorboardRun()
Required. The resource name of the TensorboardRun to write data to.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The tensorboardRun.
|
public ByteString getTensorboardRunBytes()
Required. The resource name of the TensorboardRun to write data to.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for tensorboardRun.
|
public TimeSeriesData getTimeSeriesData(int index)
Required. The TensorboardTimeSeries data to write.
Values with in a time series are indexed by their step value.
Repeated writes to the same step will overwrite the existing value for that
step.
The upper limit of data points per write request is 5000.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public int getTimeSeriesDataCount()
Required. The TensorboardTimeSeries data to write.
Values with in a time series are indexed by their step value.
Repeated writes to the same step will overwrite the existing value for that
step.
The upper limit of data points per write request is 5000.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
public List<TimeSeriesData> getTimeSeriesDataList()
Required. The TensorboardTimeSeries data to write.
Values with in a time series are indexed by their step value.
Repeated writes to the same step will overwrite the existing value for that
step.
The upper limit of data points per write request is 5000.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesDataOrBuilder getTimeSeriesDataOrBuilder(int index)
Required. The TensorboardTimeSeries data to write.
Values with in a time series are indexed by their step value.
Repeated writes to the same step will overwrite the existing value for that
step.
The upper limit of data points per write request is 5000.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends TimeSeriesDataOrBuilder> getTimeSeriesDataOrBuilderList()
Required. The TensorboardTimeSeries data to write.
Values with in a time series are indexed by their step value.
Repeated writes to the same step will overwrite the existing value for that
step.
The upper limit of data points per write request is 5000.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataOrBuilder> | |
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public WriteTensorboardRunDataRequest.Builder newBuilderForType()
protected WriteTensorboardRunDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public WriteTensorboardRunDataRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides