Models - Get Custom Model Manifest
オンプレミス のコンテナーで使用できるこのモデルのマニフェストを返します。
GET {endpoint}/speechtotext/models/{id}/manifest?api-version=2024-05-15-preview
GET {endpoint}/speechtotext/models/{id}/manifest?sasValidityInSeconds={sasValidityInSeconds}&api-version=2024-05-15-preview
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
endpoint
|
path | True |
string |
サポートされている Cognitive Services エンドポイント (プロトコルとホスト名、例: https://westus.api.cognitive.microsoft.com)。 |
id
|
path | True |
string uuid |
マニフェストを生成するモデルの ID。 |
api-version
|
query | True |
string |
要求された API バージョン。 |
sas
|
query |
integer int32 |
SAS URL が有効である必要がある期間 (秒単位)。 既定の期間は 12 時間です。 BYOS (https://video2.skills-academy.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): 値 0 は、SAS トークンのないプレーン BLOB URI が生成されることを意味します。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
モデル マニフェストが正常に生成されました。 |
|
Other Status Codes |
エラーが発生しました。 |
セキュリティ
Ocp-Apim-Subscription-Key
コグニティブ サービス アカウント キーをここで指定します。
型:
apiKey
/:
header
Authorization
このリージョンの STS によって返される JWT からアクセス トークンを指定します。 STS URL に次のクエリ文字列を追加して、トークンに管理スコープを追加してください: ?scope=speechservicesmanagement
型:
apiKey
/:
header
例
Get a model manifest
要求のサンプル
GET {endpoint}/speechtotext/models/827712a5-f942-4997-91c3-7c6cde35600b/manifest?sasValidityInSeconds=120&api-version=2024-05-15-preview
応答のサンプル
{
"model": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/models/02231df2-012f-45d4-9af0-8a3e4ccc877c?api-version=2024-05-15-preview"
},
"modelFiles": [
{
"name": "0_EN_US_V4.14_UNI/adaptedPrepAM/model.fe",
"contentUrl": "https://https://customspeech-usw.blob.core.windows.net/models/0_EN_US_V4.14_UNI/adaptedPrepAM/model.fe?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
},
{
"name": "0_EN_US_V4.14_UNI/graphV2/base.lms",
"contentUrl": "https://customspeech-usw.blob.core.windows.net/models/0_EN_US_V4.14_UNI/graphV2/base.lms?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
},
{
"name": "02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.lms",
"contentUrl": "https://customspeech-usw.blob.core.windows.net/models/02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.lms?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
},
{
"name": "02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.i1.hclg",
"contentUrl": "https://customspeech-usw.blob.core.windows.net/models/02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.i1.hclg?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
},
{
"name": "02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.i1.lms",
"contentUrl": "https://customspeech-usw.blob.core.windows.net/models/02231df2-012f-45d4-9af0-8a3e4ccc877c/graphV2/custom.i1.lms?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
},
{
"name": "0_EN_US_V4.14_UNI/adaptedPrepAM/model.dbn.am",
"contentUrl": "https://customspeech-usw.blob.core.windows.net/models/0_EN_US_V4.14_UNI/adaptedPrepAM/model.dbn.am?sv=2017-04-17&sr=b&sig=*****%3D&st=2019-01-09T15:56:05Z&se=2019-01-16T16:01:05Z&sp=rl"
}
],
"properties": {
"IN_FESpec": "audio(%MODELSPATH%0_EN_US_V4.14_UNI/adaptedPrepAM/model.fe,8kHz16kHzLFB80EnergyMLPVADRuntime)",
"IN_DNNSpec": "dnn_spec(%MODELSPATH%0_EN_US_V4.14_UNI/adaptedPrepAM/model.dbn.am,40,20),allValidInUtt(1),frameCopyCount(1),resetOnSegmentation(1)",
"IN_HCLGSpecBase": "interpolated_lm_base(%MODELSPATH%0_EN_US_V4.14_UNI/graphV2/base.lms)",
"IN_HCLGSpec": "interpolated_lm_custom(0.9,%MODELSPATH%fc4fecb3-791a-4c47-88c0-043be3d4967e/graphV2/custom.i1.hclg,%MODELSPATH%fc4fecb3-791a-4c47-88c0-043be3d4967e/graphV2/custom.i1.lms,%MODELSPATH%fc4fecb3-791a-4c47-88c0-043be3d4967e/graphV2/custom.lms)",
"IN_BeamSize": 5000,
"IN_BeamThreshold": 190,
"IN_NBestBeamSize": 1
}
}
定義
名前 | 説明 |
---|---|
Detailed |
DetailedErrorCode |
Entity |
EntityReference |
Error |
エラー |
Error |
ErrorCode |
Inner |
InnerError |
Model |
ModelFile |
Model |
ModelManifest |
DetailedErrorCode
DetailedErrorCode
名前 | 型 | 説明 |
---|---|---|
DataImportFailed |
string |
データのインポートに失敗しました。 |
DeleteNotAllowed |
string |
削除は許可されていません。 |
DeployNotAllowed |
string |
デプロイは許可されていません。 |
DeployingFailedModel |
string |
失敗したモデルのデプロイ。 |
EmptyRequest |
string |
空の要求。 |
EndpointCannotBeDefault |
string |
エンドポイントを既定にすることはできません。 |
EndpointNotUpdatable |
string |
エンドポイントは更新できません。 |
EndpointWithoutLogging |
string |
ログ記録なしのエンドポイント。 |
ExceededNumberOfRecordingsUris |
string |
記録 URI の数を超えました。 |
FailedDataset |
string |
失敗したデータセット。 |
Forbidden |
string |
禁じられた。 |
InUseViolation |
string |
使用中の違反。 |
InaccessibleCustomerStorage |
string |
お客様のストレージにアクセスできません。 |
InvalidAdaptationMapping |
string |
適応マッピングが無効です。 |
InvalidBaseModel |
string |
ベース モデルが無効です。 |
InvalidCallbackUri |
string |
コールバック URI が無効です。 |
InvalidChannels |
string |
チャネルが無効です。 |
InvalidCollection |
string |
コレクションが無効です。 |
InvalidDataset |
string |
データセットが無効です。 |
InvalidDocument |
string |
ドキュメントが無効です。 |
InvalidDocumentBatch |
string |
ドキュメント バッチが無効です。 |
InvalidLocale |
string |
ロケールが無効です。 |
InvalidLogDate |
string |
ログの日付が無効です。 |
InvalidLogEndTime |
string |
ログの終了時刻が無効です。 |
InvalidLogId |
string |
無効なログ ID です。 |
InvalidLogStartTime |
string |
ログの開始時刻が無効です。 |
InvalidModel |
string |
モデルが無効です。 |
InvalidModelUri |
string |
モデル URI が無効です。 |
InvalidParameter |
string |
パラメーターが無効です。 |
InvalidParameterValue |
string |
パラメーター値が無効です。 |
InvalidPayload |
string |
ペイロードが無効です。 |
InvalidPermissions |
string |
アクセス許可が無効です。 |
InvalidPrerequisite |
string |
前提条件が無効です。 |
InvalidProductId |
string |
製品 ID が無効です。 |
InvalidProject |
string |
プロジェクトが無効です。 |
InvalidProjectKind |
string |
プロジェクトの種類が無効です。 |
InvalidRecordingsUri |
string |
無効な記録 URI。 |
InvalidRequestBodyFormat |
string |
要求本文の形式が無効です。 |
InvalidSasValidityDuration |
string |
SAS の有効期間が無効です。 |
InvalidSkipTokenForLogs |
string |
ログのスキップ トークンが無効です。 |
InvalidSourceAzureResourceId |
string |
ソース Azure リソース ID が無効です。 |
InvalidSubscription |
string |
サブスクリプションが無効です。 |
InvalidTest |
string |
テストが無効です。 |
InvalidTimeToLive |
string |
有効期限が無効です。 |
InvalidTopForLogs |
string |
ログの top が無効です。 |
InvalidTranscription |
string |
文字起こしが無効です。 |
InvalidWebHookEventKind |
string |
Web フック イベントの種類が無効です。 |
MissingInputRecords |
string |
入力レコードがありません。 |
ModelCopyAuthorizationExpired |
string |
ModelCopyAuthorization の有効期限が切れています。 |
ModelDeploymentNotCompleteState |
string |
モデルのデプロイが完了していない状態です。 |
ModelDeprecated |
string |
モデルは非推奨になりました。 |
ModelExists |
string |
モデルが存在します。 |
ModelMismatch |
string |
モデルの不一致。 |
ModelNotDeployable |
string |
モデルはデプロイできません。 |
ModelVersionIncorrect |
string |
モデルのバージョンが正しくありません。 |
NoUtf8WithBom |
string |
bom を含む utf8 はありません。 |
OnlyOneOfUrlsOrContainerOrDataset |
string |
URL またはコンテナーまたはデータセットのいずれか 1 つだけ。 |
ProjectGenderMismatch |
string |
プロジェクトの性別の不一致。 |
QuotaViolation |
string |
クォータ違反。 |
SingleDefaultEndpoint |
string |
単一の既定のエンドポイント。 |
SkuLimitsExist |
string |
SKU の制限が存在します。 |
SubscriptionNotFound |
string |
サブスクリプションが見つかりません。 |
UnexpectedError |
string |
予期しないエラー。 |
UnsupportedClassBasedAdaptation |
string |
サポートされていないクラス ベースの適応。 |
UnsupportedDelta |
string |
サポートされていないデルタ。 |
UnsupportedDynamicConfiguration |
string |
サポートされていない動的構成。 |
UnsupportedFilter |
string |
サポートされていないフィルター。 |
UnsupportedLanguageCode |
string |
サポートされていない言語コード。 |
UnsupportedOrderBy |
string |
サポートされていない注文者。 |
UnsupportedPagination |
string |
サポートされていない改ページ位置。 |
UnsupportedTimeRange |
string |
サポートされていない時間範囲。 |
EntityReference
EntityReference
名前 | 型 | 説明 |
---|---|---|
self |
string |
参照先エンティティの場所。 |
Error
エラー
名前 | 型 | 説明 |
---|---|---|
code |
ErrorCode |
|
details |
Error[] |
エラーや予想されるポリシーに関するその他のサポートの詳細。 |
innerError |
InnerError |
|
message |
string |
高レベルのエラー メッセージ。 |
target |
string |
エラーの原因。 たとえば、無効なドキュメントの場合は "documents" または "document id" になります。 |
ErrorCode
ErrorCode
名前 | 型 | 説明 |
---|---|---|
Conflict |
string |
競合エラー コードを表します。 |
Forbidden |
string |
禁止されているエラー コードを表します。 |
InternalCommunicationFailed |
string |
内部通信に失敗したエラー コードを表します。 |
InternalServerError |
string |
内部サーバー エラー コードを表します。 |
InvalidArgument |
string |
無効な引数のエラー コードを表します。 |
InvalidRequest |
string |
無効な要求エラー コードを表します。 |
NotAllowed |
string |
許可されていないエラー コードを表します。 |
NotFound |
string |
見つからないエラー コードを表します。 |
PipelineError |
string |
パイプライン エラー コードを表します。 |
ServiceUnavailable |
string |
サービスを使用できないエラー コードを表します。 |
TooManyRequests |
string |
要求の数が多すぎるエラー コードを表します。 |
Unauthorized |
string |
承認されていないエラー コードを表します。 |
UnprocessableEntity |
string |
処理不可能なエンティティ エラー コードを表します。 |
UnsupportedMediaType |
string |
サポートされていないメディアの種類のエラー コードを表します。 |
InnerError
InnerError
名前 | 型 | 説明 |
---|---|---|
code |
DetailedErrorCode |
|
details |
object |
エラーや予想されるポリシーに関するその他のサポートの詳細。 |
innerError |
InnerError |
|
message |
string |
高レベルのエラー メッセージ。 |
target |
string |
エラーの原因。 たとえば、無効なドキュメントの場合は "documents" または "document id" になります。 |
ModelFile
ModelFile
名前 | 型 | 説明 |
---|---|---|
contentUrl |
string |
このファイルの内容を取得する URL。 |
name |
string |
このファイルの名前。 |
ModelManifest
ModelManifest
名前 | 型 | 説明 |
---|---|---|
model |
EntityReference |
|
modelFiles |
このモデルのモデル ファイル。 |
|
properties |
コンテナーでこのモデルを実行するための構成。 |