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