Class: Google::Cloud::AIPlatform::V1::GetTensorboardExperimentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetTensorboardExperimentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.GetTensorboardExperiment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the TensorboardExperiment resource.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
.
237 238 239 240 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 237 class GetTensorboardExperimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |