सार्वजनिक अंतिम एनम डेटाक्लास
प्रोटोबफ एनम tensorflow.DataClass
स्थिरांक
int यहाँ | डेटा_क्लास_BLOB_SEQUENCE_VALUE | Blob sequence time series. |
int यहाँ | डेटा_क्लास_SCALAR_VALUE | Scalar time series. |
int यहाँ | DATA_CLASS_TENSOR_VALUE | Tensor time series. |
int यहाँ | डेटा_क्लास_अज्ञात_मान | Unknown data class, used (implicitly) for legacy data. |
विरासत में मिली विधियाँ
अंतिम पूर्णांक | तुलना करें ( डेटाक्लास arg0) |
int यहाँ | तुलना करें (ऑब्जेक्ट arg0) |
अंतिम बूलियन | बराबर (ऑब्जेक्ट arg0) |
अंतिम कक्षा< डेटाक्लास > | getDeclaringClass () |
अंतिम पूर्णांक | हैशकोड () |
अंतिम स्ट्रिंग | नाम () |
अंतिम पूर्णांक | क्रमसूचक () |
डोरी | स्ट्रिंग () |
स्थिर <T Enum<T>> T का विस्तार करता है | valueOf (कक्षा<T> arg0, स्ट्रिंग arg1) |
बूलियन | बराबर (ऑब्जेक्ट arg0) |
अंतिम कक्षा<?> | गेटक्लास () |
int यहाँ | हैशकोड () |
अंतिम शून्य | सूचित करें () |
अंतिम शून्य | सभी को सूचित करें () |
डोरी | स्ट्रिंग () |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0, int arg1) |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0) |
अंतिम शून्य | इंतज़ार () |
सार इंट | तुलना करें ( डेटाक्लास arg0) |
एनम मान
सार्वजनिक स्थैतिक अंतिम डेटाक्लास DATA_CLASS_BLOB_SEQUENCE
Blob sequence time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-1 tensor of bytestring dtype.
DATA_CLASS_BLOB_SEQUENCE = 3;
सार्वजनिक स्थैतिक अंतिम डेटाक्लास DATA_CLASS_SCALAR
Scalar time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-0 tensor of floating-point dtype, which will be converted to float64.
DATA_CLASS_SCALAR = 1;
सार्वजनिक स्थैतिक अंतिम डेटाक्लास DATA_CLASS_TENSOR
Tensor time series. Each `Value` for the corresponding tag must have `tensor` set. The tensor value is arbitrary, but should be small to accommodate direct storage in database backends: an upper bound of a few kilobytes is a reasonable rule of thumb.
DATA_CLASS_TENSOR = 2;
सार्वजनिक स्थैतिक अंतिम डेटाक्लास DATA_CLASS_UNKNOWN
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
सार्वजनिक स्थैतिक अंतिम डेटाक्लास अपरिचित
स्थिरांक
सार्वजनिक स्थैतिक अंतिम पूर्णांक DATA_CLASS_BLOB_SEQUENCE_VALUE
Blob sequence time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-1 tensor of bytestring dtype.
DATA_CLASS_BLOB_SEQUENCE = 3;
स्थिर मान: 3
सार्वजनिक स्थैतिक अंतिम int DATA_CLASS_SCALAR_VALUE
Scalar time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-0 tensor of floating-point dtype, which will be converted to float64.
DATA_CLASS_SCALAR = 1;
स्थिर मान: 1
सार्वजनिक स्थैतिक अंतिम पूर्णांक DATA_CLASS_TENSOR_VALUE
Tensor time series. Each `Value` for the corresponding tag must have `tensor` set. The tensor value is arbitrary, but should be small to accommodate direct storage in database backends: an upper bound of a few kilobytes is a reasonable rule of thumb.
DATA_CLASS_TENSOR = 2;
स्थिर मान: 2
सार्वजनिक स्थैतिक अंतिम पूर्णांक DATA_CLASS_UNKNOWN_VALUE
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
स्थिर मान: 0