Data Concepts in Azure Machine Learning

2023-08-14T03:18:24+00:00

Azure Machine Learning Data Concepts URI A Uniform Resource Identifier (URI) represents a storage location on a local computer, Azure storage, or a publicly available http(s) location. URIs can be used as inputs or outputs to an Azure Machine Learning job and can be mapped to the compute target filesystem in different modes: read-only mount, read-write mount, download, or upload. URIs use identity-based authentication to connect to storage services, with options for Azure Active Directory ID or Managed Identity. Data types Azure Machine Learning supports three data types: File, Folder, and Table. File: References a single file and can have [...]