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