Delen via


TrainingAPIClient class

Extends

Constructors

TrainingAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

Initialiseert een nieuw exemplaar van de klasse TrainingAPIClient.

Overgenomen eigenschappen

credentials
endpoint

Methoden

createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase)

Deze API accepteert een batch met afbeeldingsregio's en eventueel tags om bestaande installatiekopieën bij te werken met regiogegevens. Er is een limiet van 64 vermeldingen in de batch. Als alle regio's zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke regio weergegeven in de nettolading van het antwoord.

createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase, ServiceCallback<ImageRegionCreateSummary>)
createImageRegions(string, ImageRegionCreateBatch, ServiceCallback<ImageRegionCreateSummary>)
createImagesFromData(string, HttpRequestBody, ServiceCallback<ImageCreateSummary>)
createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams)

Deze API accepteert hoofdtekstinhoud als meerdelige/form-data en application/octet-stream. Bij gebruik van meerdere delen kunnen meerdere afbeeldingsbestanden tegelijk worden verzonden, met een maximum van 64 bestanden. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams, ServiceCallback<ImageCreateSummary>)
createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase)

Deze API accepteert een batch bestanden en eventueel tags om afbeeldingen te maken. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
createImagesFromFiles(string, ImageFileCreateBatch, ServiceCallback<ImageCreateSummary>)
createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase)

Met deze API wordt een batch afbeeldingen gemaakt op basis van de voorspelde opgegeven afbeeldingen. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
createImagesFromPredictions(string, ImageIdCreateBatch, ServiceCallback<ImageCreateSummary>)
createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase)

Deze API accepteert een batch URL's en eventueel tags om afbeeldingen te maken. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
createImagesFromUrls(string, ImageUrlCreateBatch, ServiceCallback<ImageCreateSummary>)
createImageTags(string, ImageTagCreateBatch, RequestOptionsBase)
createImageTags(string, ImageTagCreateBatch, RequestOptionsBase, ServiceCallback<ImageTagCreateSummary>)
createImageTags(string, ImageTagCreateBatch, ServiceCallback<ImageTagCreateSummary>)
createProject(string, ServiceCallback<Project>)
createProject(string, TrainingAPIClientCreateProjectOptionalParams)
createProject(string, TrainingAPIClientCreateProjectOptionalParams, ServiceCallback<Project>)
createTag(string, string, ServiceCallback<Tag>)
createTag(string, string, TrainingAPIClientCreateTagOptionalParams)
createTag(string, string, TrainingAPIClientCreateTagOptionalParams, ServiceCallback<Tag>)
deleteImageRegions(string, string[], RequestOptionsBase)
deleteImageRegions(string, string[], RequestOptionsBase, ServiceCallback<void>)
deleteImageRegions(string, string[], ServiceCallback<void>)
deleteImages(string, ServiceCallback<void>)
deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams)
deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams, ServiceCallback<void>)
deleteImageTags(string, string[], string[], RequestOptionsBase)
deleteImageTags(string, string[], string[], RequestOptionsBase, ServiceCallback<void>)
deleteImageTags(string, string[], string[], ServiceCallback<void>)
deleteIteration(string, string, RequestOptionsBase)
deleteIteration(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteIteration(string, string, ServiceCallback<void>)
deletePrediction(string, string[], RequestOptionsBase)
deletePrediction(string, string[], RequestOptionsBase, ServiceCallback<void>)
deletePrediction(string, string[], ServiceCallback<void>)
deleteProject(string, RequestOptionsBase)
deleteProject(string, RequestOptionsBase, ServiceCallback<void>)
deleteProject(string, ServiceCallback<void>)
deleteTag(string, string, RequestOptionsBase)
deleteTag(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteTag(string, string, ServiceCallback<void>)
exportIteration(string, string, Platform, ServiceCallback<ExportModel>)
exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams)
exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams, ServiceCallback<ExportModel>)
exportProject(string, RequestOptionsBase)
exportProject(string, RequestOptionsBase, ServiceCallback<ProjectExport>)
exportProject(string, ServiceCallback<ProjectExport>)
getArtifact(string, string, RequestOptionsBase)
getArtifact(string, string, RequestOptionsBase, ServiceCallback<void>)
getArtifact(string, string, ServiceCallback<void>)
getDomain(string, RequestOptionsBase)
getDomain(string, RequestOptionsBase, ServiceCallback<Domain>)
getDomain(string, ServiceCallback<Domain>)
getDomains(RequestOptionsBase)
getDomains(RequestOptionsBase, ServiceCallback<Domain[]>)
getDomains(ServiceCallback<Domain[]>)
getExports(string, string, RequestOptionsBase)
getExports(string, string, RequestOptionsBase, ServiceCallback<ExportModel[]>)
getExports(string, string, ServiceCallback<ExportModel[]>)
getImageCount(string, ServiceCallback<number>)
getImageCount(string, TrainingAPIClientGetImageCountOptionalParams)

Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getImageCount(string, TrainingAPIClientGetImageCountOptionalParams, ServiceCallback<number>)
getImagePerformanceCount(string, string, ServiceCallback<number>)
getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams)

Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams, ServiceCallback<number>)
getImagePerformances(string, string, ServiceCallback<ImagePerformance[]>)
getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams, ServiceCallback<ImagePerformance[]>)
getImageRegionProposals(string, string, RequestOptionsBase)

Deze API krijgt regiovoorstellen voor een installatiekopieën, samen met betrouwbaarheidsrelaties voor de regio. Er wordt een lege matrix geretourneerd als er geen voorstellen worden gevonden.

getImageRegionProposals(string, string, RequestOptionsBase, ServiceCallback<ImageRegionProposal>)
getImageRegionProposals(string, string, ServiceCallback<ImageRegionProposal>)
getImages(string, ServiceCallback<Image[]>)
getImages(string, TrainingAPIClientGetImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getImages(string, TrainingAPIClientGetImagesOptionalParams, ServiceCallback<Image[]>)
getImagesByIds(string, ServiceCallback<Image[]>)
getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams)

Deze API retourneert een set afbeeldingen voor de opgegeven tags en optioneel iteratie. Als er geen iteratie is opgegeven, wordt de huidige werkruimte gebruikt.

getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams, ServiceCallback<Image[]>)
getIteration(string, string, RequestOptionsBase)
getIteration(string, string, RequestOptionsBase, ServiceCallback<Iteration>)
getIteration(string, string, ServiceCallback<Iteration>)
getIterationPerformance(string, string, ServiceCallback<IterationPerformance>)
getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams)
getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams, ServiceCallback<IterationPerformance>)
getIterations(string, RequestOptionsBase)
getIterations(string, RequestOptionsBase, ServiceCallback<Iteration[]>)
getIterations(string, ServiceCallback<Iteration[]>)
getProject(string, RequestOptionsBase)
getProject(string, RequestOptionsBase, ServiceCallback<Project>)
getProject(string, ServiceCallback<Project>)
getProjects(RequestOptionsBase)
getProjects(RequestOptionsBase, ServiceCallback<Project[]>)
getProjects(ServiceCallback<Project[]>)
getTag(string, string, ServiceCallback<Tag>)
getTag(string, string, TrainingAPIClientGetTagOptionalParams)
getTag(string, string, TrainingAPIClientGetTagOptionalParams, ServiceCallback<Tag>)
getTaggedImageCount(string, ServiceCallback<number>)
getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams)

Het filteren vindt plaats op een en/of relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams, ServiceCallback<number>)
getTaggedImages(string, ServiceCallback<Image[]>)
getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams, ServiceCallback<Image[]>)
getTags(string, ServiceCallback<Tag[]>)
getTags(string, TrainingAPIClientGetTagsOptionalParams)
getTags(string, TrainingAPIClientGetTagsOptionalParams, ServiceCallback<Tag[]>)
getUntaggedImageCount(string, ServiceCallback<number>)
getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams)

Deze API retourneert de afbeeldingen die geen tags hebben voor een bepaald project en optioneel een iteratie. Als er geen iteratie is opgegeven, wordt de huidige werkruimte gebruikt.

getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams, ServiceCallback<number>)
getUntaggedImages(string, ServiceCallback<Image[]>)
getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd.

getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams, ServiceCallback<Image[]>)
importProject(string, ServiceCallback<Project>)
importProject(string, TrainingAPIClientImportProjectOptionalParams)
importProject(string, TrainingAPIClientImportProjectOptionalParams, ServiceCallback<Project>)
publishIteration(string, string, string, string, ServiceCallback<boolean>)
publishIteration(string, string, string, string, TrainingAPIClientPublishIterationOptionalParams)
publishIteration(string, string, string, string, TrainingAPIClientPublishIterationOptionalParams, ServiceCallback<boolean>)
queryPredictions(string, PredictionQueryToken, RequestOptionsBase)
queryPredictions(string, PredictionQueryToken, RequestOptionsBase, ServiceCallback<PredictionQueryResult>)
queryPredictions(string, PredictionQueryToken, ServiceCallback<PredictionQueryResult>)
querySuggestedImageCount(string, string, TagFilter, RequestOptionsBase)

Deze API gebruikt tagIds om het aantal niet-gemarkeerde afbeeldingen per voorgestelde tags voor een bepaalde drempelwaarde op te halen.

querySuggestedImageCount(string, string, TagFilter, RequestOptionsBase, ServiceCallback<{[propertyName: string]: number}>)
querySuggestedImageCount(string, string, TagFilter, ServiceCallback<{[propertyName: string]: number}>)
querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase)

Met deze API worden afbeeldingen zonder vlag opgehaald die zijn gefilterd op voorgestelde tags-id's. Er wordt een lege matrix geretourneerd als er geen afbeeldingen worden gevonden.

querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase, ServiceCallback<SuggestedTagAndRegionQuery>)
querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, ServiceCallback<SuggestedTagAndRegionQuery>)
quickTestImage(string, HttpRequestBody, ServiceCallback<ImagePrediction>)
quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams)
quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams, ServiceCallback<ImagePrediction>)
quickTestImageUrl(string, ImageUrl, ServiceCallback<ImagePrediction>)
quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams)
quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
suggestTagsAndRegions(string, string, string[], RequestOptionsBase)

Deze API krijgt voorgestelde tags en regio's voor een matrix/batch met afbeeldingen zonder tag, samen met betrouwbaarheid voor de tags. Er wordt een lege matrix geretourneerd als er geen tags worden gevonden. Er is een limiet van 64 installatiekopieën in de batch.

suggestTagsAndRegions(string, string, string[], RequestOptionsBase, ServiceCallback<SuggestedTagAndRegion[]>)
suggestTagsAndRegions(string, string, string[], ServiceCallback<SuggestedTagAndRegion[]>)
trainProject(string, ServiceCallback<Iteration>)
trainProject(string, TrainingAPIClientTrainProjectOptionalParams)
trainProject(string, TrainingAPIClientTrainProjectOptionalParams, ServiceCallback<Iteration>)
unpublishIteration(string, string, RequestOptionsBase)
unpublishIteration(string, string, RequestOptionsBase, ServiceCallback<void>)
unpublishIteration(string, string, ServiceCallback<void>)
updateImageMetadata(string, string[], {[propertyName: string]: string}, RequestOptionsBase)

Deze API accepteert een batch installatiekopieën-id's en metagegevens om afbeeldingen bij te werken. Er is een limiet van 64 afbeeldingen.

updateImageMetadata(string, string[], {[propertyName: string]: string}, RequestOptionsBase, ServiceCallback<ImageMetadataUpdateSummary>)
updateImageMetadata(string, string[], {[propertyName: string]: string}, ServiceCallback<ImageMetadataUpdateSummary>)
updateIteration(string, string, Iteration, RequestOptionsBase)
updateIteration(string, string, Iteration, RequestOptionsBase, ServiceCallback<Iteration>)
updateIteration(string, string, Iteration, ServiceCallback<Iteration>)
updateProject(string, Project, RequestOptionsBase)
updateProject(string, Project, RequestOptionsBase, ServiceCallback<Project>)
updateProject(string, Project, ServiceCallback<Project>)
updateTag(string, string, Tag, RequestOptionsBase)
updateTag(string, string, Tag, RequestOptionsBase, ServiceCallback<Tag>)
updateTag(string, string, Tag, ServiceCallback<Tag>)

Overgenomen methoden

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Verzend een HTTP-aanvraag die is ingevuld met behulp van de opgegeven OperationSpec.

sendRequest(RequestPrepareOptions | WebResourceLike)

Verzend de opgegeven httpRequest.

Constructordetails

TrainingAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

Initialiseert een nieuw exemplaar van de klasse TrainingAPIClient.

new TrainingAPIClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)

Parameters

credentials
ServiceClientCredentials

Abonnementsreferenties waarmee het clientabonnement uniek wordt geïdentificeerd.

endpoint

string

Ondersteunde Cognitive Services-eindpunten.

options
ServiceClientOptions

De parameteropties

Details van overgenomen eigenschap

credentials

credentials: ServiceClientCredentials

Waarde van eigenschap

Overgenomen vanTrainingAPIClientContext.credentials

endpoint

endpoint: string

Waarde van eigenschap

string

Overgenomen vanTrainingAPIClientContext.endpoint

Methodedetails

createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase)

Deze API accepteert een batch met afbeeldingsregio's en eventueel tags om bestaande installatiekopieën bij te werken met regiogegevens. Er is een limiet van 64 vermeldingen in de batch. Als alle regio's zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke regio weergegeven in de nettolading van het antwoord.

function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, options?: RequestOptionsBase): Promise<CreateImageRegionsResponse>

Parameters

projectId

string

De project-id.

batch
ImageRegionCreateBatch

Batch met afbeeldingsgebieden met een tag en een begrenzingsvak. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CreateImageRegionsResponse>

createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase, ServiceCallback<ImageRegionCreateSummary>)

function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageRegionCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageRegionCreateBatch

Batch met afbeeldingsgebieden met een tag en een begrenzingsvak. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

createImageRegions(string, ImageRegionCreateBatch, ServiceCallback<ImageRegionCreateSummary>)

function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, callback: ServiceCallback<ImageRegionCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageRegionCreateBatch

Batch met afbeeldingsgebieden met een tag en een begrenzingsvak. Beperkt tot 64.

createImagesFromData(string, HttpRequestBody, ServiceCallback<ImageCreateSummary>)

function createImagesFromData(projectId: string, imageData: HttpRequestBody, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams)

Deze API accepteert hoofdtekstinhoud als meerdelige/form-data en application/octet-stream. Bij gebruik van meerdere delen kunnen meerdere afbeeldingsbestanden tegelijk worden verzonden, met een maximum van 64 bestanden. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

function createImagesFromData(projectId: string, imageData: HttpRequestBody, options?: TrainingAPIClientCreateImagesFromDataOptionalParams): Promise<CreateImagesFromDataResponse>

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

options
TrainingAPIClientCreateImagesFromDataOptionalParams

De optionele parameters

Retouren

Promise<Models.CreateImagesFromDataResponse>

createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams, ServiceCallback<ImageCreateSummary>)

function createImagesFromData(projectId: string, imageData: HttpRequestBody, options: TrainingAPIClientCreateImagesFromDataOptionalParams, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

options
TrainingAPIClientCreateImagesFromDataOptionalParams

De optionele parameters

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase)

Deze API accepteert een batch bestanden en eventueel tags om afbeeldingen te maken. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromFilesResponse>

Parameters

projectId

string

De project-id.

batch
ImageFileCreateBatch

De batch met afbeeldingsbestanden die u wilt toevoegen. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CreateImagesFromFilesResponse>

createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)

function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageFileCreateBatch

De batch met afbeeldingsbestanden die u wilt toevoegen. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromFiles(string, ImageFileCreateBatch, ServiceCallback<ImageCreateSummary>)

function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageFileCreateBatch

De batch met afbeeldingsbestanden die u wilt toevoegen. Beperkt tot 64 afbeeldingen en 20 tags per batch.

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase)

Met deze API wordt een batch afbeeldingen gemaakt op basis van de voorspelde opgegeven afbeeldingen. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromPredictionsResponse>

Parameters

projectId

string

De project-id.

batch
ImageIdCreateBatch

Afbeelding, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CreateImagesFromPredictionsResponse>

createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)

function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageIdCreateBatch

Afbeelding, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromPredictions(string, ImageIdCreateBatch, ServiceCallback<ImageCreateSummary>)

function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageIdCreateBatch

Afbeelding, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase)

Deze API accepteert een batch URL's en eventueel tags om afbeeldingen te maken. Er is een limiet van 64 afbeeldingen en 20 tags. Als alle installatiekopieën zijn gemaakt, wordt statuscode 200 (OK) geretourneerd. Anders wordt de statuscode 207 (multistatus) geretourneerd en wordt de detailstatus voor elke afbeelding weergegeven in de nettolading van het antwoord.

function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromUrlsResponse>

Parameters

projectId

string

De project-id.

batch
ImageUrlCreateBatch

Afbeeldings-URL's, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CreateImagesFromUrlsResponse>

createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)

function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageUrlCreateBatch

Afbeeldings-URL's, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ImageCreateSummary>

De callback

createImagesFromUrls(string, ImageUrlCreateBatch, ServiceCallback<ImageCreateSummary>)

function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, callback: ServiceCallback<ImageCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageUrlCreateBatch

Afbeeldings-URL's, tag-id's en metagegevens. Beperkt tot 64 afbeeldingen en 20 tags per batch.

callback

ServiceCallback<ImageCreateSummary>

De callback

createImageTags(string, ImageTagCreateBatch, RequestOptionsBase)

function createImageTags(projectId: string, batch: ImageTagCreateBatch, options?: RequestOptionsBase): Promise<CreateImageTagsResponse>

Parameters

projectId

string

De project-id.

batch
ImageTagCreateBatch

Batch met afbeeldingstags. Beperkt tot 128 tags per batch.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CreateImageTagsResponse>

createImageTags(string, ImageTagCreateBatch, RequestOptionsBase, ServiceCallback<ImageTagCreateSummary>)

function createImageTags(projectId: string, batch: ImageTagCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageTagCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageTagCreateBatch

Batch met afbeeldingstags. Beperkt tot 128 tags per batch.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ImageTagCreateSummary>

De callback

createImageTags(string, ImageTagCreateBatch, ServiceCallback<ImageTagCreateSummary>)

function createImageTags(projectId: string, batch: ImageTagCreateBatch, callback: ServiceCallback<ImageTagCreateSummary>)

Parameters

projectId

string

De project-id.

batch
ImageTagCreateBatch

Batch met afbeeldingstags. Beperkt tot 128 tags per batch.

callback

ServiceCallback<ImageTagCreateSummary>

De callback

createProject(string, ServiceCallback<Project>)

function createProject(name: string, callback: ServiceCallback<Project>)

Parameters

name

string

Naam van het project.

callback

ServiceCallback<Project>

De callback

createProject(string, TrainingAPIClientCreateProjectOptionalParams)

function createProject(name: string, options?: TrainingAPIClientCreateProjectOptionalParams): Promise<CreateProjectResponse>

Parameters

name

string

Naam van het project.

options
TrainingAPIClientCreateProjectOptionalParams

De optionele parameters

Retouren

Promise<Models.CreateProjectResponse>

createProject(string, TrainingAPIClientCreateProjectOptionalParams, ServiceCallback<Project>)

function createProject(name: string, options: TrainingAPIClientCreateProjectOptionalParams, callback: ServiceCallback<Project>)

Parameters

name

string

Naam van het project.

options
TrainingAPIClientCreateProjectOptionalParams

De optionele parameters

callback

ServiceCallback<Project>

De callback

createTag(string, string, ServiceCallback<Tag>)

function createTag(projectId: string, name: string, callback: ServiceCallback<Tag>)

Parameters

projectId

string

De project-id.

name

string

De tagnaam.

callback

ServiceCallback<Tag>

De callback

createTag(string, string, TrainingAPIClientCreateTagOptionalParams)

function createTag(projectId: string, name: string, options?: TrainingAPIClientCreateTagOptionalParams): Promise<CreateTagResponse>

Parameters

projectId

string

De project-id.

name

string

De tagnaam.

options
TrainingAPIClientCreateTagOptionalParams

De optionele parameters

Retouren

Promise<Models.CreateTagResponse>

createTag(string, string, TrainingAPIClientCreateTagOptionalParams, ServiceCallback<Tag>)

function createTag(projectId: string, name: string, options: TrainingAPIClientCreateTagOptionalParams, callback: ServiceCallback<Tag>)

Parameters

projectId

string

De project-id.

name

string

De tagnaam.

options
TrainingAPIClientCreateTagOptionalParams

De optionele parameters

callback

ServiceCallback<Tag>

De callback

deleteImageRegions(string, string[], RequestOptionsBase)

function deleteImageRegions(projectId: string, regionIds: string[], options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

regionIds

string[]

Regio's die moeten worden verwijderd. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteImageRegions(string, string[], RequestOptionsBase, ServiceCallback<void>)

function deleteImageRegions(projectId: string, regionIds: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

regionIds

string[]

Regio's die moeten worden verwijderd. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteImageRegions(string, string[], ServiceCallback<void>)

function deleteImageRegions(projectId: string, regionIds: string[], callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

regionIds

string[]

Regio's die moeten worden verwijderd. Beperkt tot 64.

callback

ServiceCallback<void>

De callback

deleteImages(string, ServiceCallback<void>)

function deleteImages(projectId: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<void>

De callback

deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams)

function deleteImages(projectId: string, options?: TrainingAPIClientDeleteImagesOptionalParams): Promise<RestResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientDeleteImagesOptionalParams

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams, ServiceCallback<void>)

function deleteImages(projectId: string, options: TrainingAPIClientDeleteImagesOptionalParams, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientDeleteImagesOptionalParams

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteImageTags(string, string[], string[], RequestOptionsBase)

function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

imageIds

string[]

Afbeeldings-id's. Beperkt tot 64 afbeeldingen.

tagIds

string[]

Tags die moeten worden verwijderd uit de opgegeven afbeeldingen. Beperkt tot 20 tags.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteImageTags(string, string[], string[], RequestOptionsBase, ServiceCallback<void>)

function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

imageIds

string[]

Afbeeldings-id's. Beperkt tot 64 afbeeldingen.

tagIds

string[]

Tags die moeten worden verwijderd uit de opgegeven afbeeldingen. Beperkt tot 20 tags.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteImageTags(string, string[], string[], ServiceCallback<void>)

function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

imageIds

string[]

Afbeeldings-id's. Beperkt tot 64 afbeeldingen.

tagIds

string[]

Tags die moeten worden verwijderd uit de opgegeven afbeeldingen. Beperkt tot 20 tags.

callback

ServiceCallback<void>

De callback

deleteIteration(string, string, RequestOptionsBase)

function deleteIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteIteration(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteIteration(string, string, ServiceCallback<void>)

function deleteIteration(projectId: string, iterationId: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

callback

ServiceCallback<void>

De callback

deletePrediction(string, string[], RequestOptionsBase)

function deletePrediction(projectId: string, ids: string[], options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

ids

string[]

De voorspellings-id's. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deletePrediction(string, string[], RequestOptionsBase, ServiceCallback<void>)

function deletePrediction(projectId: string, ids: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

ids

string[]

De voorspellings-id's. Beperkt tot 64.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deletePrediction(string, string[], ServiceCallback<void>)

function deletePrediction(projectId: string, ids: string[], callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

ids

string[]

De voorspellings-id's. Beperkt tot 64.

callback

ServiceCallback<void>

De callback

deleteProject(string, RequestOptionsBase)

function deleteProject(projectId: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteProject(string, RequestOptionsBase, ServiceCallback<void>)

function deleteProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteProject(string, ServiceCallback<void>)

function deleteProject(projectId: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<void>

De callback

deleteTag(string, string, RequestOptionsBase)

function deleteTag(projectId: string, tagId: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

tagId

string

Id van de tag die moet worden verwijderd.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteTag(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteTag(projectId: string, tagId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

tagId

string

Id van de tag die moet worden verwijderd.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteTag(string, string, ServiceCallback<void>)

function deleteTag(projectId: string, tagId: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

tagId

string

Id van de tag die moet worden verwijderd.

callback

ServiceCallback<void>

De callback

exportIteration(string, string, Platform, ServiceCallback<ExportModel>)

function exportIteration(projectId: string, iterationId: string, platform: Platform, callback: ServiceCallback<ExportModel>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

platform
Platform

Het doelplatform. Mogelijke waarden zijn: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino'

callback

ServiceCallback<ExportModel>

De callback

exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams)

function exportIteration(projectId: string, iterationId: string, platform: Platform, options?: TrainingAPIClientExportIterationOptionalParams): Promise<ExportIterationResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

platform
Platform

Het doelplatform. Mogelijke waarden zijn: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino'

options
TrainingAPIClientExportIterationOptionalParams

De optionele parameters

Retouren

Promise<Models.ExportIterationResponse>

exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams, ServiceCallback<ExportModel>)

function exportIteration(projectId: string, iterationId: string, platform: Platform, options: TrainingAPIClientExportIterationOptionalParams, callback: ServiceCallback<ExportModel>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

platform
Platform

Het doelplatform. Mogelijke waarden zijn: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino'

options
TrainingAPIClientExportIterationOptionalParams

De optionele parameters

callback

ServiceCallback<ExportModel>

De callback

exportProject(string, RequestOptionsBase)

function exportProject(projectId: string, options?: RequestOptionsBase): Promise<ExportProjectResponse>

Parameters

projectId

string

De project-id van het project dat moet worden geëxporteerd.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.ExportProjectResponse>

exportProject(string, RequestOptionsBase, ServiceCallback<ProjectExport>)

function exportProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectExport>)

Parameters

projectId

string

De project-id van het project dat moet worden geëxporteerd.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ProjectExport>

De callback

exportProject(string, ServiceCallback<ProjectExport>)

function exportProject(projectId: string, callback: ServiceCallback<ProjectExport>)

Parameters

projectId

string

De project-id van het project dat moet worden geëxporteerd.

callback

ServiceCallback<ProjectExport>

De callback

getArtifact(string, string, RequestOptionsBase)

function getArtifact(projectId: string, path: string, options?: RequestOptionsBase): Promise<GetArtifactResponse>

Parameters

projectId

string

De project-id.

path

string

Het relatieve pad voor het artefact.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetArtifactResponse>

getArtifact(string, string, RequestOptionsBase, ServiceCallback<void>)

function getArtifact(projectId: string, path: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

path

string

Het relatieve pad voor het artefact.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

getArtifact(string, string, ServiceCallback<void>)

function getArtifact(projectId: string, path: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

path

string

Het relatieve pad voor het artefact.

callback

ServiceCallback<void>

De callback

getDomain(string, RequestOptionsBase)

function getDomain(domainId: string, options?: RequestOptionsBase): Promise<GetDomainResponse>

Parameters

domainId

string

De id van het domein waarover u informatie wilt ophalen.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetDomainResponse>

getDomain(string, RequestOptionsBase, ServiceCallback<Domain>)

function getDomain(domainId: string, options: RequestOptionsBase, callback: ServiceCallback<Domain>)

Parameters

domainId

string

De id van het domein waarover u informatie wilt ophalen.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Domain>

De callback

getDomain(string, ServiceCallback<Domain>)

function getDomain(domainId: string, callback: ServiceCallback<Domain>)

Parameters

domainId

string

De id van het domein waarover u informatie wilt ophalen.

callback

ServiceCallback<Domain>

De callback

getDomains(RequestOptionsBase)

function getDomains(options?: RequestOptionsBase): Promise<GetDomainsResponse>

Parameters

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetDomainsResponse>

getDomains(RequestOptionsBase, ServiceCallback<Domain[]>)

function getDomains(options: RequestOptionsBase, callback: ServiceCallback<Domain[]>)

Parameters

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Domain[]>

De callback

getDomains(ServiceCallback<Domain[]>)

function getDomains(callback: ServiceCallback<Domain[]>)

Parameters

callback

ServiceCallback<Domain[]>

De callback

getExports(string, string, RequestOptionsBase)

function getExports(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<GetExportsResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetExportsResponse>

getExports(string, string, RequestOptionsBase, ServiceCallback<ExportModel[]>)

function getExports(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<ExportModel[]>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ExportModel[]>

De callback

getExports(string, string, ServiceCallback<ExportModel[]>)

function getExports(projectId: string, iterationId: string, callback: ServiceCallback<ExportModel[]>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

callback

ServiceCallback<ExportModel[]>

De callback

getImageCount(string, ServiceCallback<number>)

function getImageCount(projectId: string, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<number>

De callback

getImageCount(string, TrainingAPIClientGetImageCountOptionalParams)

Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getImageCount(projectId: string, options?: TrainingAPIClientGetImageCountOptionalParams): Promise<GetImageCountResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImageCountOptionalParams

De optionele parameters

Retouren

Promise<Models.GetImageCountResponse>

getImageCount(string, TrainingAPIClientGetImageCountOptionalParams, ServiceCallback<number>)

function getImageCount(projectId: string, options: TrainingAPIClientGetImageCountOptionalParams, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImageCountOptionalParams

De optionele parameters

callback

ServiceCallback<number>

De callback

getImagePerformanceCount(string, string, ServiceCallback<number>)

function getImagePerformanceCount(projectId: string, iterationId: string, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

callback

ServiceCallback<number>

De callback

getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams)

Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getImagePerformanceCount(projectId: string, iterationId: string, options?: TrainingAPIClientGetImagePerformanceCountOptionalParams): Promise<GetImagePerformanceCountResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

Retouren

Promise<Models.GetImagePerformanceCountResponse>

getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams, ServiceCallback<number>)

function getImagePerformanceCount(projectId: string, iterationId: string, options: TrainingAPIClientGetImagePerformanceCountOptionalParams, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

callback

ServiceCallback<number>

De callback

getImagePerformances(string, string, ServiceCallback<ImagePerformance[]>)

function getImagePerformances(projectId: string, iterationId: string, callback: ServiceCallback<ImagePerformance[]>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

callback

ServiceCallback<ImagePerformance[]>

De callback

getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getImagePerformances(projectId: string, iterationId: string, options?: TrainingAPIClientGetImagePerformancesOptionalParams): Promise<GetImagePerformancesResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

options
TrainingAPIClientGetImagePerformancesOptionalParams

De optionele parameters

Retouren

Promise<Models.GetImagePerformancesResponse>

getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams, ServiceCallback<ImagePerformance[]>)

function getImagePerformances(projectId: string, iterationId: string, options: TrainingAPIClientGetImagePerformancesOptionalParams, callback: ServiceCallback<ImagePerformance[]>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id. Standaard ingesteld op werkruimte.

options
TrainingAPIClientGetImagePerformancesOptionalParams

De optionele parameters

callback

ServiceCallback<ImagePerformance[]>

De callback

getImageRegionProposals(string, string, RequestOptionsBase)

Deze API krijgt regiovoorstellen voor een installatiekopieën, samen met betrouwbaarheidsrelaties voor de regio. Er wordt een lege matrix geretourneerd als er geen voorstellen worden gevonden.

function getImageRegionProposals(projectId: string, imageId: string, options?: RequestOptionsBase): Promise<GetImageRegionProposalsResponse>

Parameters

projectId

string

De project-id.

imageId

string

De afbeeldings-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetImageRegionProposalsResponse>

getImageRegionProposals(string, string, RequestOptionsBase, ServiceCallback<ImageRegionProposal>)

function getImageRegionProposals(projectId: string, imageId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageRegionProposal>)

Parameters

projectId

string

De project-id.

imageId

string

De afbeeldings-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ImageRegionProposal>

De callback

getImageRegionProposals(string, string, ServiceCallback<ImageRegionProposal>)

function getImageRegionProposals(projectId: string, imageId: string, callback: ServiceCallback<ImageRegionProposal>)

Parameters

projectId

string

De project-id.

imageId

string

De afbeeldings-id.

callback

ServiceCallback<ImageRegionProposal>

De callback

getImages(string, ServiceCallback<Image[]>)

function getImages(projectId: string, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Image[]>

De callback

getImages(string, TrainingAPIClientGetImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of-relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getImages(projectId: string, options?: TrainingAPIClientGetImagesOptionalParams): Promise<GetImagesResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImagesOptionalParams

De optionele parameters

Retouren

Promise<Models.GetImagesResponse>

getImages(string, TrainingAPIClientGetImagesOptionalParams, ServiceCallback<Image[]>)

function getImages(projectId: string, options: TrainingAPIClientGetImagesOptionalParams, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImagesOptionalParams

De optionele parameters

callback

ServiceCallback<Image[]>

De callback

getImagesByIds(string, ServiceCallback<Image[]>)

function getImagesByIds(projectId: string, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Image[]>

De callback

getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams)

Deze API retourneert een set afbeeldingen voor de opgegeven tags en optioneel iteratie. Als er geen iteratie is opgegeven, wordt de huidige werkruimte gebruikt.

function getImagesByIds(projectId: string, options?: TrainingAPIClientGetImagesByIdsOptionalParams): Promise<GetImagesByIdsResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImagesByIdsOptionalParams

De optionele parameters

Retouren

Promise<Models.GetImagesByIdsResponse>

getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams, ServiceCallback<Image[]>)

function getImagesByIds(projectId: string, options: TrainingAPIClientGetImagesByIdsOptionalParams, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetImagesByIdsOptionalParams

De optionele parameters

callback

ServiceCallback<Image[]>

De callback

getIteration(string, string, RequestOptionsBase)

function getIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<GetIterationResponse>

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetIterationResponse>

getIteration(string, string, RequestOptionsBase, ServiceCallback<Iteration>)

function getIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Iteration>

De callback

getIteration(string, string, ServiceCallback<Iteration>)

function getIteration(projectId: string, iterationId: string, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

callback

ServiceCallback<Iteration>

De callback

getIterationPerformance(string, string, ServiceCallback<IterationPerformance>)

function getIterationPerformance(projectId: string, iterationId: string, callback: ServiceCallback<IterationPerformance>)

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

callback

ServiceCallback<IterationPerformance>

De callback

getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams)

function getIterationPerformance(projectId: string, iterationId: string, options?: TrainingAPIClientGetIterationPerformanceOptionalParams): Promise<GetIterationPerformanceResponse>

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

Retouren

Promise<Models.GetIterationPerformanceResponse>

getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams, ServiceCallback<IterationPerformance>)

function getIterationPerformance(projectId: string, iterationId: string, options: TrainingAPIClientGetIterationPerformanceOptionalParams, callback: ServiceCallback<IterationPerformance>)

Parameters

projectId

string

De id van het project waartoe de iteratie behoort.

iterationId

string

De id van de iteratie die moet worden opgehaald.

callback

ServiceCallback<IterationPerformance>

De callback

getIterations(string, RequestOptionsBase)

function getIterations(projectId: string, options?: RequestOptionsBase): Promise<GetIterationsResponse>

Parameters

projectId

string

De project-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetIterationsResponse>

getIterations(string, RequestOptionsBase, ServiceCallback<Iteration[]>)

function getIterations(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<Iteration[]>)

Parameters

projectId

string

De project-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Iteration[]>

De callback

getIterations(string, ServiceCallback<Iteration[]>)

function getIterations(projectId: string, callback: ServiceCallback<Iteration[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Iteration[]>

De callback

getProject(string, RequestOptionsBase)

function getProject(projectId: string, options?: RequestOptionsBase): Promise<GetProjectResponse>

Parameters

projectId

string

De id van het project dat moet worden opgehaald.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetProjectResponse>

getProject(string, RequestOptionsBase, ServiceCallback<Project>)

function getProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<Project>)

Parameters

projectId

string

De id van het project dat moet worden opgehaald.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Project>

De callback

getProject(string, ServiceCallback<Project>)

function getProject(projectId: string, callback: ServiceCallback<Project>)

Parameters

projectId

string

De id van het project dat moet worden opgehaald.

callback

ServiceCallback<Project>

De callback

getProjects(RequestOptionsBase)

function getProjects(options?: RequestOptionsBase): Promise<GetProjectsResponse>

Parameters

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.GetProjectsResponse>

getProjects(RequestOptionsBase, ServiceCallback<Project[]>)

function getProjects(options: RequestOptionsBase, callback: ServiceCallback<Project[]>)

Parameters

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Project[]>

De callback

getProjects(ServiceCallback<Project[]>)

function getProjects(callback: ServiceCallback<Project[]>)

Parameters

callback

ServiceCallback<Project[]>

De callback

getTag(string, string, ServiceCallback<Tag>)

function getTag(projectId: string, tagId: string, callback: ServiceCallback<Tag>)

Parameters

projectId

string

Het project waartoe deze tag behoort.

tagId

string

De tag-id.

callback

ServiceCallback<Tag>

De callback

getTag(string, string, TrainingAPIClientGetTagOptionalParams)

function getTag(projectId: string, tagId: string, options?: TrainingAPIClientGetTagOptionalParams): Promise<GetTagResponse>

Parameters

projectId

string

Het project waartoe deze tag behoort.

tagId

string

De tag-id.

options
TrainingAPIClientGetTagOptionalParams

De optionele parameters

Retouren

Promise<GetTagResponse>

Promise<Models.GetTagResponse>

getTag(string, string, TrainingAPIClientGetTagOptionalParams, ServiceCallback<Tag>)

function getTag(projectId: string, tagId: string, options: TrainingAPIClientGetTagOptionalParams, callback: ServiceCallback<Tag>)

Parameters

projectId

string

Het project waartoe deze tag behoort.

tagId

string

De tag-id.

options
TrainingAPIClientGetTagOptionalParams

De optionele parameters

callback

ServiceCallback<Tag>

De callback

getTaggedImageCount(string, ServiceCallback<number>)

function getTaggedImageCount(projectId: string, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<number>

De callback

getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams)

Het filteren vindt plaats op een en/of relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getTaggedImageCount(projectId: string, options?: TrainingAPIClientGetTaggedImageCountOptionalParams): Promise<GetTaggedImageCountResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTaggedImageCountOptionalParams

De optionele parameters

Retouren

Promise<Models.GetTaggedImageCountResponse>

getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams, ServiceCallback<number>)

function getTaggedImageCount(projectId: string, options: TrainingAPIClientGetTaggedImageCountOptionalParams, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTaggedImageCountOptionalParams

De optionele parameters

callback

ServiceCallback<number>

De callback

getTaggedImages(string, ServiceCallback<Image[]>)

function getTaggedImages(projectId: string, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Image[]>

De callback

getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd. Het filteren vindt plaats op een en/of relatie. Als de opgegeven tag-id's bijvoorbeeld voor de tags 'Hond' en 'Kat' zijn, worden alleen afbeeldingen geretourneerd die zijn getagd met Hond en/of Kat

function getTaggedImages(projectId: string, options?: TrainingAPIClientGetTaggedImagesOptionalParams): Promise<GetTaggedImagesResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTaggedImagesOptionalParams

De optionele parameters

Retouren

Promise<Models.GetTaggedImagesResponse>

getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams, ServiceCallback<Image[]>)

function getTaggedImages(projectId: string, options: TrainingAPIClientGetTaggedImagesOptionalParams, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTaggedImagesOptionalParams

De optionele parameters

callback

ServiceCallback<Image[]>

De callback

getTags(string, ServiceCallback<Tag[]>)

function getTags(projectId: string, callback: ServiceCallback<Tag[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Tag[]>

De callback

getTags(string, TrainingAPIClientGetTagsOptionalParams)

function getTags(projectId: string, options?: TrainingAPIClientGetTagsOptionalParams): Promise<GetTagsResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTagsOptionalParams

De optionele parameters

Retouren

Promise<GetTagsResponse>

Promise<Models.GetTagsResponse>

getTags(string, TrainingAPIClientGetTagsOptionalParams, ServiceCallback<Tag[]>)

function getTags(projectId: string, options: TrainingAPIClientGetTagsOptionalParams, callback: ServiceCallback<Tag[]>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetTagsOptionalParams

De optionele parameters

callback

ServiceCallback<Tag[]>

De callback

getUntaggedImageCount(string, ServiceCallback<number>)

function getUntaggedImageCount(projectId: string, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<number>

De callback

getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams)

Deze API retourneert de afbeeldingen die geen tags hebben voor een bepaald project en optioneel een iteratie. Als er geen iteratie is opgegeven, wordt de huidige werkruimte gebruikt.

function getUntaggedImageCount(projectId: string, options?: TrainingAPIClientGetUntaggedImageCountOptionalParams): Promise<GetUntaggedImageCountResponse>

Parameters

projectId

string

De project-id.

Retouren

Promise<Models.GetUntaggedImageCountResponse>

getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams, ServiceCallback<number>)

function getUntaggedImageCount(projectId: string, options: TrainingAPIClientGetUntaggedImageCountOptionalParams, callback: ServiceCallback<number>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<number>

De callback

getUntaggedImages(string, ServiceCallback<Image[]>)

function getUntaggedImages(projectId: string, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Image[]>

De callback

getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams)

Deze API ondersteunt batchverwerking en bereikselectie. Standaard worden alleen de eerste 50 afbeeldingen geretourneerd die overeenkomen met afbeeldingen. Gebruik de parameters {take} en {skip} om te bepalen hoeveel afbeeldingen in een bepaalde batch moeten worden geretourneerd.

function getUntaggedImages(projectId: string, options?: TrainingAPIClientGetUntaggedImagesOptionalParams): Promise<GetUntaggedImagesResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetUntaggedImagesOptionalParams

De optionele parameters

Retouren

Promise<Models.GetUntaggedImagesResponse>

getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams, ServiceCallback<Image[]>)

function getUntaggedImages(projectId: string, options: TrainingAPIClientGetUntaggedImagesOptionalParams, callback: ServiceCallback<Image[]>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientGetUntaggedImagesOptionalParams

De optionele parameters

callback

ServiceCallback<Image[]>

De callback

importProject(string, ServiceCallback<Project>)

function importProject(token: string, callback: ServiceCallback<Project>)

Parameters

token

string

Token gegenereerd op basis van de aanroep van het exportproject.

callback

ServiceCallback<Project>

De callback

importProject(string, TrainingAPIClientImportProjectOptionalParams)

function importProject(token: string, options?: TrainingAPIClientImportProjectOptionalParams): Promise<ImportProjectResponse>

Parameters

token

string

Token gegenereerd op basis van de aanroep van het exportproject.

options
TrainingAPIClientImportProjectOptionalParams

De optionele parameters

Retouren

Promise<Models.ImportProjectResponse>

importProject(string, TrainingAPIClientImportProjectOptionalParams, ServiceCallback<Project>)

function importProject(token: string, options: TrainingAPIClientImportProjectOptionalParams, callback: ServiceCallback<Project>)

Parameters

token

string

Token gegenereerd op basis van de aanroep van het exportproject.

options
TrainingAPIClientImportProjectOptionalParams

De optionele parameters

callback

ServiceCallback<Project>

De callback

publishIteration(string, string, string, string, ServiceCallback<boolean>)

function publishIteration(projectId: string, iterationId: string, publishName: string, predictionId: string, callback: ServiceCallback<boolean>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

publishName

string

De naam voor de gepubliceerde iteratie.

predictionId

string

De id van de voorspellingsresource om naar te publiceren.

callback

ServiceCallback<boolean>

De callback

publishIteration(string, string, string, string, TrainingAPIClientPublishIterationOptionalParams)

function publishIteration(projectId: string, iterationId: string, publishName: string, predictionId: string, options?: TrainingAPIClientPublishIterationOptionalParams): Promise<PublishIterationResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

publishName

string

De naam voor de gepubliceerde iteratie.

predictionId

string

De id van de voorspellingsresource om naar te publiceren.

options
TrainingAPIClientPublishIterationOptionalParams

De optionele parameters

Retouren

Promise<Models.PublishIterationResponse>

publishIteration(string, string, string, string, TrainingAPIClientPublishIterationOptionalParams, ServiceCallback<boolean>)

function publishIteration(projectId: string, iterationId: string, publishName: string, predictionId: string, options: TrainingAPIClientPublishIterationOptionalParams, callback: ServiceCallback<boolean>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

publishName

string

De naam voor de gepubliceerde iteratie.

predictionId

string

De id van de voorspellingsresource om naar te publiceren.

options
TrainingAPIClientPublishIterationOptionalParams

De optionele parameters

callback

ServiceCallback<boolean>

De callback

queryPredictions(string, PredictionQueryToken, RequestOptionsBase)

function queryPredictions(projectId: string, query: PredictionQueryToken, options?: RequestOptionsBase): Promise<QueryPredictionsResponse>

Parameters

projectId

string

De project-id.

query
PredictionQueryToken

Parameters die worden gebruikt om query's uit te voeren op de voorspellingen. Beperkt tot het combineren van 2 tags.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.QueryPredictionsResponse>

queryPredictions(string, PredictionQueryToken, RequestOptionsBase, ServiceCallback<PredictionQueryResult>)

function queryPredictions(projectId: string, query: PredictionQueryToken, options: RequestOptionsBase, callback: ServiceCallback<PredictionQueryResult>)

Parameters

projectId

string

De project-id.

query
PredictionQueryToken

Parameters die worden gebruikt om query's uit te voeren op de voorspellingen. Beperkt tot het combineren van 2 tags.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<PredictionQueryResult>

De callback

queryPredictions(string, PredictionQueryToken, ServiceCallback<PredictionQueryResult>)

function queryPredictions(projectId: string, query: PredictionQueryToken, callback: ServiceCallback<PredictionQueryResult>)

Parameters

projectId

string

De project-id.

query
PredictionQueryToken

Parameters die worden gebruikt om query's uit te voeren op de voorspellingen. Beperkt tot het combineren van 2 tags.

callback

ServiceCallback<PredictionQueryResult>

De callback

querySuggestedImageCount(string, string, TagFilter, RequestOptionsBase)

Deze API gebruikt tagIds om het aantal niet-gemarkeerde afbeeldingen per voorgestelde tags voor een bepaalde drempelwaarde op te halen.

function querySuggestedImageCount(projectId: string, iterationId: string, query: TagFilter, options?: RequestOptionsBase): Promise<QuerySuggestedImageCountResponse>

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
TagFilter

Model met tagIds, threshold en projectType waarop query's moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.QuerySuggestedImageCountResponse>

querySuggestedImageCount(string, string, TagFilter, RequestOptionsBase, ServiceCallback<{[propertyName: string]: number}>)

function querySuggestedImageCount(projectId: string, iterationId: string, query: TagFilter, options: RequestOptionsBase, callback: ServiceCallback<{[propertyName: string]: number}>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
TagFilter

Model met tagIds, threshold en projectType waarop query's moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<{[propertyName: string]: number}>

De callback

querySuggestedImageCount(string, string, TagFilter, ServiceCallback<{[propertyName: string]: number}>)

function querySuggestedImageCount(projectId: string, iterationId: string, query: TagFilter, callback: ServiceCallback<{[propertyName: string]: number}>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
TagFilter

Model met tagIds, threshold en projectType waarop query's moeten worden uitgevoerd.

callback

ServiceCallback<{[propertyName: string]: number}>

De callback

querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase)

Met deze API worden afbeeldingen zonder vlag opgehaald die zijn gefilterd op voorgestelde tags-id's. Er wordt een lege matrix geretourneerd als er geen afbeeldingen worden gevonden.

function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, options?: RequestOptionsBase): Promise<QuerySuggestedImagesResponse>

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
SuggestedTagAndRegionQueryToken

Bevat eigenschappen die we nodig hebben om een query uit te voeren op voorgestelde afbeeldingen.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.QuerySuggestedImagesResponse>

querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase, ServiceCallback<SuggestedTagAndRegionQuery>)

function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, options: RequestOptionsBase, callback: ServiceCallback<SuggestedTagAndRegionQuery>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
SuggestedTagAndRegionQueryToken

Bevat eigenschappen die we nodig hebben om een query uit te voeren op voorgestelde afbeeldingen.

options
RequestOptionsBase

De optionele parameters

querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, ServiceCallback<SuggestedTagAndRegionQuery>)

function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, callback: ServiceCallback<SuggestedTagAndRegionQuery>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId die moet worden gebruikt voor de voorgestelde tags en regio's.

query
SuggestedTagAndRegionQueryToken

Bevat eigenschappen die we nodig hebben om een query uit te voeren op voorgestelde afbeeldingen.

quickTestImage(string, HttpRequestBody, ServiceCallback<ImagePrediction>)

function quickTestImage(projectId: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

callback

ServiceCallback<ImagePrediction>

De callback

quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams)

function quickTestImage(projectId: string, imageData: HttpRequestBody, options?: TrainingAPIClientQuickTestImageOptionalParams): Promise<QuickTestImageResponse>

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

options
TrainingAPIClientQuickTestImageOptionalParams

De optionele parameters

Retouren

Promise<Models.QuickTestImageResponse>

quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams, ServiceCallback<ImagePrediction>)

function quickTestImage(projectId: string, imageData: HttpRequestBody, options: TrainingAPIClientQuickTestImageOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parameters

projectId

string

De project-id.

imageData
HttpRequestBody

Binaire afbeeldingsgegevens. Ondersteunde indelingen zijn JPEG, GIF, PNG en BMP. Ondersteunt afbeeldingen tot 6 MB.

options
TrainingAPIClientQuickTestImageOptionalParams

De optionele parameters

callback

ServiceCallback<ImagePrediction>

De callback

quickTestImageUrl(string, ImageUrl, ServiceCallback<ImagePrediction>)

function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)

Parameters

projectId

string

Het project dat moet worden geëvalueerd.

imageUrl
ImageUrl

Een ImageUrl die de URL bevat van de afbeelding die moet worden geëvalueerd.

callback

ServiceCallback<ImagePrediction>

De callback

quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams)

function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, options?: TrainingAPIClientQuickTestImageUrlOptionalParams): Promise<QuickTestImageUrlResponse>

Parameters

projectId

string

Het project dat moet worden geëvalueerd.

imageUrl
ImageUrl

Een ImageUrl die de URL bevat van de afbeelding die moet worden geëvalueerd.

options
TrainingAPIClientQuickTestImageUrlOptionalParams

De optionele parameters

Retouren

Promise<Models.QuickTestImageUrlResponse>

quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams, ServiceCallback<ImagePrediction>)

function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, options: TrainingAPIClientQuickTestImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parameters

projectId

string

Het project dat moet worden geëvalueerd.

imageUrl
ImageUrl

Een ImageUrl die de URL bevat van de afbeelding die moet worden geëvalueerd.

options
TrainingAPIClientQuickTestImageUrlOptionalParams

De optionele parameters

callback

ServiceCallback<ImagePrediction>

De callback

suggestTagsAndRegions(string, string, string[], RequestOptionsBase)

Deze API krijgt voorgestelde tags en regio's voor een matrix/batch met afbeeldingen zonder tag, samen met betrouwbaarheid voor de tags. Er wordt een lege matrix geretourneerd als er geen tags worden gevonden. Er is een limiet van 64 installatiekopieën in de batch.

function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], options?: RequestOptionsBase): Promise<SuggestTagsAndRegionsResponse>

Parameters

projectId

string

De project-id.

iterationId

string

IterationId voor tag- en regiosuggesties.

imageIds

string[]

Er is een matrix met tagsuggesties voor afbeeldings-id's nodig. Gebruik de GetUntaggedImages-API om imageIds op te halen.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.SuggestTagsAndRegionsResponse>

suggestTagsAndRegions(string, string, string[], RequestOptionsBase, ServiceCallback<SuggestedTagAndRegion[]>)

function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], options: RequestOptionsBase, callback: ServiceCallback<SuggestedTagAndRegion[]>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId voor tag- en regiosuggesties.

imageIds

string[]

Er is een matrix met tagsuggesties voor afbeeldings-id's nodig. Gebruik de GetUntaggedImages-API om imageIds op te halen.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<SuggestedTagAndRegion[]>

De callback

suggestTagsAndRegions(string, string, string[], ServiceCallback<SuggestedTagAndRegion[]>)

function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], callback: ServiceCallback<SuggestedTagAndRegion[]>)

Parameters

projectId

string

De project-id.

iterationId

string

IterationId voor tag- en regiosuggesties.

imageIds

string[]

Er is een matrix met tagsuggesties voor afbeeldings-id's nodig. Gebruik de GetUntaggedImages-API om imageIds op te halen.

callback

ServiceCallback<SuggestedTagAndRegion[]>

De callback

trainProject(string, ServiceCallback<Iteration>)

function trainProject(projectId: string, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

De project-id.

callback

ServiceCallback<Iteration>

De callback

trainProject(string, TrainingAPIClientTrainProjectOptionalParams)

function trainProject(projectId: string, options?: TrainingAPIClientTrainProjectOptionalParams): Promise<TrainProjectResponse>

Parameters

projectId

string

De project-id.

options
TrainingAPIClientTrainProjectOptionalParams

De optionele parameters

Retouren

Promise<Models.TrainProjectResponse>

trainProject(string, TrainingAPIClientTrainProjectOptionalParams, ServiceCallback<Iteration>)

function trainProject(projectId: string, options: TrainingAPIClientTrainProjectOptionalParams, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

De project-id.

options
TrainingAPIClientTrainProjectOptionalParams

De optionele parameters

callback

ServiceCallback<Iteration>

De callback

unpublishIteration(string, string, RequestOptionsBase)

function unpublishIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Promise<msRest.RestResponse>

unpublishIteration(string, string, RequestOptionsBase, ServiceCallback<void>)

function unpublishIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

unpublishIteration(string, string, ServiceCallback<void>)

function unpublishIteration(projectId: string, iterationId: string, callback: ServiceCallback<void>)

Parameters

projectId

string

De project-id.

iterationId

string

De iteratie-id.

callback

ServiceCallback<void>

De callback

updateImageMetadata(string, string[], {[propertyName: string]: string}, RequestOptionsBase)

Deze API accepteert een batch installatiekopieën-id's en metagegevens om afbeeldingen bij te werken. Er is een limiet van 64 afbeeldingen.

function updateImageMetadata(projectId: string, imageIds: string[], metadata: {[propertyName: string]: string}, options?: RequestOptionsBase): Promise<UpdateImageMetadataResponse>

Parameters

projectId

string

De project-id.

imageIds

string[]

De lijst met afbeeldings-id's die moeten worden bijgewerkt. Beperkt tot 64.

metadata

{[propertyName: string]: string}

De metagegevens die moeten worden bijgewerkt naar de opgegeven afbeeldingen. Beperkt tot 10 sleutel-waardeparen per afbeelding. De lengte van de sleutel is beperkt tot 128. De lengte van de waarde is beperkt tot 256.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.UpdateImageMetadataResponse>

updateImageMetadata(string, string[], {[propertyName: string]: string}, RequestOptionsBase, ServiceCallback<ImageMetadataUpdateSummary>)

function updateImageMetadata(projectId: string, imageIds: string[], metadata: {[propertyName: string]: string}, options: RequestOptionsBase, callback: ServiceCallback<ImageMetadataUpdateSummary>)

Parameters

projectId

string

De project-id.

imageIds

string[]

De lijst met afbeeldings-id's die moeten worden bijgewerkt. Beperkt tot 64.

metadata

{[propertyName: string]: string}

De metagegevens die moeten worden bijgewerkt naar de opgegeven afbeeldingen. Beperkt tot 10 sleutel-waardeparen per afbeelding. De lengte van de sleutel is beperkt tot 128. De lengte van de waarde is beperkt tot 256.

options
RequestOptionsBase

De optionele parameters

updateImageMetadata(string, string[], {[propertyName: string]: string}, ServiceCallback<ImageMetadataUpdateSummary>)

function updateImageMetadata(projectId: string, imageIds: string[], metadata: {[propertyName: string]: string}, callback: ServiceCallback<ImageMetadataUpdateSummary>)

Parameters

projectId

string

De project-id.

imageIds

string[]

De lijst met afbeeldings-id's die moeten worden bijgewerkt. Beperkt tot 64.

metadata

{[propertyName: string]: string}

De metagegevens die moeten worden bijgewerkt naar de opgegeven afbeeldingen. Beperkt tot 10 sleutel-waardeparen per afbeelding. De lengte van de sleutel is beperkt tot 128. De lengte van de waarde is beperkt tot 256.

updateIteration(string, string, Iteration, RequestOptionsBase)

function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, options?: RequestOptionsBase): Promise<UpdateIterationResponse>

Parameters

projectId

string

Project-id.

iterationId

string

Iteratie-id.

updatedIteration
Iteration

Het bijgewerkte iteratiemodel.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.UpdateIterationResponse>

updateIteration(string, string, Iteration, RequestOptionsBase, ServiceCallback<Iteration>)

function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, options: RequestOptionsBase, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

Project-id.

iterationId

string

Iteratie-id.

updatedIteration
Iteration

Het bijgewerkte iteratiemodel.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Iteration>

De callback

updateIteration(string, string, Iteration, ServiceCallback<Iteration>)

function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, callback: ServiceCallback<Iteration>)

Parameters

projectId

string

Project-id.

iterationId

string

Iteratie-id.

updatedIteration
Iteration

Het bijgewerkte iteratiemodel.

callback

ServiceCallback<Iteration>

De callback

updateProject(string, Project, RequestOptionsBase)

function updateProject(projectId: string, updatedProject: Project, options?: RequestOptionsBase): Promise<UpdateProjectResponse>

Parameters

projectId

string

De id van het project dat moet worden bijgewerkt.

updatedProject
Project

Het bijgewerkte projectmodel.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.UpdateProjectResponse>

updateProject(string, Project, RequestOptionsBase, ServiceCallback<Project>)

function updateProject(projectId: string, updatedProject: Project, options: RequestOptionsBase, callback: ServiceCallback<Project>)

Parameters

projectId

string

De id van het project dat moet worden bijgewerkt.

updatedProject
Project

Het bijgewerkte projectmodel.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Project>

De callback

updateProject(string, Project, ServiceCallback<Project>)

function updateProject(projectId: string, updatedProject: Project, callback: ServiceCallback<Project>)

Parameters

projectId

string

De id van het project dat moet worden bijgewerkt.

updatedProject
Project

Het bijgewerkte projectmodel.

callback

ServiceCallback<Project>

De callback

updateTag(string, string, Tag, RequestOptionsBase)

function updateTag(projectId: string, tagId: string, updatedTag: Tag, options?: RequestOptionsBase): Promise<UpdateTagResponse>

Parameters

projectId

string

De project-id.

tagId

string

De id van de doeltag.

updatedTag
Tag

Het bijgewerkte tagmodel.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.UpdateTagResponse>

updateTag(string, string, Tag, RequestOptionsBase, ServiceCallback<Tag>)

function updateTag(projectId: string, tagId: string, updatedTag: Tag, options: RequestOptionsBase, callback: ServiceCallback<Tag>)

Parameters

projectId

string

De project-id.

tagId

string

De id van de doeltag.

updatedTag
Tag

Het bijgewerkte tagmodel.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Tag>

De callback

updateTag(string, string, Tag, ServiceCallback<Tag>)

function updateTag(projectId: string, tagId: string, updatedTag: Tag, callback: ServiceCallback<Tag>)

Parameters

projectId

string

De project-id.

tagId

string

De id van de doeltag.

updatedTag
Tag

Het bijgewerkte tagmodel.

callback

ServiceCallback<Tag>

De callback

Details overgenomen methode

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Verzend een HTTP-aanvraag die is ingevuld met behulp van de opgegeven OperationSpec.

function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>

Parameters

operationArguments
OperationArguments

De argumenten waaruit de sjabloonwaarden van de HTTP-aanvraag worden ingevuld.

operationSpec
OperationSpec

De OperationSpec die moet worden gebruikt om de httpRequest in te vullen.

callback

ServiceCallback<any>

De callback om aan te roepen wanneer het antwoord wordt ontvangen.

Retouren

Promise<RestResponse>

Overgenomen vanTrainingAPIClientContext.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

Verzend de opgegeven httpRequest.

function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>

Parameters

Retouren

Overgenomen vanTrainingAPIClientContext.sendRequest