All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.eas.predict.request.BladeDataType Maven / Gradle / Ivy

package com.aliyun.openservices.eas.predict.request;

/**
 * Created by evanlu.lyf on 2019/10/14.
 */
public enum BladeDataType {
    /**
     * 
     * Unknown value for DataType. Used to indicate a DataType field
     * has not been set.
     * 
*/ DT_UNKNOWN, DT_FLOAT, DT_INT32, DT_INT64, DT_STRING; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy