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