public final class Checkpoint extends GeneratedMessage implements CheckpointOrBuilderDescribes the machine learning model version checkpoint.
Protobuf type google.cloud.aiplatform.v1.Checkpoint
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CheckpointImplements
CheckpointOrBuilderStatic Fields
CHECKPOINT_ID_FIELD_NUMBER
public static final int CHECKPOINT_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EPOCH_FIELD_NUMBER
public static final int EPOCH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
STEP_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Checkpoint getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Checkpoint.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Checkpoint.Builder |
|
newBuilder(Checkpoint prototype)
public static Checkpoint.Builder newBuilder(Checkpoint prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Checkpoint |
| Returns | |
|---|---|
| Type | Description |
Checkpoint.Builder |
|
parseDelimitedFrom(InputStream input)
public static Checkpoint parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Checkpoint parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Checkpoint parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Checkpoint parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Checkpoint parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Checkpoint parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Checkpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Checkpoint> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Checkpoint> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCheckpointId()
public String getCheckpointId()The ID of the checkpoint.
string checkpoint_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The checkpointId. |
getCheckpointIdBytes()
public ByteString getCheckpointIdBytes()The ID of the checkpoint.
string checkpoint_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for checkpointId. |
getDefaultInstanceForType()
public Checkpoint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Checkpoint |
|
getEpoch()
public long getEpoch()The epoch of the checkpoint.
int64 epoch = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The epoch. |
getParserForType()
public Parser<Checkpoint> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Checkpoint> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getStep()
public long getStep()The step of the checkpoint.
int64 step = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The step. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Checkpoint.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Checkpoint.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Checkpoint.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Checkpoint.Builder |
|
toBuilder()
public Checkpoint.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Checkpoint.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|