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
생성된 데이터셋의 버전 인덱스
이 페이지가 도움이 되었나요?