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