Ingestion Jobs - Get

指定したジョブ ID の詳細を取得します。

GET {endpoint}/openai/ingestion/jobs/{job-id}?api-version=2024-05-01-preview

URI パラメーター

名前 / 必須 説明
endpoint
path True

string

url

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など: https://aoairesource.openai.azure.com。"aoairesource" を Azure OpenAI アカウント名に置き換えます)。

job-id
path True

string

ジョブの ID。

api-version
query True

string

要求された API バージョン。

応答

名前 説明
200 OK IngestionJob:

成功

Other Status Codes

ErrorResponse

エラーが発生しました。

セキュリティ

api-key

API キー認証

型: apiKey
/: header

OAuth2Auth

OAuth2 認証

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/v2.0/authorize

スコープ

名前 説明
https://cognitiveservices.azure.com/.default

Get ingestion job

要求のサンプル

GET {endpoint}/openai/ingestion/jobs/ingestion-job?api-version=2024-05-01-preview

応答のサンプル

{
  "kind": "UserCompute",
  "jobId": "ingestion-job",
  "workspaceId": "/subscriptions/f375b912-331c-4fc5-8e9f-2d7205e3e036/resourceGroups/adrama-copilot-demo/providers/Microsoft.MachineLearningServices/workspaces/adrama-rag-dev",
  "compute": {
    "kind": "ServerlessCompute"
  },
  "target": {
    "kind": "AzureAISearch",
    "connectionId": "/subscriptions/f375b912-331c-4fc5-8e9f-2d7205e3e036/resourceGroups/adrama-copilot-demo/providers/Microsoft.MachineLearningServices/workspaces/adrama-rag-dev/connections/search-connection"
  },
  "datasource": {
    "kind": "Dataset",
    "datasetId": "azureml://locations/centraluseuap/workspaces/83317fe6-efa6-4e4a-b020-d0edd11ec382/data/PlainText/versions/1",
    "datasetType": "uri_folder"
  }
}

定義

名前 説明
AzureAISearchIndex

Azure AI Search インデックス。

ChunkingSettings

ChunkingSettings

ComputeType

コンピューティングの種類。

ConnectionStringConnection

接続文字列の接続。

ConnectionType

接続の種類。

CosmosDBIndex

CosmosDB インデックス。

CrawlingSettings

CrawlingSettings

CustomCompute

カスタム コンピューティング。

DeploymentConnection

相対デプロイ接続。

EndpointKeyConnection

エンドポイント キー接続。

EndpointMIConnection

エンドポイントマネージド ID 接続。

Error

エラー

ErrorCode

ErrorCode

ErrorResponse

ErrorResponse

GenericEmbeddingSettings

ConnectionEmbeddingSettings

IngestionJobCompletionAction

完了アクション。

IngestionJobSystemCompute
IngestionJobType

IngestionJobType

IngestionJobUserCompute
InnerError

InnerError

InnerErrorCode

InnerErrorCode

PineconeIndex

Pinecone インデックス。

ServerlessCompute

サーバーレス コンピューティング。

SystemComputeDatasourceType

データソースの型。

SystemComputeStorage

SystemComputeStorage

SystemComputeUrl

SystemComputeUrl

TargetType

ターゲットの種類。

UserComputeDataset

UserComputeStorage

UserComputeDatasourceType

データソースの型。

UserComputeUrl

UserComputeUrl

WorkspaceConnection

AML ワークスペース接続。

WorkspaceConnectionEmbeddingSettings

WorkspaceConnectionEmbeddingSettings

AzureAISearchIndex

Azure AI Search インデックス。

名前 説明
connectionId

string

Azure AI Search インデックスを指す接続の ID。

kind string:

AzureAISearch

ターゲットの種類。

ChunkingSettings

ChunkingSettings

名前 説明
maxChunkSizeInTokens

integer

ComputeType

コンピューティングの種類。

名前 説明
CustomCompute

string

カスタム ユーザー コンピューティング。

ServerlessCompute

string

サーバーレス ユーザー コンピューティング。

ConnectionStringConnection

接続文字列の接続。

名前 説明
connectionString

string

接続文字列

kind string:

ConnectionString

接続の種類。

ConnectionType

接続の種類。

名前 説明
ConnectionString

string

接続文字列。

EndpointWithKey

string

エンドポイントとキーの接続。

EndpointWithManagedIdentity

string

エンドポイントとマネージド ID。

RelativeConnection

string

相対デプロイ

WorkspaceConnection

string

AML ワークスペース接続。

CosmosDBIndex

CosmosDB インデックス。

名前 説明
collectionName

string

Cosmos DB コレクションの名前。

connectionId

string

Cosmos DB を指す接続の ID。

databaseName

string

Cosmos DB データベースの名前。

kind string:

CosmosDB

ターゲットの種類。

CrawlingSettings

CrawlingSettings

名前 説明
maxCrawlDepth

integer

maxCrawlTimeInMins

integer

maxDownloadTimeInMins

integer

maxFileSize

integer

maxFiles

integer

maxRedirects

integer

CustomCompute

カスタム コンピューティング。

名前 説明
computeId

string

カスタム コンピューティングの ID

kind string:

CustomCompute

コンピューティングの種類。

DeploymentConnection

相対デプロイ接続。

名前 説明
kind string:

RelativeConnection

接続の種類。

EndpointKeyConnection

エンドポイント キー接続。

名前 説明
endpoint

string

エンドポイント

key

string

kind string:

EndpointWithKey

接続の種類。

EndpointMIConnection

エンドポイントマネージド ID 接続。

名前 説明
endpoint

string

エンドポイント

kind string:

EndpointWithManagedIdentity

接続の種類。

resourceId

string

リソース ID

Error

エラー

名前 説明
code

ErrorCode

ErrorCode
Microsoft REST ガイドライン (https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses) で定義されているエラー コード。

details

Error[]

エラーの詳細 (使用可能な場合)。

innererror

InnerError

InnerError
Microsoft REST ガイドライン (https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses) で定義されている内部エラー。

message

string

このエラーのメッセージ。

target

string

エラーが発生した場所 (使用可能な場合)。

ErrorCode

ErrorCode

名前 説明
conflict

string

要求された操作が現在のリソースの状態と競合しています。

contentFilter

string

安全システムの結果、画像の生成に失敗しました。

fileImportFailed

string

ファイルのインポートに失敗しました。

forbidden

string

この操作は、現在のユーザー/API キーでは禁止されています。

internalFailure

string

内部エラー。 再試行してください。

invalidPayload

string

要求データがこの操作に対して無効です。

itemDoesAlreadyExist

string

項目は既に存在します。

jsonlValidationFailed

string

jsonl データの検証に失敗しました。

notFound

string

リソースが見つかりません。

quotaExceeded

string

クォータを超えました。

serviceUnavailable

string

このサービスは現在使用できません。

tooManyRequests

string

要求が多すぎます。 後で再試行してください。

unauthorized

string

現在のユーザー/API キーは、操作に対して承認されていません。

unexpectedEntityState

string

この操作は、現在のリソースの状態では実行できません。

ErrorResponse

ErrorResponse

名前 説明
error

Error

エラー
Microsoft REST ガイドライン (https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses) で定義されているエラー コンテンツ。

GenericEmbeddingSettings

ConnectionEmbeddingSettings

名前 説明
connection BaseConnection:

BaseConnection
リソースへの接続。

deploymentName

string

modelName

string

IngestionJobCompletionAction

完了アクション。

名前 説明
cleanUpTempAssets

string

インジェスト プロセス中に作成された中間資産をクリーンアップします。

keepAllAssets

string

インジェスト プロセス中に作成された中間資産はクリーンアップされません。

IngestionJobSystemCompute

名前 説明
completionAction

IngestionJobCompletionAction

完了アクション。

dataRefreshIntervalInHours

integer

datasource SystemComputeDatasource:

SystemComputeDatasource

jobId

string

kind string:

SystemCompute

IngestionJobType
ジョブの種類。

searchServiceConnection BaseConnection:

BaseConnection
リソースへの接続。

IngestionJobType

IngestionJobType

名前 説明
SystemCompute

string

サービス所有のリソースで実行されるジョブ。

UserCompute

string

ユーザー所有のワークスペースで実行されるジョブ。

IngestionJobUserCompute

名前 説明
compute JobCompute:

JobCompute
ジョブのコンピューティング設定。

dataRefreshIntervalInHours

integer

datasource UserComputeDatasource:

UserComputeDatasource

jobId

string

kind string:

UserCompute

IngestionJobType
ジョブの種類。

target TargetIndex:

TargetIndex
作成するインデックスに関する情報。

workspaceId

string

InnerError

InnerError

名前 説明
code

InnerErrorCode

InnerErrorCode
Microsoft REST ガイドライン (https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses) で定義されている内部エラー コード。

innererror

InnerError

InnerError
Microsoft REST ガイドライン (https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses) で定義されている内部エラー。

InnerErrorCode

InnerErrorCode

名前 説明
invalidPayload

string

要求データがこの操作に対して無効です。

PineconeIndex

Pinecone インデックス。

名前 説明
connectionId

string

パインコンを指す接続の ID。

kind string:

Pinecone

ターゲットの種類。

ServerlessCompute

サーバーレス コンピューティング。

名前 説明
instanceCount

integer

ジョブを実行するインスタンスの数。

kind string:

ServerlessCompute

コンピューティングの種類。

sku

string

SKU レベル

SystemComputeDatasourceType

データソースの型。

名前 説明
Storage

string

Azure ストレージ アカウント。

Urls

string

URL。

SystemComputeStorage

SystemComputeStorage

名前 説明
chunking

ChunkingSettings

ChunkingSettings
チャンク設定

connection BaseConnection:

BaseConnection
リソースへの接続。

containerName

string

コンテナー名

embeddings

GenericEmbeddingSettings[]

ConnectionEmbeddingSettings
接続埋め込み設定

kind string:

Storage

データソースの型。

SystemComputeUrl

SystemComputeUrl

名前 説明
chunking

ChunkingSettings

ChunkingSettings
チャンク設定

connection BaseConnection:

BaseConnection
リソースへの接続。

containerName

string

コンテナー名

crawling

CrawlingSettings

CrawlingSettings
クロール設定

embeddings

GenericEmbeddingSettings[]

ConnectionEmbeddingSettings
接続埋め込み設定

kind string:

Urls

データソースの型。

urls

string[]

TargetType

ターゲットの種類。

名前 説明
AzureAISearch

string

Azure AI Search インデックス。

CosmosDB

string

CosmosDB インデックス。

Pinecone

string

Pinecone インデックス。

UserComputeDataset

UserComputeStorage

名前 説明
chunking

ChunkingSettings

ChunkingSettings
チャンク設定

datasetId

string

datasetType

string

embeddings

WorkspaceConnectionEmbeddingSettings[]

WorkspaceConnectionEmbeddingSettings
埋め込みモデルへの接続 ID

kind string:

Dataset

データソースの型。

UserComputeDatasourceType

データソースの型。

名前 説明
Dataset

string

ワークスペース データセット。

Urls

string

URL。

UserComputeUrl

UserComputeUrl

名前 説明
chunking

ChunkingSettings

ChunkingSettings
チャンク設定

crawling

CrawlingSettings

CrawlingSettings
クロール設定

embeddings

WorkspaceConnectionEmbeddingSettings[]

WorkspaceConnectionEmbeddingSettings
埋め込みモデルへの接続 ID

kind string:

Urls

データソースの型。

urls

string[]

WorkspaceConnection

AML ワークスペース接続。

名前 説明
connectionId

string

ConnectionId

kind string:

WorkspaceConnection

接続の種類。

WorkspaceConnectionEmbeddingSettings

WorkspaceConnectionEmbeddingSettings

名前 説明
connectionId

string

deploymentName

string

modelName

string