Class CheckTrialEarlyStoppingStateRequest (2.4.0)

public final class CheckTrialEarlyStoppingStateRequest extends GeneratedMessageV3 implements CheckTrialEarlyStoppingStateRequestOrBuilder

Request message for VizierService.CheckTrialEarlyStoppingState.

Protobuf type google.cloud.aiplatform.v1beta1.CheckTrialEarlyStoppingStateRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CheckTrialEarlyStoppingStateRequest

Fields

TRIAL_NAME_FIELD_NUMBER

public static final int TRIAL_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstance()

public static CheckTrialEarlyStoppingStateRequest getDefaultInstance()
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest

getDefaultInstanceForType()

public CheckTrialEarlyStoppingStateRequest getDefaultInstanceForType()
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getParserForType()

public Parser<CheckTrialEarlyStoppingStateRequest> getParserForType()
Returns
TypeDescription
Parser<CheckTrialEarlyStoppingStateRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTrialName()

public 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 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.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static CheckTrialEarlyStoppingStateRequest.Builder newBuilder()
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest.Builder

newBuilder(CheckTrialEarlyStoppingStateRequest prototype)

public static CheckTrialEarlyStoppingStateRequest.Builder newBuilder(CheckTrialEarlyStoppingStateRequest prototype)
Parameter
NameDescription
prototypeCheckTrialEarlyStoppingStateRequest
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest.Builder

newBuilderForType()

public CheckTrialEarlyStoppingStateRequest.Builder newBuilderForType()
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CheckTrialEarlyStoppingStateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static CheckTrialEarlyStoppingStateRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CheckTrialEarlyStoppingStateRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CheckTrialEarlyStoppingStateRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CheckTrialEarlyStoppingStateRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CheckTrialEarlyStoppingStateRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CheckTrialEarlyStoppingStateRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CheckTrialEarlyStoppingStateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CheckTrialEarlyStoppingStateRequest> parser()
Returns
TypeDescription
Parser<CheckTrialEarlyStoppingStateRequest>

toBuilder()

public CheckTrialEarlyStoppingStateRequest.Builder toBuilder()
Returns
TypeDescription
CheckTrialEarlyStoppingStateRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException