-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (34 loc) · 1 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: "Automating Image Classification with Microsoft Azure Custom Vision Training and Prediction"
description: "Get your model published using this action"
author: "Mritunjay Sharma"
inputs:
tags:
description: "Allow user to enter tags for classification"
required: true
tagsVar:
description: "The file name patter used"
requried: true
trainSize:
description: "The training size of each tag"
required: true
endpoint:
description: "The endpoint required to connect with Azure Custom Vision"
required: true
trainingKey:
description: "The training key for Azure Custom Vision Service"
required: true
predictionKey:
description: "The prediction key for Azure Custom Vision Service"
required: true
predictionResourceid:
description: "The Prediction Source ID for Azure Custom Vision Service"
required: true
outputs:
myOutput:
description: "Output from the action"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: 'box'
color: 'blue'