MCPcopy Create free account
hub / github.com/featureform/featureform / GetResource

Method GetResource

lib/sampleproto/metadata.pb.go:793–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

791}
792
793func (m *ResourceVariant) GetResource() isResourceVariant_Resource {
794 if m != nil {
795 return m.Resource
796 }
797 return nil
798}
799
800func (x *ResourceVariant) GetFeatureVariant() *FeatureVariant {
801 if x, ok := x.GetResource().(*ResourceVariant_FeatureVariant); ok {

Callers 4

GetFeatureVariantMethod · 0.95
GetLabelVariantMethod · 0.95
GetTrainingSetVariantMethod · 0.95
GetSourceVariantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected