public static final class Model.DataStats extends GeneratedMessageV3 implements Model.DataStatsOrBuilder
Stats of data used for train or evaluate the Model.
Protobuf type google.cloud.aiplatform.v1.Model.DataStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int TEST_ANNOTATIONS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TEST_DATA_ITEMS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRAINING_ANNOTATIONS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRAINING_DATA_ITEMS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int VALIDATION_ANNOTATIONS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int VALIDATION_DATA_ITEMS_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Model.DataStats getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Model.DataStats.Builder newBuilder()
public static Model.DataStats.Builder newBuilder(Model.DataStats prototype)
public static Model.DataStats parseDelimitedFrom(InputStream input)
public static Model.DataStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Model.DataStats parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static Model.DataStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Model.DataStats parseFrom(ByteString data)
public static Model.DataStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Model.DataStats parseFrom(CodedInputStream input)
public static Model.DataStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Model.DataStats parseFrom(InputStream input)
public static Model.DataStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Model.DataStats parseFrom(ByteBuffer data)
public static Model.DataStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Model.DataStats> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Model.DataStats getDefaultInstanceForType()
public Parser<Model.DataStats> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public long getTestAnnotationsCount()
Number of Annotations that are used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
Annotations used by the first evaluation. If the Model is not evaluated,
the number is 0.
int64 test_annotations_count = 6;
Returns |
---|
Type | Description |
long | The testAnnotationsCount.
|
public long getTestDataItemsCount()
Number of DataItems that were used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
DataItems used by the first evaluation. If the Model is not evaluated,
the number is 0.
int64 test_data_items_count = 3;
Returns |
---|
Type | Description |
long | The testDataItemsCount.
|
public long getTrainingAnnotationsCount()
Number of Annotations that are used for training this Model.
int64 training_annotations_count = 4;
Returns |
---|
Type | Description |
long | The trainingAnnotationsCount.
|
public long getTrainingDataItemsCount()
Number of DataItems that were used for training this Model.
int64 training_data_items_count = 1;
Returns |
---|
Type | Description |
long | The trainingDataItemsCount.
|
public long getValidationAnnotationsCount()
Number of Annotations that are used for validating this Model during
training.
int64 validation_annotations_count = 5;
Returns |
---|
Type | Description |
long | The validationAnnotationsCount.
|
public long getValidationDataItemsCount()
Number of DataItems that were used for validating this Model during
training.
int64 validation_data_items_count = 2;
Returns |
---|
Type | Description |
long | The validationDataItemsCount.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Model.DataStats.Builder newBuilderForType()
protected Model.DataStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Model.DataStats.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides