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.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()
Returns
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>
|
Returns
public WriteTensorboardRunDataRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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];
Parameter
Returns
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];
Parameter
Returns
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];
Parameters
Returns
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];
Parameters
Returns
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];
Returns
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
Returns
public WriteTensorboardRunDataRequest build()
Returns
public WriteTensorboardRunDataRequest buildPartial()
Returns
public WriteTensorboardRunDataRequest.Builder clear()
Returns
Overrides
public WriteTensorboardRunDataRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public WriteTensorboardRunDataRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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) = { ... }
Returns
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];
Returns
public WriteTensorboardRunDataRequest.Builder clone()
Returns
Overrides
public WriteTensorboardRunDataRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
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];
Returns
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
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];
Returns
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
Returns
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()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public WriteTensorboardRunDataRequest.Builder mergeFrom(WriteTensorboardRunDataRequest other)
Parameter
Returns
public WriteTensorboardRunDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public WriteTensorboardRunDataRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final WriteTensorboardRunDataRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
public WriteTensorboardRunDataRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public WriteTensorboardRunDataRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
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.
|
Returns
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.
|
Returns
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];
Parameters
Returns
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];
Parameters
Returns
public final WriteTensorboardRunDataRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides