Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
          • Describe
          • Validate
          • Create
          • Update
          • Delete
          • List
          • ListUploadFormats
          • ListUploadSchemas
          • GetUploadDraftUrl
          • GetDownloadUrls
          • StartMultipartUploadDraft
          • FinishMultipartUploadDraft
          • ListTypes
          • GetPreview
          • ListOperationsIds
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • StartMultipartUploadDraftRequest
  • StartMultipartUploadDraftResponse
  1. API references
  2. Dataset API
  3. gRPC
  4. Dataset
  5. StartMultipartUploadDraft

Foundation Models Dataset Service API, gRPC: DatasetService.StartMultipartUploadDraft

Written by
Yandex Cloud
Updated at December 9, 2024
  • gRPC request
  • StartMultipartUploadDraftRequest
  • StartMultipartUploadDraftResponse

Returns a list of S3 presigned URLs for multipart upload of dataset.

gRPC requestgRPC request

rpc StartMultipartUploadDraft (StartMultipartUploadDraftRequest) returns (StartMultipartUploadDraftResponse)

StartMultipartUploadDraftRequestStartMultipartUploadDraftRequest

{
  "dataset_id": "string",
  "size_bytes": "int64",
  "parts": "int64"
}

Field

Description

dataset_id

string

Required field. ID of the dataset to multipart upload.

size_bytes

int64

Size in bytes of the dataset to upload.

parts

int64

Number of parts in multipart upload. Optional.
Dataset's part size should be between 5MB and 5GB.
If not specified will be configured automatically.

StartMultipartUploadDraftResponseStartMultipartUploadDraftResponse

{
  "dataset_id": "string",
  "multipart_upload_urls": [
    "string"
  ]
}

Field

Description

dataset_id

string

ID of the dataset.

multipart_upload_urls[]

string

List of S3 presigned URLs for multipart upload.

Was the article helpful?

Previous
GetDownloadUrls
Next
FinishMultipartUploadDraft
Yandex project
© 2025 Yandex.Cloud LLC