Class: Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateMetatdata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns Operation metadata for suggesting Trials.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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