public static interface TensorRepresentation.VarLenSparseTensorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Identifies the column in the dataset that should be converted to the
VarLenSparseTensor.
|
com.google.protobuf.ByteString |
getColumnNameBytes()
Identifies the column in the dataset that should be converted to the
VarLenSparseTensor.
|
boolean |
hasColumnName()
Identifies the column in the dataset that should be converted to the
VarLenSparseTensor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasColumnName()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;String getColumnName()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;com.google.protobuf.ByteString getColumnNameBytes()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;Copyright © 2020 Gojek. All rights reserved.