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

#include <model_manifest.hpp>

Public Attributes

bool enabled = false
 Whether Triton artifacts were exported.
 
std::string model_name
 Triton model name.
 
std::string model_version
 Triton model version.
 

Detailed Description

Optional Triton deployment metadata.

Definition at line 87 of file model_manifest.hpp.

Member Data Documentation

◆ enabled

bool pcod_common::ArtifactConfig::TritonDeployment::enabled = false

Whether Triton artifacts were exported.

Definition at line 88 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ model_name

std::string pcod_common::ArtifactConfig::TritonDeployment::model_name

Triton model name.

Definition at line 89 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ model_version

std::string pcod_common::ArtifactConfig::TritonDeployment::model_version

Triton model version.

Definition at line 90 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().


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