Class: Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateMetatdata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateMetatdata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Operation metadata for suggesting Trials.
-
#study ⇒ ::String
The name of the Study that the Trial belongs to.
-
#trial ⇒ ::String
The Trial name.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns Operation metadata for suggesting Trials.
348 349 350 351 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 348 class CheckTrialEarlyStoppingStateMetatdata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#study ⇒ ::String
Returns The name of the Study that the Trial belongs to.
348 349 350 351 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 348 class CheckTrialEarlyStoppingStateMetatdata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trial ⇒ ::String
Returns The Trial name.
348 349 350 351 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 348 class CheckTrialEarlyStoppingStateMetatdata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |