Uses of Class
com.google.cloud.aiplatform.v1.StratifiedSplit.Builder
Packages that use StratifiedSplit.Builder
-
Uses of StratifiedSplit.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StratifiedSplit.BuilderModifier and TypeMethodDescriptionStratifiedSplit.Builder.clear()StratifiedSplit.Builder.clearKey()Required.StratifiedSplit.Builder.clearTestFraction()The fraction of the input data that is to be used to evaluate the Model.StratifiedSplit.Builder.clearTrainingFraction()The fraction of the input data that is to be used to train the Model.StratifiedSplit.Builder.clearValidationFraction()The fraction of the input data that is to be used to validate the Model.InputDataConfig.Builder.getStratifiedSplitBuilder()Supported only for tabular Datasets.StratifiedSplit.Builder.mergeFrom(StratifiedSplit other) StratifiedSplit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StratifiedSplit.Builder.mergeFrom(com.google.protobuf.Message other) static StratifiedSplit.BuilderStratifiedSplit.newBuilder()static StratifiedSplit.BuilderStratifiedSplit.newBuilder(StratifiedSplit prototype) StratifiedSplit.newBuilderForType()protected StratifiedSplit.BuilderStratifiedSplit.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.StratifiedSplit.Builder.setKeyBytes(com.google.protobuf.ByteString value) Required.StratifiedSplit.Builder.setTestFraction(double value) The fraction of the input data that is to be used to evaluate the Model.StratifiedSplit.Builder.setTrainingFraction(double value) The fraction of the input data that is to be used to train the Model.StratifiedSplit.Builder.setValidationFraction(double value) The fraction of the input data that is to be used to validate the Model.StratifiedSplit.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type StratifiedSplit.BuilderModifier and TypeMethodDescriptionInputDataConfig.Builder.setStratifiedSplit(StratifiedSplit.Builder builderForValue) Supported only for tabular Datasets.