com.aliyun.openservices.paifeaturestore.domain.FeatureEntity 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
The newest version!
package com.aliyun.openservices.paifeaturestore.domain;
public class FeatureEntity {
com.aliyun.openservices.paifeaturestore.model.FeatureEntity featureEntity;
public FeatureEntity(com.aliyun.openservices.paifeaturestore.model.FeatureEntity featureEntity) {
this.featureEntity = featureEntity;
}
public com.aliyun.openservices.paifeaturestore.model.FeatureEntity getFeatureEntity() {
return featureEntity;
}
}