Package com.google.cloud.aiplatform.v1
Class Model.DataStats.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
com.google.cloud.aiplatform.v1.Model.DataStats.Builder
- All Implemented Interfaces:
Model.DataStatsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Model.DataStats
public static final class Model.DataStats.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
implements Model.DataStatsOrBuilder
Stats of data used for train or evaluate the Model.Protobuf type
google.cloud.aiplatform.v1.Model.DataStats-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Number of Annotations that are used for evaluating this Model.Number of DataItems that were used for evaluating this Model.Number of Annotations that are used for training this Model.Number of DataItems that were used for training this Model.Number of Annotations that are used for validating this Model during training.Number of DataItems that were used for validating this Model during training.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlongNumber of Annotations that are used for evaluating this Model.longNumber of DataItems that were used for evaluating this Model.longNumber of Annotations that are used for training this Model.longNumber of DataItems that were used for training this Model.longNumber of Annotations that are used for validating this Model during training.longNumber of DataItems that were used for validating this Model during training.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(Model.DataStats other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) setTestAnnotationsCount(long value) Number of Annotations that are used for evaluating this Model.setTestDataItemsCount(long value) Number of DataItems that were used for evaluating this Model.setTrainingAnnotationsCount(long value) Number of Annotations that are used for training this Model.setTrainingDataItemsCount(long value) Number of DataItems that were used for training this Model.setValidationAnnotationsCount(long value) Number of Annotations that are used for validating this Model during training.setValidationDataItemsCount(long value) Number of DataItems that were used for validating this Model during training.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Model.DataStats.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Model.DataStats.Builder>
-
mergeFrom
public Model.DataStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Model.DataStats.Builder>- Throws:
IOException
-
getTrainingDataItemsCount
public long getTrainingDataItemsCount()Number of DataItems that were used for training this Model.
int64 training_data_items_count = 1;- Specified by:
getTrainingDataItemsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The trainingDataItemsCount.
-
setTrainingDataItemsCount
Number of DataItems that were used for training this Model.
int64 training_data_items_count = 1;- Parameters:
value- The trainingDataItemsCount to set.- Returns:
- This builder for chaining.
-
clearTrainingDataItemsCount
Number of DataItems that were used for training this Model.
int64 training_data_items_count = 1;- Returns:
- This builder for chaining.
-
getValidationDataItemsCount
public long getValidationDataItemsCount()Number of DataItems that were used for validating this Model during training.
int64 validation_data_items_count = 2;- Specified by:
getValidationDataItemsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The validationDataItemsCount.
-
setValidationDataItemsCount
Number of DataItems that were used for validating this Model during training.
int64 validation_data_items_count = 2;- Parameters:
value- The validationDataItemsCount to set.- Returns:
- This builder for chaining.
-
clearValidationDataItemsCount
Number of DataItems that were used for validating this Model during training.
int64 validation_data_items_count = 2;- Returns:
- This builder for chaining.
-
getTestDataItemsCount
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;- Specified by:
getTestDataItemsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The testDataItemsCount.
-
setTestDataItemsCount
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;- Parameters:
value- The testDataItemsCount to set.- Returns:
- This builder for chaining.
-
clearTestDataItemsCount
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:
- This builder for chaining.
-
getTrainingAnnotationsCount
public long getTrainingAnnotationsCount()Number of Annotations that are used for training this Model.
int64 training_annotations_count = 4;- Specified by:
getTrainingAnnotationsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The trainingAnnotationsCount.
-
setTrainingAnnotationsCount
Number of Annotations that are used for training this Model.
int64 training_annotations_count = 4;- Parameters:
value- The trainingAnnotationsCount to set.- Returns:
- This builder for chaining.
-
clearTrainingAnnotationsCount
Number of Annotations that are used for training this Model.
int64 training_annotations_count = 4;- Returns:
- This builder for chaining.
-
getValidationAnnotationsCount
public long getValidationAnnotationsCount()Number of Annotations that are used for validating this Model during training.
int64 validation_annotations_count = 5;- Specified by:
getValidationAnnotationsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The validationAnnotationsCount.
-
setValidationAnnotationsCount
Number of Annotations that are used for validating this Model during training.
int64 validation_annotations_count = 5;- Parameters:
value- The validationAnnotationsCount to set.- Returns:
- This builder for chaining.
-
clearValidationAnnotationsCount
Number of Annotations that are used for validating this Model during training.
int64 validation_annotations_count = 5;- Returns:
- This builder for chaining.
-
getTestAnnotationsCount
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;- Specified by:
getTestAnnotationsCountin interfaceModel.DataStatsOrBuilder- Returns:
- The testAnnotationsCount.
-
setTestAnnotationsCount
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;- Parameters:
value- The testAnnotationsCount to set.- Returns:
- This builder for chaining.
-
clearTestAnnotationsCount
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:
- This builder for chaining.
-