public static final class WriteTensorboardRunDataRequest.Builder extends GeneratedMessageV3.Builder<WriteTensorboardRunDataRequest.Builder> implements WriteTensorboardRunDataRequestOrBuilder
Request message for
TensorboardService.WriteTensorboardRunData.
Protobuf type google.cloud.aiplatform.v1.WriteTensorboardRunDataRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public WriteTensorboardRunDataRequest.Builder addAllTimeSeriesData(Iterable<? extends TimeSeriesData> values)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.TimeSeriesData>
|
public WriteTensorboardRunDataRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public WriteTensorboardRunDataRequest.Builder addTimeSeriesData(TimeSeriesData value)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public WriteTensorboardRunDataRequest.Builder addTimeSeriesData(TimeSeriesData.Builder builderForValue)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public WriteTensorboardRunDataRequest.Builder addTimeSeriesData(int index, TimeSeriesData value)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public WriteTensorboardRunDataRequest.Builder addTimeSeriesData(int index, TimeSeriesData.Builder builderForValue)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder addTimeSeriesDataBuilder()
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder addTimeSeriesDataBuilder(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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public WriteTensorboardRunDataRequest build()
public WriteTensorboardRunDataRequest buildPartial()
public WriteTensorboardRunDataRequest.Builder clear()
Overrides
public WriteTensorboardRunDataRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public WriteTensorboardRunDataRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public WriteTensorboardRunDataRequest.Builder clearTensorboardRun()
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) = { ... }
public WriteTensorboardRunDataRequest.Builder clearTimeSeriesData()
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public WriteTensorboardRunDataRequest.Builder clone()
Overrides
public WriteTensorboardRunDataRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public TimeSeriesData.Builder getTimeSeriesDataBuilder(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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<TimeSeriesData.Builder> getTimeSeriesDataBuilderList()
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1.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.v1.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.v1.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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TimeSeriesDataOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public WriteTensorboardRunDataRequest.Builder mergeFrom(WriteTensorboardRunDataRequest other)
public WriteTensorboardRunDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public WriteTensorboardRunDataRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final WriteTensorboardRunDataRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public WriteTensorboardRunDataRequest.Builder removeTimeSeriesData(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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public WriteTensorboardRunDataRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public WriteTensorboardRunDataRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public WriteTensorboardRunDataRequest.Builder setTensorboardRun(String value)
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) = { ... }
Parameter |
---|
Name | Description |
value | String
The tensorboardRun to set.
|
public WriteTensorboardRunDataRequest.Builder setTensorboardRunBytes(ByteString value)
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) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for tensorboardRun to set.
|
public WriteTensorboardRunDataRequest.Builder setTimeSeriesData(int index, TimeSeriesData value)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public WriteTensorboardRunDataRequest.Builder setTimeSeriesData(int index, TimeSeriesData.Builder builderForValue)
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.v1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
public final WriteTensorboardRunDataRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides