TrainingAPIClient class
- Extends
Constructeurs
Training |
Initialise une nouvelle instance de la classe TrainingAPIClient. |
Propriétés héritées
credentials | |
endpoint |
Méthodes
Méthodes héritées
send |
Envoyez une requête HTTP renseignée à l’aide de la spécification OperationSpec fournie. |
send |
Envoyez le httpRequest fourni. |
Détails du constructeur
TrainingAPIClient(ServiceClientCredentials, string, ServiceClientOptions)
Initialise une nouvelle instance de la classe TrainingAPIClient.
new TrainingAPIClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)
Paramètres
- credentials
- ServiceClientCredentials
Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.
- endpoint
-
string
Points de terminaison Cognitive Services pris en charge.
- options
- ServiceClientOptions
Options de paramètre
Détails de la propriété héritée
credentials
credentials: ServiceClientCredentials
Valeur de propriété
Hérité deTrainingAPIClientContext.credentials
endpoint
Détails de la méthode
createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase)
Cette API accepte un lot de régions d’images et éventuellement des étiquettes pour mettre à jour les images existantes avec les informations de région. Il existe une limite de 64 entrées dans le lot. Si toutes les régions sont créées avec succès, le code d’état 200(OK) est retourné. Sinon, le code d’état 207 (multi-état) sera retourné et l’état des détails de chaque région sera répertorié dans la charge utile de réponse.
function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, options?: RequestOptionsBase): Promise<CreateImageRegionsResponse>
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageRegionCreateBatch
Lot de régions d’image qui incluent une balise et un cadre englobant. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CreateImageRegionsResponse>
Promise<Models.CreateImageRegionsResponse>
createImageRegions(string, ImageRegionCreateBatch, RequestOptionsBase, ServiceCallback<ImageRegionCreateSummary>)
function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageRegionCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageRegionCreateBatch
Lot de régions d’image qui incluent une balise et un cadre englobant. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createImageRegions(string, ImageRegionCreateBatch, ServiceCallback<ImageRegionCreateSummary>)
function createImageRegions(projectId: string, batch: ImageRegionCreateBatch, callback: ServiceCallback<ImageRegionCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageRegionCreateBatch
Lot de régions d’image qui incluent une balise et un cadre englobant. Limité à 64.
- callback
Rappel
createImagesFromData(string, HttpRequestBody, ServiceCallback<ImageCreateSummary>)
function createImagesFromData(projectId: string, imageData: HttpRequestBody, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
- callback
Rappel
createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams)
Cette API accepte le contenu du corps comme multipart/form-data et application/octet-stream. Lors de l’utilisation de plusieurs fichiers image multipartes peuvent être envoyés en même temps, avec un maximum de 64 fichiers. Si toutes les images sont créées avec succès, le code d’état 200(OK) est retourné. Sinon, le code d’état 207 (multi-état) est retourné et l’état des détails de chaque image est répertorié dans la charge utile de la réponse.
function createImagesFromData(projectId: string, imageData: HttpRequestBody, options?: TrainingAPIClientCreateImagesFromDataOptionalParams): Promise<CreateImagesFromDataResponse>
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
Paramètres facultatifs
Retours
Promise<CreateImagesFromDataResponse>
Promise<Models.CreateImagesFromDataResponse>
createImagesFromData(string, HttpRequestBody, TrainingAPIClientCreateImagesFromDataOptionalParams, ServiceCallback<ImageCreateSummary>)
function createImagesFromData(projectId: string, imageData: HttpRequestBody, options: TrainingAPIClientCreateImagesFromDataOptionalParams, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
Paramètres facultatifs
- callback
Rappel
createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase)
Cette API accepte un lot de fichiers, et éventuellement des étiquettes, pour créer des images. Il existe une limite de 64 images et 20 étiquettes. Si toutes les images sont créées avec succès, le code d’état 200(OK) est retourné. Sinon, le code d’état 207 (multi-état) est retourné et l’état des détails de chaque image est répertorié dans la charge utile de la réponse.
function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromFilesResponse>
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageFileCreateBatch
Lot de fichiers image à ajouter. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CreateImagesFromFilesResponse>
Promise<Models.CreateImagesFromFilesResponse>
createImagesFromFiles(string, ImageFileCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageFileCreateBatch
Lot de fichiers image à ajouter. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createImagesFromFiles(string, ImageFileCreateBatch, ServiceCallback<ImageCreateSummary>)
function createImagesFromFiles(projectId: string, batch: ImageFileCreateBatch, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageFileCreateBatch
Lot de fichiers image à ajouter. Limité à 64 images et 20 étiquettes par lot.
- callback
Rappel
createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase)
Cette API crée un lot d’images à partir d’images prédites spécifiées. Il existe une limite de 64 images et 20 étiquettes. Si toutes les images sont créées avec succès, le code d’état 200(OK) est retourné. Sinon, le code d’état 207 (multi-état) est retourné et l’état des détails de chaque image est répertorié dans la charge utile de la réponse.
function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromPredictionsResponse>
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageIdCreateBatch
Image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CreateImagesFromPredictionsResponse>
Promise<Models.CreateImagesFromPredictionsResponse>
createImagesFromPredictions(string, ImageIdCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageIdCreateBatch
Image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createImagesFromPredictions(string, ImageIdCreateBatch, ServiceCallback<ImageCreateSummary>)
function createImagesFromPredictions(projectId: string, batch: ImageIdCreateBatch, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageIdCreateBatch
Image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- callback
Rappel
createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase)
Cette API accepte un lot d’URL, et éventuellement des étiquettes, pour créer des images. Il existe une limite de 64 images et 20 étiquettes. Si toutes les images sont créées avec succès, le code d’état 200(OK) est retourné. Sinon, le code d’état 207 (multi-état) est retourné et l’état des détails de chaque image est répertorié dans la charge utile de la réponse.
function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, options?: RequestOptionsBase): Promise<CreateImagesFromUrlsResponse>
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageUrlCreateBatch
URL d’image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CreateImagesFromUrlsResponse>
Promise<Models.CreateImagesFromUrlsResponse>
createImagesFromUrls(string, ImageUrlCreateBatch, RequestOptionsBase, ServiceCallback<ImageCreateSummary>)
function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageUrlCreateBatch
URL d’image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createImagesFromUrls(string, ImageUrlCreateBatch, ServiceCallback<ImageCreateSummary>)
function createImagesFromUrls(projectId: string, batch: ImageUrlCreateBatch, callback: ServiceCallback<ImageCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageUrlCreateBatch
URL d’image, id d’étiquette et métadonnées. Limité à 64 images et 20 étiquettes par lot.
- callback
Rappel
createImageTags(string, ImageTagCreateBatch, RequestOptionsBase)
function createImageTags(projectId: string, batch: ImageTagCreateBatch, options?: RequestOptionsBase): Promise<CreateImageTagsResponse>
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageTagCreateBatch
Lot d’étiquettes d’image. Limité à 128 balises par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CreateImageTagsResponse>
Promise<Models.CreateImageTagsResponse>
createImageTags(string, ImageTagCreateBatch, RequestOptionsBase, ServiceCallback<ImageTagCreateSummary>)
function createImageTags(projectId: string, batch: ImageTagCreateBatch, options: RequestOptionsBase, callback: ServiceCallback<ImageTagCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageTagCreateBatch
Lot d’étiquettes d’image. Limité à 128 balises par lot.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createImageTags(string, ImageTagCreateBatch, ServiceCallback<ImageTagCreateSummary>)
function createImageTags(projectId: string, batch: ImageTagCreateBatch, callback: ServiceCallback<ImageTagCreateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- batch
- ImageTagCreateBatch
Lot d’étiquettes d’image. Limité à 128 balises par lot.
- callback
Rappel
createProject(string, ServiceCallback<Project>)
function createProject(name: string, callback: ServiceCallback<Project>)
Paramètres
- name
-
string
Nom du projet.
- callback
Rappel
createProject(string, TrainingAPIClientCreateProjectOptionalParams)
function createProject(name: string, options?: TrainingAPIClientCreateProjectOptionalParams): Promise<CreateProjectResponse>
Paramètres
- name
-
string
Nom du projet.
Paramètres facultatifs
Retours
Promise<CreateProjectResponse>
Promise<Models.CreateProjectResponse>
createProject(string, TrainingAPIClientCreateProjectOptionalParams, ServiceCallback<Project>)
function createProject(name: string, options: TrainingAPIClientCreateProjectOptionalParams, callback: ServiceCallback<Project>)
Paramètres
- name
-
string
Nom du projet.
Paramètres facultatifs
- callback
Rappel
createTag(string, string, ServiceCallback<Tag>)
function createTag(projectId: string, name: string, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
ID de projet.
- name
-
string
Nom de la balise.
- callback
Rappel
createTag(string, string, TrainingAPIClientCreateTagOptionalParams)
function createTag(projectId: string, name: string, options?: TrainingAPIClientCreateTagOptionalParams): Promise<CreateTagResponse>
Paramètres
- projectId
-
string
ID de projet.
- name
-
string
Nom de la balise.
Paramètres facultatifs
Retours
Promise<CreateTagResponse>
Promise<Models.CreateTagResponse>
createTag(string, string, TrainingAPIClientCreateTagOptionalParams, ServiceCallback<Tag>)
function createTag(projectId: string, name: string, options: TrainingAPIClientCreateTagOptionalParams, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
ID de projet.
- name
-
string
Nom de la balise.
Paramètres facultatifs
- callback
Rappel
deleteImageRegions(string, string[], RequestOptionsBase)
function deleteImageRegions(projectId: string, regionIds: string[], options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- regionIds
-
string[]
Régions à supprimer. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteImageRegions(string, string[], RequestOptionsBase, ServiceCallback<void>)
function deleteImageRegions(projectId: string, regionIds: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- regionIds
-
string[]
Régions à supprimer. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteImageRegions(string, string[], ServiceCallback<void>)
function deleteImageRegions(projectId: string, regionIds: string[], callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- regionIds
-
string[]
Régions à supprimer. Limité à 64.
- callback
-
ServiceCallback<void>
Rappel
deleteImages(string, ServiceCallback<void>)
function deleteImages(projectId: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- callback
-
ServiceCallback<void>
Rappel
deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams)
function deleteImages(projectId: string, options?: TrainingAPIClientDeleteImagesOptionalParams): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteImages(string, TrainingAPIClientDeleteImagesOptionalParams, ServiceCallback<void>)
function deleteImages(projectId: string, options: TrainingAPIClientDeleteImagesOptionalParams, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteImageTags(string, string[], string[], RequestOptionsBase)
function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
ID d’image. Limité à 64 images.
- tagIds
-
string[]
Balises à supprimer des images spécifiées. Limité à 20 balises.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteImageTags(string, string[], string[], RequestOptionsBase, ServiceCallback<void>)
function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
ID d’image. Limité à 64 images.
- tagIds
-
string[]
Balises à supprimer des images spécifiées. Limité à 20 balises.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteImageTags(string, string[], string[], ServiceCallback<void>)
function deleteImageTags(projectId: string, imageIds: string[], tagIds: string[], callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
ID d’image. Limité à 64 images.
- tagIds
-
string[]
Étiquettes à supprimer des images spécifiées. Limité à 20 balises.
- callback
-
ServiceCallback<void>
Rappel
deleteIteration(string, string, RequestOptionsBase)
function deleteIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteIteration(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteIteration(string, string, ServiceCallback<void>)
function deleteIteration(projectId: string, iterationId: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- callback
-
ServiceCallback<void>
Rappel
deletePrediction(string, string[], RequestOptionsBase)
function deletePrediction(projectId: string, ids: string[], options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- ids
-
string[]
ID de prédiction. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promise<msRest.RestResponse>
deletePrediction(string, string[], RequestOptionsBase, ServiceCallback<void>)
function deletePrediction(projectId: string, ids: string[], options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- ids
-
string[]
ID de prédiction. Limité à 64.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deletePrediction(string, string[], ServiceCallback<void>)
function deletePrediction(projectId: string, ids: string[], callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- ids
-
string[]
ID de prédiction. Limité à 64.
- callback
-
ServiceCallback<void>
Rappel
deleteProject(string, RequestOptionsBase)
function deleteProject(projectId: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteProject(string, RequestOptionsBase, ServiceCallback<void>)
function deleteProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteProject(string, ServiceCallback<void>)
function deleteProject(projectId: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- callback
-
ServiceCallback<void>
Rappel
deleteTag(string, string, RequestOptionsBase)
function deleteTag(projectId: string, tagId: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise à supprimer.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteTag(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteTag(projectId: string, tagId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise à supprimer.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteTag(string, string, ServiceCallback<void>)
function deleteTag(projectId: string, tagId: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise à supprimer.
- callback
-
ServiceCallback<void>
Rappel
exportIteration(string, string, Platform, ServiceCallback<ExportModel>)
function exportIteration(projectId: string, iterationId: string, platform: Platform, callback: ServiceCallback<ExportModel>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- platform
- Platform
Plateforme cible. Les valeurs possibles sont les suivantes : « CoreML », « TensorFlow », « DockerFile », « ONNX », « VAIDK », « OpenVino »
- callback
Rappel
exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams)
function exportIteration(projectId: string, iterationId: string, platform: Platform, options?: TrainingAPIClientExportIterationOptionalParams): Promise<ExportIterationResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- platform
- Platform
Plateforme cible. Les valeurs possibles sont les suivantes : « CoreML », « TensorFlow », « DockerFile », « ONNX », « VAIDK », « OpenVino »
Paramètres facultatifs
Retours
Promise<ExportIterationResponse>
Promise<Models.ExportIterationResponse>
exportIteration(string, string, Platform, TrainingAPIClientExportIterationOptionalParams, ServiceCallback<ExportModel>)
function exportIteration(projectId: string, iterationId: string, platform: Platform, options: TrainingAPIClientExportIterationOptionalParams, callback: ServiceCallback<ExportModel>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- platform
- Platform
Plateforme cible. Les valeurs possibles sont les suivantes : « CoreML », « TensorFlow », « DockerFile », « ONNX », « VAIDK », « OpenVino »
Paramètres facultatifs
- callback
Rappel
exportProject(string, RequestOptionsBase)
function exportProject(projectId: string, options?: RequestOptionsBase): Promise<ExportProjectResponse>
Paramètres
- projectId
-
string
ID de projet du projet à exporter.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<ExportProjectResponse>
Promise<Models.ExportProjectResponse>
exportProject(string, RequestOptionsBase, ServiceCallback<ProjectExport>)
function exportProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectExport>)
Paramètres
- projectId
-
string
ID de projet du projet à exporter.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
exportProject(string, ServiceCallback<ProjectExport>)
function exportProject(projectId: string, callback: ServiceCallback<ProjectExport>)
Paramètres
- projectId
-
string
ID de projet du projet à exporter.
- callback
Rappel
getArtifact(string, string, RequestOptionsBase)
function getArtifact(projectId: string, path: string, options?: RequestOptionsBase): Promise<GetArtifactResponse>
Paramètres
- projectId
-
string
ID de projet.
- path
-
string
Chemin relatif de l’artefact.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetArtifactResponse>
Promise<Models.GetArtifactResponse>
getArtifact(string, string, RequestOptionsBase, ServiceCallback<void>)
function getArtifact(projectId: string, path: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- path
-
string
Chemin relatif de l’artefact.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
getArtifact(string, string, ServiceCallback<void>)
function getArtifact(projectId: string, path: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- path
-
string
Chemin relatif de l’artefact.
- callback
-
ServiceCallback<void>
Rappel
getDomain(string, RequestOptionsBase)
function getDomain(domainId: string, options?: RequestOptionsBase): Promise<GetDomainResponse>
Paramètres
- domainId
-
string
ID du domaine sur lequel obtenir des informations.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetDomainResponse>
Promise<Models.GetDomainResponse>
getDomain(string, RequestOptionsBase, ServiceCallback<Domain>)
function getDomain(domainId: string, options: RequestOptionsBase, callback: ServiceCallback<Domain>)
Paramètres
- domainId
-
string
ID du domaine sur lequel obtenir des informations.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getDomain(string, ServiceCallback<Domain>)
function getDomain(domainId: string, callback: ServiceCallback<Domain>)
Paramètres
- domainId
-
string
ID du domaine sur lequel obtenir des informations.
- callback
Rappel
getDomains(RequestOptionsBase)
function getDomains(options?: RequestOptionsBase): Promise<GetDomainsResponse>
Paramètres
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetDomainsResponse>
Promise<Models.GetDomainsResponse>
getDomains(RequestOptionsBase, ServiceCallback<Domain[]>)
function getDomains(options: RequestOptionsBase, callback: ServiceCallback<Domain[]>)
Paramètres
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getDomains(ServiceCallback<Domain[]>)
function getDomains(callback: ServiceCallback<Domain[]>)
Paramètres
- callback
Rappel
getExports(string, string, RequestOptionsBase)
function getExports(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<GetExportsResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetExportsResponse>
Promise<Models.GetExportsResponse>
getExports(string, string, RequestOptionsBase, ServiceCallback<ExportModel[]>)
function getExports(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<ExportModel[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getExports(string, string, ServiceCallback<ExportModel[]>)
function getExports(projectId: string, iterationId: string, callback: ServiceCallback<ExportModel[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- callback
Rappel
getImageCount(string, ServiceCallback<number>)
function getImageCount(projectId: string, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
- callback
-
ServiceCallback<number>
Rappel
getImageCount(string, TrainingAPIClientGetImageCountOptionalParams)
Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID de balise fournis sont pour les étiquettes « Chien » et « Chat », seules les images étiquetées avec Dog et/ou Cat seront retournées
function getImageCount(projectId: string, options?: TrainingAPIClientGetImageCountOptionalParams): Promise<GetImageCountResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetImageCountResponse>
Promise<Models.GetImageCountResponse>
getImageCount(string, TrainingAPIClientGetImageCountOptionalParams, ServiceCallback<number>)
function getImageCount(projectId: string, options: TrainingAPIClientGetImageCountOptionalParams, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
-
ServiceCallback<number>
Rappel
getImagePerformanceCount(string, string, ServiceCallback<number>)
function getImagePerformanceCount(projectId: string, iterationId: string, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
- callback
-
ServiceCallback<number>
Rappel
getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams)
Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID de balise fournis sont pour les étiquettes « Chien » et « Chat », seules les images étiquetées avec Dog et/ou Cat seront retournées
function getImagePerformanceCount(projectId: string, iterationId: string, options?: TrainingAPIClientGetImagePerformanceCountOptionalParams): Promise<GetImagePerformanceCountResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
Paramètres facultatifs
Retours
Promise<GetImagePerformanceCountResponse>
Promise<Models.GetImagePerformanceCountResponse>
getImagePerformanceCount(string, string, TrainingAPIClientGetImagePerformanceCountOptionalParams, ServiceCallback<number>)
function getImagePerformanceCount(projectId: string, iterationId: string, options: TrainingAPIClientGetImagePerformanceCountOptionalParams, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
Paramètres facultatifs
- callback
-
ServiceCallback<number>
Rappel
getImagePerformances(string, string, ServiceCallback<ImagePerformance[]>)
function getImagePerformances(projectId: string, iterationId: string, callback: ServiceCallback<ImagePerformance[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
- callback
Rappel
getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams)
Cette API prend en charge le traitement par lot et la sélection de plage. Par défaut, elle retourne uniquement les 50 premières images correspondant à des images. Utilisez les paramètres {take} et {skip} pour contrôler le nombre d’images à retourner dans un lot donné. Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID de balise fournis sont pour les étiquettes « Chien » et « Chat », seules les images étiquetées avec Dog et/ou Cat seront retournées
function getImagePerformances(projectId: string, iterationId: string, options?: TrainingAPIClientGetImagePerformancesOptionalParams): Promise<GetImagePerformancesResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
Paramètres facultatifs
Retours
Promise<GetImagePerformancesResponse>
Promise<Models.GetImagePerformancesResponse>
getImagePerformances(string, string, TrainingAPIClientGetImagePerformancesOptionalParams, ServiceCallback<ImagePerformance[]>)
function getImagePerformances(projectId: string, iterationId: string, options: TrainingAPIClientGetImagePerformancesOptionalParams, callback: ServiceCallback<ImagePerformance[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération. Par défaut, l’espace de travail est défini.
Paramètres facultatifs
- callback
Rappel
getImageRegionProposals(string, string, RequestOptionsBase)
Cette API permet d’obtenir des propositions de région pour une image, ainsi que des confiances pour la région. Elle retourne un tableau vide si aucune proposition n’est trouvée.
function getImageRegionProposals(projectId: string, imageId: string, options?: RequestOptionsBase): Promise<GetImageRegionProposalsResponse>
Paramètres
- projectId
-
string
ID de projet.
- imageId
-
string
ID d’image.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetImageRegionProposalsResponse>
Promise<Models.GetImageRegionProposalsResponse>
getImageRegionProposals(string, string, RequestOptionsBase, ServiceCallback<ImageRegionProposal>)
function getImageRegionProposals(projectId: string, imageId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageRegionProposal>)
Paramètres
- projectId
-
string
ID de projet.
- imageId
-
string
ID d’image.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getImageRegionProposals(string, string, ServiceCallback<ImageRegionProposal>)
function getImageRegionProposals(projectId: string, imageId: string, callback: ServiceCallback<ImageRegionProposal>)
Paramètres
- projectId
-
string
ID de projet.
- imageId
-
string
ID d’image.
- callback
Rappel
getImages(string, ServiceCallback<Image[]>)
function getImages(projectId: string, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getImages(string, TrainingAPIClientGetImagesOptionalParams)
Cette API prend en charge le traitement par lot et la sélection de plage. Par défaut, elle retourne uniquement les 50 premières images correspondant à des images. Utilisez les paramètres {take} et {skip} pour contrôler le nombre d’images à retourner dans un lot donné. Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID de balise fournis sont pour les étiquettes « Chien » et « Chat », seules les images étiquetées avec Dog et/ou Cat seront retournées
function getImages(projectId: string, options?: TrainingAPIClientGetImagesOptionalParams): Promise<GetImagesResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetImagesResponse>
Promise<Models.GetImagesResponse>
getImages(string, TrainingAPIClientGetImagesOptionalParams, ServiceCallback<Image[]>)
function getImages(projectId: string, options: TrainingAPIClientGetImagesOptionalParams, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
getImagesByIds(string, ServiceCallback<Image[]>)
function getImagesByIds(projectId: string, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams)
Cette API retourne un ensemble d’images pour les étiquettes spécifiées et éventuellement une itération. Si aucune itération n’est spécifiée, l’espace de travail actuel est utilisé.
function getImagesByIds(projectId: string, options?: TrainingAPIClientGetImagesByIdsOptionalParams): Promise<GetImagesByIdsResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetImagesByIdsResponse>
Promise<Models.GetImagesByIdsResponse>
getImagesByIds(string, TrainingAPIClientGetImagesByIdsOptionalParams, ServiceCallback<Image[]>)
function getImagesByIds(projectId: string, options: TrainingAPIClientGetImagesByIdsOptionalParams, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
getIteration(string, string, RequestOptionsBase)
function getIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<GetIterationResponse>
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetIterationResponse>
Promise<Models.GetIterationResponse>
getIteration(string, string, RequestOptionsBase, ServiceCallback<Iteration>)
function getIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getIteration(string, string, ServiceCallback<Iteration>)
function getIteration(projectId: string, iterationId: string, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
- callback
Rappel
getIterationPerformance(string, string, ServiceCallback<IterationPerformance>)
function getIterationPerformance(projectId: string, iterationId: string, callback: ServiceCallback<IterationPerformance>)
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
- callback
Rappel
getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams)
function getIterationPerformance(projectId: string, iterationId: string, options?: TrainingAPIClientGetIterationPerformanceOptionalParams): Promise<GetIterationPerformanceResponse>
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
Paramètres facultatifs
Retours
Promise<GetIterationPerformanceResponse>
Promise<Models.GetIterationPerformanceResponse>
getIterationPerformance(string, string, TrainingAPIClientGetIterationPerformanceOptionalParams, ServiceCallback<IterationPerformance>)
function getIterationPerformance(projectId: string, iterationId: string, options: TrainingAPIClientGetIterationPerformanceOptionalParams, callback: ServiceCallback<IterationPerformance>)
Paramètres
- projectId
-
string
ID du projet auquel appartient l’itération.
- iterationId
-
string
ID de l’itération à obtenir.
Paramètres facultatifs
- callback
Rappel
getIterations(string, RequestOptionsBase)
function getIterations(projectId: string, options?: RequestOptionsBase): Promise<GetIterationsResponse>
Paramètres
- projectId
-
string
ID de projet.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetIterationsResponse>
Promise<Models.GetIterationsResponse>
getIterations(string, RequestOptionsBase, ServiceCallback<Iteration[]>)
function getIterations(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<Iteration[]>)
Paramètres
- projectId
-
string
ID de projet.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getIterations(string, ServiceCallback<Iteration[]>)
function getIterations(projectId: string, callback: ServiceCallback<Iteration[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getProject(string, RequestOptionsBase)
function getProject(projectId: string, options?: RequestOptionsBase): Promise<GetProjectResponse>
Paramètres
- projectId
-
string
ID du projet à obtenir.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetProjectResponse>
Promise<Models.GetProjectResponse>
getProject(string, RequestOptionsBase, ServiceCallback<Project>)
function getProject(projectId: string, options: RequestOptionsBase, callback: ServiceCallback<Project>)
Paramètres
- projectId
-
string
ID du projet à obtenir.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getProject(string, ServiceCallback<Project>)
function getProject(projectId: string, callback: ServiceCallback<Project>)
Paramètres
- projectId
-
string
ID du projet à obtenir.
- callback
Rappel
getProjects(RequestOptionsBase)
function getProjects(options?: RequestOptionsBase): Promise<GetProjectsResponse>
Paramètres
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<GetProjectsResponse>
Promise<Models.GetProjectsResponse>
getProjects(RequestOptionsBase, ServiceCallback<Project[]>)
function getProjects(options: RequestOptionsBase, callback: ServiceCallback<Project[]>)
Paramètres
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getProjects(ServiceCallback<Project[]>)
function getProjects(callback: ServiceCallback<Project[]>)
Paramètres
- callback
Rappel
getTag(string, string, ServiceCallback<Tag>)
function getTag(projectId: string, tagId: string, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
Projet auquel appartient cette balise.
- tagId
-
string
ID de balise.
- callback
Rappel
getTag(string, string, TrainingAPIClientGetTagOptionalParams)
function getTag(projectId: string, tagId: string, options?: TrainingAPIClientGetTagOptionalParams): Promise<GetTagResponse>
Paramètres
- projectId
-
string
Projet auquel appartient cette balise.
- tagId
-
string
ID de balise.
Paramètres facultatifs
Retours
Promise<GetTagResponse>
Promise<Models.GetTagResponse>
getTag(string, string, TrainingAPIClientGetTagOptionalParams, ServiceCallback<Tag>)
function getTag(projectId: string, tagId: string, options: TrainingAPIClientGetTagOptionalParams, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
Projet auquel appartient cette balise.
- tagId
-
string
ID de balise.
Paramètres facultatifs
- callback
Rappel
getTaggedImageCount(string, ServiceCallback<number>)
function getTaggedImageCount(projectId: string, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
- callback
-
ServiceCallback<number>
Rappel
getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams)
Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID d’étiquette fournis sont pour les balises « Chien » et « Chat », seules les images étiquetées avec Chien et/ou Chat sont retournées
function getTaggedImageCount(projectId: string, options?: TrainingAPIClientGetTaggedImageCountOptionalParams): Promise<GetTaggedImageCountResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetTaggedImageCountResponse>
Promise<Models.GetTaggedImageCountResponse>
getTaggedImageCount(string, TrainingAPIClientGetTaggedImageCountOptionalParams, ServiceCallback<number>)
function getTaggedImageCount(projectId: string, options: TrainingAPIClientGetTaggedImageCountOptionalParams, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
-
ServiceCallback<number>
Rappel
getTaggedImages(string, ServiceCallback<Image[]>)
function getTaggedImages(projectId: string, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams)
Cette API prend en charge le traitement par lot et la sélection de plage. Par défaut, elle retourne uniquement les 50 premières images correspondant à des images. Utilisez les paramètres {take} et {skip} pour contrôler le nombre d’images à retourner dans un lot donné. Le filtrage est paramétré sur une relation et/ou. Par exemple, si les ID d’étiquette fournis sont pour les balises « Chien » et « Chat », seules les images étiquetées avec Chien et/ou Chat sont retournées
function getTaggedImages(projectId: string, options?: TrainingAPIClientGetTaggedImagesOptionalParams): Promise<GetTaggedImagesResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetTaggedImagesResponse>
Promise<Models.GetTaggedImagesResponse>
getTaggedImages(string, TrainingAPIClientGetTaggedImagesOptionalParams, ServiceCallback<Image[]>)
function getTaggedImages(projectId: string, options: TrainingAPIClientGetTaggedImagesOptionalParams, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
getTags(string, ServiceCallback<Tag[]>)
function getTags(projectId: string, callback: ServiceCallback<Tag[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getTags(string, TrainingAPIClientGetTagsOptionalParams)
function getTags(projectId: string, options?: TrainingAPIClientGetTagsOptionalParams): Promise<GetTagsResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetTagsResponse>
Promise<Models.GetTagsResponse>
getTags(string, TrainingAPIClientGetTagsOptionalParams, ServiceCallback<Tag[]>)
function getTags(projectId: string, options: TrainingAPIClientGetTagsOptionalParams, callback: ServiceCallback<Tag[]>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
getUntaggedImageCount(string, ServiceCallback<number>)
function getUntaggedImageCount(projectId: string, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
- callback
-
ServiceCallback<number>
Rappel
getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams)
Cette API retourne les images qui n’ont aucune étiquette pour un projet donné et éventuellement une itération. Si aucune itération n’est spécifiée, l’espace de travail actuel est utilisé.
function getUntaggedImageCount(projectId: string, options?: TrainingAPIClientGetUntaggedImageCountOptionalParams): Promise<GetUntaggedImageCountResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetUntaggedImageCountResponse>
Promise<Models.GetUntaggedImageCountResponse>
getUntaggedImageCount(string, TrainingAPIClientGetUntaggedImageCountOptionalParams, ServiceCallback<number>)
function getUntaggedImageCount(projectId: string, options: TrainingAPIClientGetUntaggedImageCountOptionalParams, callback: ServiceCallback<number>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
-
ServiceCallback<number>
Rappel
getUntaggedImages(string, ServiceCallback<Image[]>)
function getUntaggedImages(projectId: string, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams)
Cette API prend en charge le traitement par lot et la sélection de plage. Par défaut, elle retourne uniquement les 50 premières images correspondant à des images. Utilisez les paramètres {take} et {skip} pour contrôler le nombre d’images à retourner dans un lot donné.
function getUntaggedImages(projectId: string, options?: TrainingAPIClientGetUntaggedImagesOptionalParams): Promise<GetUntaggedImagesResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<GetUntaggedImagesResponse>
Promise<Models.GetUntaggedImagesResponse>
getUntaggedImages(string, TrainingAPIClientGetUntaggedImagesOptionalParams, ServiceCallback<Image[]>)
function getUntaggedImages(projectId: string, options: TrainingAPIClientGetUntaggedImagesOptionalParams, callback: ServiceCallback<Image[]>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
importProject(string, ServiceCallback<Project>)
function importProject(token: string, callback: ServiceCallback<Project>)
Paramètres
- token
-
string
Jeton généré à partir de l’appel de projet d’exportation.
- callback
Rappel
importProject(string, TrainingAPIClientImportProjectOptionalParams)
function importProject(token: string, options?: TrainingAPIClientImportProjectOptionalParams): Promise<ImportProjectResponse>
Paramètres
- token
-
string
Jeton généré à partir de l’appel de projet d’exportation.
Paramètres facultatifs
Retours
Promise<ImportProjectResponse>
Promise<Models.ImportProjectResponse>
importProject(string, TrainingAPIClientImportProjectOptionalParams, ServiceCallback<Project>)
function importProject(token: string, options: TrainingAPIClientImportProjectOptionalParams, callback: ServiceCallback<Project>)
Paramètres
- token
-
string
Jeton généré à partir de l’appel de projet d’exportation.
Paramètres facultatifs
- callback
Rappel
publishIteration(string, string, string, string, ServiceCallback<boolean>)
function publishIteration(projectId: string, iterationId: string, publishName: string, predictionId: string, callback: ServiceCallback<boolean>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- publishName
-
string
Nom à donner à l’itération publiée.
- predictionId
-
string
ID de la ressource de prédiction sur laquelle publier.
- callback
-
ServiceCallback<boolean>
Rappel
publishIteration(string, string, string, string, TrainingAPIClientPublishIterationOptionalParams)
function publishIteration(projectId: string, iterationId: string, publishName: string, predictionId: string, options?: TrainingAPIClientPublishIterationOptionalParams): Promise<PublishIterationResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- publishName
-
string
Nom à donner à l’itération publiée.
- predictionId
-
string
ID de la ressource de prédiction sur laquelle publier.
Paramètres facultatifs
Retours
Promise<PublishIterationResponse>
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>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- publishName
-
string
Nom à donner à l’itération publiée.
- predictionId
-
string
ID de la ressource de prédiction sur laquelle publier.
Paramètres facultatifs
- callback
-
ServiceCallback<boolean>
Rappel
queryPredictions(string, PredictionQueryToken, RequestOptionsBase)
function queryPredictions(projectId: string, query: PredictionQueryToken, options?: RequestOptionsBase): Promise<QueryPredictionsResponse>
Paramètres
- projectId
-
string
ID de projet.
- query
- PredictionQueryToken
Paramètres utilisés pour interroger les prédictions. Limité à la combinaison de 2 balises.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<QueryPredictionsResponse>
Promise<Models.QueryPredictionsResponse>
queryPredictions(string, PredictionQueryToken, RequestOptionsBase, ServiceCallback<PredictionQueryResult>)
function queryPredictions(projectId: string, query: PredictionQueryToken, options: RequestOptionsBase, callback: ServiceCallback<PredictionQueryResult>)
Paramètres
- projectId
-
string
ID de projet.
- query
- PredictionQueryToken
Paramètres utilisés pour interroger les prédictions. Limité à la combinaison de 2 balises.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
queryPredictions(string, PredictionQueryToken, ServiceCallback<PredictionQueryResult>)
function queryPredictions(projectId: string, query: PredictionQueryToken, callback: ServiceCallback<PredictionQueryResult>)
Paramètres
- projectId
-
string
ID de projet.
- query
- PredictionQueryToken
Paramètres utilisés pour interroger les prédictions. Limité à la combinaison de 2 balises.
- callback
Rappel
querySuggestedImageCount(string, string, TagFilter, RequestOptionsBase)
Cette API prend en compte les tagIds pour obtenir le nombre d’images non étiquetées par suggestion d’étiquette pour un seuil donné.
function querySuggestedImageCount(projectId: string, iterationId: string, query: TagFilter, options?: RequestOptionsBase): Promise<QuerySuggestedImageCountResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
- query
- TagFilter
Modèle qui contient des tagIds, threshold et projectType à interroger.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<QuerySuggestedImageCountResponse>
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}>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
- query
- TagFilter
Modèle qui contient des tagIds, threshold et projectType à interroger.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<{[propertyName: string]: number}>
Rappel
querySuggestedImageCount(string, string, TagFilter, ServiceCallback<{[propertyName: string]: number}>)
function querySuggestedImageCount(projectId: string, iterationId: string, query: TagFilter, callback: ServiceCallback<{[propertyName: string]: number}>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
- query
- TagFilter
Modèle qui contient des tagIds, threshold et projectType à interroger.
- callback
-
ServiceCallback<{[propertyName: string]: number}>
Rappel
querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase)
Cette API récupère les images non étiquetées filtrées par les ID d’étiquettes suggérés. Elle retourne un tableau vide si aucune image n’est trouvée.
function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, options?: RequestOptionsBase): Promise<QuerySuggestedImagesResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
Contient les propriétés dont nous avons besoin pour interroger les images suggérées.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<QuerySuggestedImagesResponse>
Promise<Models.QuerySuggestedImagesResponse>
querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, RequestOptionsBase, ServiceCallback<SuggestedTagAndRegionQuery>)
function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, options: RequestOptionsBase, callback: ServiceCallback<SuggestedTagAndRegionQuery>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
Contient les propriétés dont nous avons besoin pour interroger les images suggérées.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
querySuggestedImages(string, string, SuggestedTagAndRegionQueryToken, ServiceCallback<SuggestedTagAndRegionQuery>)
function querySuggestedImages(projectId: string, iterationId: string, query: SuggestedTagAndRegionQueryToken, callback: ServiceCallback<SuggestedTagAndRegionQuery>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour les balises et les régions suggérées.
Contient les propriétés dont nous avons besoin pour interroger les images suggérées.
- callback
Rappel
quickTestImage(string, HttpRequestBody, ServiceCallback<ImagePrediction>)
function quickTestImage(projectId: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
- callback
Rappel
quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams)
function quickTestImage(projectId: string, imageData: HttpRequestBody, options?: TrainingAPIClientQuickTestImageOptionalParams): Promise<QuickTestImageResponse>
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
Paramètres facultatifs
Retours
Promise<QuickTestImageResponse>
Promise<Models.QuickTestImageResponse>
quickTestImage(string, HttpRequestBody, TrainingAPIClientQuickTestImageOptionalParams, ServiceCallback<ImagePrediction>)
function quickTestImage(projectId: string, imageData: HttpRequestBody, options: TrainingAPIClientQuickTestImageOptionalParams, callback: ServiceCallback<ImagePrediction>)
Paramètres
- projectId
-
string
ID de projet.
- imageData
- HttpRequestBody
Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 6 Mo.
Paramètres facultatifs
- callback
Rappel
quickTestImageUrl(string, ImageUrl, ServiceCallback<ImagePrediction>)
function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)
Paramètres
- projectId
-
string
Projet par rapport à évaluer.
- imageUrl
- ImageUrl
ImageUrl qui contient l’URL de l’image à évaluer.
- callback
Rappel
quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams)
function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, options?: TrainingAPIClientQuickTestImageUrlOptionalParams): Promise<QuickTestImageUrlResponse>
Paramètres
- projectId
-
string
Projet par rapport à évaluer.
- imageUrl
- ImageUrl
ImageUrl qui contient l’URL de l’image à évaluer.
Paramètres facultatifs
Retours
Promise<QuickTestImageUrlResponse>
Promise<Models.QuickTestImageUrlResponse>
quickTestImageUrl(string, ImageUrl, TrainingAPIClientQuickTestImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
function quickTestImageUrl(projectId: string, imageUrl: ImageUrl, options: TrainingAPIClientQuickTestImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)
Paramètres
- projectId
-
string
Projet par rapport à évaluer.
- imageUrl
- ImageUrl
ImageUrl qui contient l’URL de l’image à évaluer.
Paramètres facultatifs
- callback
Rappel
suggestTagsAndRegions(string, string, string[], RequestOptionsBase)
Cette API recevra des suggestions d’étiquette et de région pour un tableau/lot d’images non étiquetées, ainsi que des confiances pour les étiquettes. Elle retourne un tableau vide si aucune étiquette n’est trouvée. Il existe une limite de 64 images dans le lot.
function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], options?: RequestOptionsBase): Promise<SuggestTagsAndRegionsResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour la suggestion de balise et de région.
- imageIds
-
string[]
Tableau d’ID d’image la suggestion de balise est nécessaire pour. Utilisez l’API GetUntaggedImages pour obtenir imageIds.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<SuggestTagsAndRegionsResponse>
Promise<Models.SuggestTagsAndRegionsResponse>
suggestTagsAndRegions(string, string, string[], RequestOptionsBase, ServiceCallback<SuggestedTagAndRegion[]>)
function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], options: RequestOptionsBase, callback: ServiceCallback<SuggestedTagAndRegion[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour la suggestion de balise et de région.
- imageIds
-
string[]
Tableau d’ID d’image la suggestion de balise est nécessaire pour. Utilisez l’API GetUntaggedImages pour obtenir imageIds.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
suggestTagsAndRegions(string, string, string[], ServiceCallback<SuggestedTagAndRegion[]>)
function suggestTagsAndRegions(projectId: string, iterationId: string, imageIds: string[], callback: ServiceCallback<SuggestedTagAndRegion[]>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ItérationId à utiliser pour la suggestion de balise et de région.
- imageIds
-
string[]
Tableau de suggestions d’étiquettes d’ID d’image sont nécessaires pour. Utilisez l’API GetUntaggedImages pour obtenir des imageIds.
- callback
Rappel
trainProject(string, ServiceCallback<Iteration>)
function trainProject(projectId: string, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID de projet.
- callback
Rappel
trainProject(string, TrainingAPIClientTrainProjectOptionalParams)
function trainProject(projectId: string, options?: TrainingAPIClientTrainProjectOptionalParams): Promise<TrainProjectResponse>
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
Retours
Promise<TrainProjectResponse>
Promise<Models.TrainProjectResponse>
trainProject(string, TrainingAPIClientTrainProjectOptionalParams, ServiceCallback<Iteration>)
function trainProject(projectId: string, options: TrainingAPIClientTrainProjectOptionalParams, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID de projet.
Paramètres facultatifs
- callback
Rappel
unpublishIteration(string, string, RequestOptionsBase)
function unpublishIteration(projectId: string, iterationId: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
unpublishIteration(string, string, RequestOptionsBase, ServiceCallback<void>)
function unpublishIteration(projectId: string, iterationId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
unpublishIteration(string, string, ServiceCallback<void>)
function unpublishIteration(projectId: string, iterationId: string, callback: ServiceCallback<void>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- callback
-
ServiceCallback<void>
Rappel
updateImageMetadata(string, string[], {[propertyName: string]: string}, RequestOptionsBase)
Cette API accepte un lot d’ID d’images et de métadonnées pour mettre à jour des images. Il existe une limite de 64 images.
function updateImageMetadata(projectId: string, imageIds: string[], metadata: {[propertyName: string]: string}, options?: RequestOptionsBase): Promise<UpdateImageMetadataResponse>
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
Liste des ID d’image à mettre à jour. Limité à 64.
- metadata
-
{[propertyName: string]: string}
Métadonnées à mettre à jour vers les images spécifiées. Limité à 10 paires clé-valeur par image. La longueur de la clé est limitée à 128. La longueur de la valeur est limitée à 256.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<UpdateImageMetadataResponse>
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>)
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
Liste des ID d’image à mettre à jour. Limité à 64.
- metadata
-
{[propertyName: string]: string}
Métadonnées à mettre à jour vers les images spécifiées. Limité à 10 paires clé-valeur par image. La longueur de la clé est limitée à 128. La longueur de la valeur est limitée à 256.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
updateImageMetadata(string, string[], {[propertyName: string]: string}, ServiceCallback<ImageMetadataUpdateSummary>)
function updateImageMetadata(projectId: string, imageIds: string[], metadata: {[propertyName: string]: string}, callback: ServiceCallback<ImageMetadataUpdateSummary>)
Paramètres
- projectId
-
string
ID de projet.
- imageIds
-
string[]
Liste des ID d’image à mettre à jour. Limité à 64.
- metadata
-
{[propertyName: string]: string}
Métadonnées à mettre à jour vers les images spécifiées. Limité à 10 paires clé-valeur par image. La longueur de la clé est limitée à 128. La longueur de la valeur est limitée à 256.
- callback
Rappel
updateIteration(string, string, Iteration, RequestOptionsBase)
function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, options?: RequestOptionsBase): Promise<UpdateIterationResponse>
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- updatedIteration
- Iteration
Modèle d’itération mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<UpdateIterationResponse>
Promise<Models.UpdateIterationResponse>
updateIteration(string, string, Iteration, RequestOptionsBase, ServiceCallback<Iteration>)
function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, options: RequestOptionsBase, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- updatedIteration
- Iteration
Modèle d’itération mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
updateIteration(string, string, Iteration, ServiceCallback<Iteration>)
function updateIteration(projectId: string, iterationId: string, updatedIteration: Iteration, callback: ServiceCallback<Iteration>)
Paramètres
- projectId
-
string
ID de projet.
- iterationId
-
string
ID d’itération.
- updatedIteration
- Iteration
Modèle d’itération mis à jour.
- callback
Rappel
updateProject(string, Project, RequestOptionsBase)
function updateProject(projectId: string, updatedProject: Project, options?: RequestOptionsBase): Promise<UpdateProjectResponse>
Paramètres
- projectId
-
string
ID du projet à mettre à jour.
- updatedProject
- Project
Modèle de projet mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<UpdateProjectResponse>
Promise<Models.UpdateProjectResponse>
updateProject(string, Project, RequestOptionsBase, ServiceCallback<Project>)
function updateProject(projectId: string, updatedProject: Project, options: RequestOptionsBase, callback: ServiceCallback<Project>)
Paramètres
- projectId
-
string
ID du projet à mettre à jour.
- updatedProject
- Project
Modèle de projet mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
updateProject(string, Project, ServiceCallback<Project>)
function updateProject(projectId: string, updatedProject: Project, callback: ServiceCallback<Project>)
Paramètres
- projectId
-
string
ID du projet à mettre à jour.
- updatedProject
- Project
Modèle de projet mis à jour.
- callback
Rappel
updateTag(string, string, Tag, RequestOptionsBase)
function updateTag(projectId: string, tagId: string, updatedTag: Tag, options?: RequestOptionsBase): Promise<UpdateTagResponse>
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise cible.
- updatedTag
- Tag
Modèle d’étiquette mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<UpdateTagResponse>
Promise<Models.UpdateTagResponse>
updateTag(string, string, Tag, RequestOptionsBase, ServiceCallback<Tag>)
function updateTag(projectId: string, tagId: string, updatedTag: Tag, options: RequestOptionsBase, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise cible.
- updatedTag
- Tag
Modèle d’étiquette mis à jour.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
updateTag(string, string, Tag, ServiceCallback<Tag>)
function updateTag(projectId: string, tagId: string, updatedTag: Tag, callback: ServiceCallback<Tag>)
Paramètres
- projectId
-
string
ID de projet.
- tagId
-
string
ID de la balise cible.
- updatedTag
- Tag
Modèle d’étiquette mis à jour.
- callback
Rappel
Détails de la méthode héritée
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
Envoyez une requête HTTP renseignée à l’aide de la spécification OperationSpec fournie.
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
Paramètres
- operationArguments
- OperationArguments
Arguments à partir duquel les valeurs de modèle de la requête HTTP seront remplies.
- operationSpec
- OperationSpec
OperationSpec à utiliser pour remplir le httpRequest.
- callback
-
ServiceCallback<any>
Rappel à appeler lorsque la réponse est reçue.
Retours
Promise<RestResponse>
sendRequest(RequestPrepareOptions | WebResourceLike)
Envoyez le httpRequest fourni.
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
Paramètres
- options
Retours
Promise<HttpOperationResponse>
Hérité deTrainingAPIClientContext.sendRequest