Skip to content

components data_upload

github-actions[bot] edited this page Apr 3, 2024 · 3 revisions

Data Upload

data_upload

Overview

Component to upload user's data from AzureML workspace to Azure OpenAI resource

Version: 0.0.3

View in Studio: https://ml.azure.com/registries/azureml/components/data_upload/version/0.0.3

Inputs

Name Description Type Default Optional Enum
endpoint_name The endpoint name or AOAI resource name. string False
endpoint_resource_group Resource group for the AOAI resource. string True
endpoint_subscription Subscription for the AOAI resource. string True
train_dataset jsonl source file/folder for training dataset. uri_file False
validation_dataset source file/folder for validation dataset. uri_file True

Outputs

Name Description Type
dataset_upload_output Contains train and validation data upload output file in JSON/custom class format uri_file

Environment

azureml://registries/azureml-staging/environments/aoai-data-upload-finetune/versions/1

Clone this wiki locally