ExportFractionSplit.Builder |
ExportFractionSplit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clear() |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clearTestFraction() |
The fraction of the input data that is to be used to evaluate the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clearTrainingFraction() |
The fraction of the input data that is to be used to train the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clearValidationFraction() |
The fraction of the input data that is to be used to validate the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.clone() |
|
ExportFractionSplit.Builder |
ExportDataConfig.Builder.getFractionSplitBuilder() |
Split based on fractions defining the size of each set.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.mergeFrom(ExportFractionSplit other) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExportFractionSplit.Builder |
ExportFractionSplit.newBuilder() |
|
static ExportFractionSplit.Builder |
ExportFractionSplit.newBuilder(ExportFractionSplit prototype) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.newBuilderForType() |
|
protected ExportFractionSplit.Builder |
ExportFractionSplit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setTestFraction(double value) |
The fraction of the input data that is to be used to evaluate the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setTrainingFraction(double value) |
The fraction of the input data that is to be used to train the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExportFractionSplit.Builder |
ExportFractionSplit.Builder.setValidationFraction(double value) |
The fraction of the input data that is to be used to validate the Model.
|
ExportFractionSplit.Builder |
ExportFractionSplit.toBuilder() |
|