com.aliyun.openservices.paifeaturestore.constants.InsertMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paifeaturestore-sdk Show documentation
Show all versions of paifeaturestore-sdk Show documentation
SDK for PAI-FeatureStore service
package com.aliyun.openservices.paifeaturestore.constants;
public enum InsertMode {
Unknown,
FullRowWrite,
PartialFieldWrite
}