Class CheckTrialEarlyStoppingStateResponse.Builder (3.88.0)

public static final class CheckTrialEarlyStoppingStateResponse.Builder extends GeneratedMessage.Builder<CheckTrialEarlyStoppingStateResponse.Builder> implements CheckTrialEarlyStoppingStateResponseOrBuilder

Response message for VizierService.CheckTrialEarlyStoppingState.

Protobuf type google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CheckTrialEarlyStoppingStateResponse build()
Returns
Type Description
CheckTrialEarlyStoppingStateResponse

buildPartial()

public CheckTrialEarlyStoppingStateResponse buildPartial()
Returns
Type Description
CheckTrialEarlyStoppingStateResponse

clear()

public CheckTrialEarlyStoppingStateResponse.Builder clear()
Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder
Overrides

clearShouldStop()

public CheckTrialEarlyStoppingStateResponse.Builder clearShouldStop()

True if the Trial should stop.

bool should_stop = 1;

Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public CheckTrialEarlyStoppingStateResponse getDefaultInstanceForType()
Returns
Type Description
CheckTrialEarlyStoppingStateResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getShouldStop()

public boolean getShouldStop()

True if the Trial should stop.

bool should_stop = 1;

Returns
Type Description
boolean

The shouldStop.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CheckTrialEarlyStoppingStateResponse other)

public CheckTrialEarlyStoppingStateResponse.Builder mergeFrom(CheckTrialEarlyStoppingStateResponse other)
Parameter
Name Description
other CheckTrialEarlyStoppingStateResponse
Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckTrialEarlyStoppingStateResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CheckTrialEarlyStoppingStateResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder
Overrides

setShouldStop(boolean value)

public CheckTrialEarlyStoppingStateResponse.Builder setShouldStop(boolean value)

True if the Trial should stop.

bool should_stop = 1;

Parameter
Name Description
value boolean

The shouldStop to set.

Returns
Type Description
CheckTrialEarlyStoppingStateResponse.Builder

This builder for chaining.