Interface AggSpec.AggSpecWeightedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec.AggSpecWeighted
,AggSpec.AggSpecWeighted.Builder
- Enclosing class:
- AggSpec
public static interface AggSpec.AggSpecWeightedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionColumn name for the source of input weights.com.google.protobuf.ByteString
Column name for the source of input weights.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWeightColumn
String getWeightColumn()Column name for the source of input weights.
string weight_column = 1;
- Returns:
- The weightColumn.
-
getWeightColumnBytes
com.google.protobuf.ByteString getWeightColumnBytes()Column name for the source of input weights.
string weight_column = 1;
- Returns:
- The bytes for weightColumn.
-