MCPcopy Create free account
hub / github.com/catboost/catboost / GetSampleIds

Method GetSampleIds

catboost/libs/data/objects.h:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 TMaybeData<TConstArrayRef<TString>> GetSampleIds() const noexcept { // [objectIdx]
336 return CommonData.SampleId;
337 }
338
339 TMaybeData<TConstArrayRef<ui64>> GetTimestamp() const noexcept { // [objectIdx]
340 return CommonData.Timestamp;

Calls

no outgoing calls

Tested by

no test coverage detected