Interface CheckTrialEarlyStoppingStateRequestOrBuilder (3.42.0)

public interface CheckTrialEarlyStoppingStateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrialName()

public abstract String getTrialName()

Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}

string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The trialName.

getTrialNameBytes()

public abstract ByteString getTrialNameBytes()

Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}

string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for trialName.