pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
Loading...
Searching...
No Matches
pcod_common::ArtifactConfig::Files Struct Reference

#include <model_manifest.hpp>

Public Attributes

std::string model
 Exported model path.
 
std::string checkpoint
 Source checkpoint path.
 
std::string resolved_training_config
 Resolved training configuration path.
 
std::string triton_repository
 Triton repository path.
 
std::string triton_config
 Triton model configuration path.
 
std::string triton_model
 Triton model artifact path.
 

Detailed Description

Bundle-relative artifact paths.

Definition at line 77 of file model_manifest.hpp.

Member Data Documentation

◆ checkpoint

std::string pcod_common::ArtifactConfig::Files::checkpoint

Source checkpoint path.

Definition at line 79 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ model

std::string pcod_common::ArtifactConfig::Files::model

Exported model path.

Definition at line 78 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ resolved_training_config

std::string pcod_common::ArtifactConfig::Files::resolved_training_config

Resolved training configuration path.

Definition at line 80 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ triton_config

std::string pcod_common::ArtifactConfig::Files::triton_config

Triton model configuration path.

Definition at line 82 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ triton_model

std::string pcod_common::ArtifactConfig::Files::triton_model

Triton model artifact path.

Definition at line 83 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ triton_repository

std::string pcod_common::ArtifactConfig::Files::triton_repository

Triton repository path.

Definition at line 81 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().


The documentation for this struct was generated from the following file: