Class: Google::Cloud::AIPlatform::V1::UpdateTensorboardTimeSeriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateTensorboardTimeSeriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.UpdateTensorboardTimeSeries.
Instance Attribute Summary collapse
-
#tensorboard_time_series ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#tensorboard_time_series ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries
Returns Required. The TensorboardTimeSeries' name
field is used to identify the
TensorboardTimeSeries to be updated.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
.
629 630 631 632 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 629 class UpdateTensorboardTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the TensorboardTimeSeries resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it's in the mask. If the user does not provide a mask then all fields are overwritten if new values are specified.
629 630 631 632 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 629 class UpdateTensorboardTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |