TrainingProposalController
class TrainingProposalController extends Controller
Traits
Methods
Determines if the request was done by an automated script (with API token or ajax).
Redirects to the _redirect URL, to a route or else back.
Get all training proposals of a MAIA job.
Get training proposals ordered by similarity to a specific proposal.
Continue a MAIA job from training proposal selection and refinement to object detection.
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
in
Controller at line 15
protected RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line 41
Response
index(int $id)
Get all training proposals of a MAIA job.
at line 75
Response
indexSimilar(int $id, int $id2)
Get training proposals ordered by similarity to a specific proposal.
at line 124
Response
submit(ContinueMaiaJob $request)
Continue a MAIA job from training proposal selection and refinement to object detection.
at line 150
Response
update(UpdateTrainingProposal $request)
Update a training proposal.