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