Models - Copy
あるサブスクリプションから別のサブスクリプションにモデルをコピーします。
このメソッドを使用して、この音声リソースからターゲット リソースにモデルをコピーできます。
承認は、ターゲット音声リソースで取得されます。
カスタム モデルのみを別の音声リソースにコピーできます。
POST {endpoint}/speechtotext/v3.2-preview.2/models/{id}:copy
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
endpoint
|
path | True |
string |
サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus.api.cognitive.microsoft.com |
id
|
path | True |
string uuid |
コピーされるモデルの識別子。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
expirationDateTime | True |
string |
このコピー承認の有効期限。 |
id | True |
string |
このコピー承認の ID。 |
sourceResourceId | True |
string |
ソース音声リソースの Azure リソース ID。 |
targetResourceEndpoint | True |
string |
ターゲット リソースのエンドポイント (ベース URL) (使用時にカスタム ドメイン名を使用)。 |
targetResourceId | True |
string |
ターゲット音声リソースの Azure リソース ID。 |
targetResourceRegion | True |
string |
ターゲット音声リソースのリージョン (別名: westus2)。 |
応答
名前 | 型 | 説明 |
---|---|---|
202 Accepted |
応答には、ペイロードとしてのエンティティとその場所に関する情報がヘッダーとして含まれます。 ヘッダー
|
|
Other Status Codes |
エラーが発生しました。 |
セキュリティ
Ocp-Apim-Subscription-Key
コグニティブ サービス アカウント キーをここに入力します。
型:
apiKey
/:
header
Authorization
このリージョンの STS によって返される JWT からアクセス トークンを指定します。 STS URL に次のクエリ文字列を追加して、トークンに管理スコープを追加してください: ?scope=speechservicesmanagement
型:
apiKey
/:
header
例
Copy a model from source resource to target resource
要求のサンプル
POST {endpoint}/speechtotext/v3.2-preview.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copy
{
"targetResourceRegion": "westus2",
"targetResourceId": "/subscriptions/targetSubscriptionId/resourceGroups/targetResourceGroupName/providers/Microsoft.CognitiveServices/accounts/targetSpeechResourceName",
"targetResourceEndpoint": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models",
"sourceResourceId": "/subscriptions/sourceSubscriptionId/resourceGroups/sourceResourceGroupName/providers/Microsoft.CognitiveServices/accounts/sourceSpeechResourceName",
"expirationDateTime": "2019-01-07T11:34:12Z",
"id": "d61573c6-788b-4eff-b3f5-38a1c7a9585b"
}
応答のサンプル
Operation-Location: https://westus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/operations/models/copy/E30F6A27-82BE-4CCA-9258-0399C70489FF
{
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/operations/models/copy/E30F6A27-82BE-4CCA-9258-0399C70489FF",
"createdDateTime": "2019-01-07T11:34:12Z",
"lastActionDateTime": "2019-01-07T11:34:12Z",
"status": "NotStarted",
"id": "e30f6a27-82be-4cca-9258-0399c70489ff"
}
定義
名前 | 説明 |
---|---|
Detailed |
DetailedErrorCode |
Entity |
EntityError |
Error |
エラー |
Error |
ErrorCode |
Inner |
InnerError |
Model |
ModelCopyAuthorization |
Operation |
操作 |
Operation |
OperationResult |
Status |
Status |
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 |
Forbidden. |
InUseViolation |
string |
使用中の違反。 |
InaccessibleCustomerStorage |
string |
アクセスできない顧客ストレージ。 |
InvalidAdaptationMapping |
string |
適応マッピングが無効です。 |
InvalidBaseModel |
string |
ベース モデルが無効です。 |
InvalidCallbackUri |
string |
コールバック URI が無効です。 |
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 |
入力レコードがありません。 |
ModelCopyOperationExists |
string |
モデルのコピー操作が存在します。 |
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 |
サポートされていない時間範囲。 |
EntityError
EntityError
名前 | 型 | 説明 |
---|---|---|
code |
string |
このエラーのコード。 |
message |
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" になります。 |
ModelCopyAuthorization
ModelCopyAuthorization
名前 | 型 | 説明 |
---|---|---|
expirationDateTime |
string |
このコピー承認の有効期限。 |
id |
string |
このコピー承認の ID。 |
sourceResourceId |
string |
ソース音声リソースの Azure リソース ID。 |
targetResourceEndpoint |
string |
ターゲット リソースのエンドポイント (ベース URL) (使用時にカスタム ドメイン名を持つ)。 |
targetResourceId |
string |
ターゲット音声リソースの Azure リソース ID。 |
targetResourceRegion |
string |
ターゲット音声リソース (westus2 など) のリージョン (場所)。 |
Operation
操作
名前 | 型 | 説明 |
---|---|---|
createdDateTime |
string |
オブジェクトが作成されたときのタイムスタンプ。 タイム スタンプは、ISO 8601 の日付と時刻の形式 ("YYYY-MM-DDThh:mm:ssZ"、 を参照) https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representationsとしてエンコードされます。 |
error |
EntityError |
|
id |
string |
この操作の識別子。 |
lastActionDateTime |
string |
現在の状態が入力されたときのタイムスタンプ。 タイム スタンプは、ISO 8601 の日付と時刻の形式 ("YYYY-MM-DDThh:mm:ssZ"、 を参照) https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representationsとしてエンコードされます。 |
result |
OperationResult |
|
self |
string |
このエンティティの場所。 |
status |
Status |
OperationResult
OperationResult
名前 | 型 | 説明 |
---|---|---|
link |
string |
操作の結果へのリンク。 |
Status
Status
名前 | 型 | 説明 |
---|---|---|
Failed |
string |
実行時間の長い操作が失敗しました。 |
NotStarted |
string |
実行時間の長い操作はまだ開始されていません。 |
Running |
string |
実行時間の長い操作は現在処理中です。 |
Succeeded |
string |
実行時間の長い操作が正常に完了しました。 |