Class: Google::Cloud::AIPlatform::V1::UpdateTensorboardRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateTensorboardRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.UpdateTensorboardRun.
Instance Attribute Summary collapse
-
#tensorboard_run ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardRun
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#tensorboard_run ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardRun
Returns Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.
480 481 482 483 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 480 class UpdateTensorboardRunRequest 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 TensorboardRun 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.
480 481 482 483 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 480 class UpdateTensorboardRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |