Variable: SourceType
const SourceType: {
LOCAL: "LOCAL";
HUGGING_FACE: "HUGGING_FACE";
S3: "S3";
GCS: "GCS";
AZURE: "AZURE";
ARTIFACTORY: "ARTIFACTORY";
GITLAB: "GITLAB";
ALL: "ALL";
};
Defined in: src/models/model-security-enums.ts:124
Source type for model origin.
Type Declaration
LOCAL
readonly LOCAL: "LOCAL" = 'LOCAL';
HUGGING_FACE
readonly HUGGING_FACE: "HUGGING_FACE" = 'HUGGING_FACE';
S3
readonly S3: "S3" = 'S3';
GCS
readonly GCS: "GCS" = 'GCS';
AZURE
readonly AZURE: "AZURE" = 'AZURE';
ARTIFACTORY
readonly ARTIFACTORY: "ARTIFACTORY" = 'ARTIFACTORY';
GITLAB
readonly GITLAB: "GITLAB" = 'GITLAB';
ALL
readonly ALL: "ALL" = 'ALL';