{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Fine-Tuning: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Fine-Tuning:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource \r\nthe Details That Are Returned For Each Fine Tune Job Contain Besides Its Identifier\r\nthe Base Model, Training And Validation Files, Hyper Parameters, Time Stamps, Status And Events \r\nevents Are Created When The Job Status Changes, E G Running Or Complete, And When Results Are Uploaded", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/fine_tuning/jobs", "params": [ { "name": "after", "value": "", "type": "query", "description": "Identifier for the last event from the previous pagination request." }, { "name": "limit", "value": "", "type": "query", "description": "Number of events to retrieve. Defaults to 20." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File \r\nresponse Includes Details Of The Enqueued Job Including Job Status And Hyper Parameters \r\nthe Name Of The Fine Tuned Model Is Added To The Response Once Complete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/fine_tuning/jobs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id \r\nthe Details Contain The Base Model, Training And Validation Files, Hyper Parameters, Time Stamps, Status And Events \r\nevents Are Created When The Job Status Changes, E G Running Or Complete, And When Results Are Uploaded", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/fine_tuning/jobs/:fine-tuning-job-id", "params": [ { "name": "fine-tuning-job-id", "value": "", "type": "path", "description": "The identifier of the fine-tune job." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/fine_tuning/jobs/:fine-tuning-job-id", "params": [ { "name": "fine-tuning-job-id", "value": "", "type": "path", "description": "The identifier of the fine-tune job." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id \r\nevents Are Created When The Job Status Changes, E G Running Or Complete, And When Results Are Uploaded", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/fine_tuning/jobs/:fine-tuning-job-id/events", "params": [ { "name": "fine-tuning-job-id", "value": "", "type": "path", "description": "The identifier of the fine-tune job." }, { "name": "after", "value": "", "type": "query", "description": "Identifier for the last event from the previous pagination request." }, { "name": "limit", "value": "", "type": "query", "description": "Number of events to retrieve. Defaults to 20." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/fine_tuning/jobs/:fine-tuning-job-id/cancel", "params": [ { "name": "fine-tuning-job-id", "value": "", "type": "path", "description": "The identifier of the fine-tune job." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }