public final class TuningDataStats extends GeneratedMessage implements TuningDataStatsOrBuilderThe tuning data statistic values for TuningJob.
Protobuf type google.cloud.aiplatform.v1.TuningDataStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TuningDataStatsImplements
TuningDataStatsOrBuilderStatic Fields
SUPERVISED_TUNING_DATA_STATS_FIELD_NUMBER
public static final int SUPERVISED_TUNING_DATA_STATS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TuningDataStats getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TuningDataStats.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TuningDataStats.Builder |
|
newBuilder(TuningDataStats prototype)
public static TuningDataStats.Builder newBuilder(TuningDataStats prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TuningDataStats |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats.Builder |
|
parseDelimitedFrom(InputStream input)
public static TuningDataStats parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TuningDataStats parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TuningDataStats parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TuningDataStats parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TuningDataStats parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TuningDataStats parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TuningDataStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TuningDataStats> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TuningDataStats> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TuningDataStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TuningDataStats |
|
getParserForType()
public Parser<TuningDataStats> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TuningDataStats> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSupervisedTuningDataStats()
public SupervisedTuningDataStats getSupervisedTuningDataStats()The SFT Tuning data stats.
.google.cloud.aiplatform.v1.SupervisedTuningDataStats supervised_tuning_data_stats = 1;
| Returns | |
|---|---|
| Type | Description |
SupervisedTuningDataStats |
The supervisedTuningDataStats. |
getSupervisedTuningDataStatsOrBuilder()
public SupervisedTuningDataStatsOrBuilder getSupervisedTuningDataStatsOrBuilder()The SFT Tuning data stats.
.google.cloud.aiplatform.v1.SupervisedTuningDataStats supervised_tuning_data_stats = 1;
| Returns | |
|---|---|
| Type | Description |
SupervisedTuningDataStatsOrBuilder |
|
getTuningDataStatsCase()
public TuningDataStats.TuningDataStatsCase getTuningDataStatsCase()| Returns | |
|---|---|
| Type | Description |
TuningDataStats.TuningDataStatsCase |
|
hasSupervisedTuningDataStats()
public boolean hasSupervisedTuningDataStats()The SFT Tuning data stats.
.google.cloud.aiplatform.v1.SupervisedTuningDataStats supervised_tuning_data_stats = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the supervisedTuningDataStats field is set. |
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 TuningDataStats.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TuningDataStats.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TuningDataStats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TuningDataStats.Builder |
|
toBuilder()
public TuningDataStats.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TuningDataStats.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|