Uses of Class
com.google.cloud.aiplatform.v1.FractionSplit.Builder
Packages that use FractionSplit.Builder
-
Uses of FractionSplit.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FractionSplit.BuilderModifier and TypeMethodDescriptionFractionSplit.Builder.clear()FractionSplit.Builder.clearTestFraction()The fraction of the input data that is to be used to evaluate the Model.FractionSplit.Builder.clearTrainingFraction()The fraction of the input data that is to be used to train the Model.FractionSplit.Builder.clearValidationFraction()The fraction of the input data that is to be used to validate the Model.InputDataConfig.Builder.getFractionSplitBuilder()Split based on fractions defining the size of each set.FractionSplit.Builder.mergeFrom(FractionSplit other) FractionSplit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FractionSplit.Builder.mergeFrom(com.google.protobuf.Message other) static FractionSplit.BuilderFractionSplit.newBuilder()static FractionSplit.BuilderFractionSplit.newBuilder(FractionSplit prototype) FractionSplit.newBuilderForType()protected FractionSplit.BuilderFractionSplit.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FractionSplit.Builder.setTestFraction(double value) The fraction of the input data that is to be used to evaluate the Model.FractionSplit.Builder.setTrainingFraction(double value) The fraction of the input data that is to be used to train the Model.FractionSplit.Builder.setValidationFraction(double value) The fraction of the input data that is to be used to validate the Model.FractionSplit.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type FractionSplit.BuilderModifier and TypeMethodDescriptionInputDataConfig.Builder.setFractionSplit(FractionSplit.Builder builderForValue) Split based on fractions defining the size of each set.