Class CheckTrialEarlyStoppingStateMetatdata (3.42.0)

public final class CheckTrialEarlyStoppingStateMetatdata extends GeneratedMessageV3 implements CheckTrialEarlyStoppingStateMetatdataOrBuilder

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

Protobuf type google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateMetatdata

Inheritance

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

Static Fields

GENERIC_METADATA_FIELD_NUMBER

public static final int GENERIC_METADATA_FIELD_NUMBER
Field Value
TypeDescription
int

STUDY_FIELD_NUMBER

public static final int STUDY_FIELD_NUMBER
Field Value
TypeDescription
int

TRIAL_FIELD_NUMBER

public static final int TRIAL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CheckTrialEarlyStoppingStateMetatdata getDefaultInstance()
Returns
TypeDescription
CheckTrialEarlyStoppingStateMetatdata

getDescriptor()

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

newBuilder()

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

newBuilder(CheckTrialEarlyStoppingStateMetatdata prototype)

public static CheckTrialEarlyStoppingStateMetatdata.Builder newBuilder(CheckTrialEarlyStoppingStateMetatdata prototype)
Parameter
NameDescription
prototypeCheckTrialEarlyStoppingStateMetatdata
Returns
TypeDescription
CheckTrialEarlyStoppingStateMetatdata.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CheckTrialEarlyStoppingStateMetatdata getDefaultInstanceForType()
Returns
TypeDescription
CheckTrialEarlyStoppingStateMetatdata

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

Operation metadata for suggesting Trials.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

Operation metadata for suggesting Trials.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStudy()

public String getStudy()

The name of the Study that the Trial belongs to.

string study = 2;

Returns
TypeDescription
String

The study.

getStudyBytes()

public ByteString getStudyBytes()

The name of the Study that the Trial belongs to.

string study = 2;

Returns
TypeDescription
ByteString

The bytes for study.

getTrial()

public String getTrial()

The Trial name.

string trial = 3;

Returns
TypeDescription
String

The trial.

getTrialBytes()

public ByteString getTrialBytes()

The Trial name.

string trial = 3;

Returns
TypeDescription
ByteString

The bytes for trial.

hasGenericMetadata()

public boolean hasGenericMetadata()

Operation metadata for suggesting Trials.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.

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

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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