Class: Google::Cloud::AIPlatform::V1::StopTrialRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StopTrialRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.StopTrial.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The Trial's name.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
.
360 361 362 363 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 360 class StopTrialRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |