Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/v2/{entity}/{project}/datasets \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "rows": [ {} ], "name": "<string>", "description": "<string>" } '
{ "digest": "<string>", "object_id": "<string>", "version_index": 123 }
データセットオブジェクトを作成します。
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
データセットの行
このデータセットの名前です。同じ名前のデータセットはまとめてバージョン管理されます。
このデータセットの説明
正常な応答
作成されたデータセットのダイジェスト
作成されたデータセットの ID
作成されたデータセットのバージョンインデックス
このページは役に立ちましたか?