You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will get the version information of MyCustomModel including layer name
37
+
38
+
## PARAMETERS
39
+
40
+
### -ModelPath
41
+
Path to the model folder (automatically searches for Descriptor\*.xml inside)
42
+
43
+
```yaml
44
+
Type: String
45
+
Parameter Sets: (All)
46
+
Aliases:
47
+
48
+
Required: True
49
+
Position: 1
50
+
Default value: None
51
+
Accept pipeline input: False
52
+
Accept wildcard characters: False
53
+
```
54
+
55
+
### -ProgressAction
56
+
{{ Fill ProgressAction Description }}
57
+
58
+
```yaml
59
+
Type: ActionPreference
60
+
Parameter Sets: (All)
61
+
Aliases: proga
62
+
63
+
Required: False
64
+
Position: Named
65
+
Default value: None
66
+
Accept pipeline input: False
67
+
Accept wildcard characters: False
68
+
```
69
+
70
+
### CommonParameters
71
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments