Class: Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.WriteTensorboardRunData.
Instance Attribute Summary collapse
-
#tensorboard_run ⇒ ::String
Required.
-
#time_series_data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>
Required.
Instance Attribute Details
#tensorboard_run ⇒ ::String
Returns Required. The resource name of the TensorboardRun to write data to.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.
628 629 630 631 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 628 class WriteTensorboardRunDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series_data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>
Returns 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.
628 629 630 631 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 628 class WriteTensorboardRunDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |