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
  • ListUploadSchemasRequest
  • ListUploadSchemasResponse
  • DatasetUploadSchema
  1. API references
  2. Dataset API
  3. gRPC
  4. Dataset
  5. ListUploadSchemas

Foundation Models Dataset Service API, gRPC: DatasetService.ListUploadSchemas

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • ListUploadSchemasRequest
  • ListUploadSchemasResponse
  • DatasetUploadSchema

Lists supported dataset upload formats types and schemas for the specified dataset task type.

gRPC requestgRPC request

rpc ListUploadSchemas (ListUploadSchemasRequest) returns (ListUploadSchemasResponse)

ListUploadSchemasRequestListUploadSchemasRequest

{
  "task_type": "string",
  "folder_id": "string"
}

Field

Description

task_type

string

Required field. Dataset task type to list schemas.

folder_id

string

Folder to search task type (if empty only public types allowed)

ListUploadSchemasResponseListUploadSchemasResponse

{
  "schemas": [
    {
      "task_type": "string",
      "upload_format": "string",
      "schema": "string"
    }
  ]
}

Field

Description

schemas[]

DatasetUploadSchema

List of dataset schemas for the specified dataset task type.

DatasetUploadSchemaDatasetUploadSchema

Field

Description

task_type

string

upload_format

string

schema

string

Was the article helpful?

Previous
ListUploadFormats
Next
GetUploadDraftUrl
Yandex project
© 2025 Yandex.Cloud LLC