Publish to Marketplace
Model documentation
Request Approval
Published
Model catalog Select a catalog @for (catalog of catalogs; track catalog) { {{ catalog.name }} }
STEPS TO SUBMIT PUBLICATION ( COMPLETED)
@if (publishToMarketPlaceForm.controls["catalog"].value) {
@if (publishToMarketPlaceForm.value.name) { } @else {
1
}
Model name
Model name
@if (publishToMarketPlaceForm.value.description) { } @else {
2
}
Model description
The provided description less than 500 characters If you want to improve your model description rating then please add more details
@if ( publishToMarketPlaceForm.value.category && publishToMarketPlaceForm.value.toolkitType ) { } @else {
3
}
Model category Select category @for (category of categories; track category) { {{ category.name }} }
Select toolkitType @for (toolkitType of toolkitTypes; track toolkitType) { {{ toolkitType.name }} }
@if (data.licenseProfile) { } @else {
4
}
Model license profile
@if (addEditLicenseProfile) {
}
@if (documents().length > 0) { } @else {
5
}
Model Documents
@for (document of documents(); track document) { {{ document.name }} }
Add documents (such as a README file) to give more details and show how to use your model.
@if (publishToMarketPlaceForm.value.tags.length > 0) { } @else {
7
}
Model tags Add tag @for (tag of tagsItems(); track tag) { {{ tag.tag }} } @for (tag of filteredTags | async; track tag) { {{ tag }} }
@if (imageToShow) { } @else {
8
}
Model image @if (!imageToShow) { }

Upload an image that will identify your model in Marketplace. You can upload jpg, jpeg, png and gif file with maximum size of 1MB.

file
{{ imageToShow?.name }} | Change
}