Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateMetatdata (v0.19.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateMetatdata.

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#generic_metadata

def generic_metadata() -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns

#generic_metadata=

def generic_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Parameter
Returns

#study

def study() -> ::String
Returns
  • (::String) — The name of the Study that the Trial belongs to.

#study=

def study=(value) -> ::String
Parameter
  • value (::String) — The name of the Study that the Trial belongs to.
Returns
  • (::String) — The name of the Study that the Trial belongs to.

#trial

def trial() -> ::String
Returns
  • (::String) — The Trial name.

#trial=

def trial=(value) -> ::String
Parameter
  • value (::String) — The Trial name.
Returns
  • (::String) — The Trial name.