Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 752 Bytes

File metadata and controls

15 lines (11 loc) · 752 Bytes

ProjectExternalResourceReference

A reference to a resource that exists outside of the Foundry filesystem such as a spark profile or an LLM model.

Properties

Name Type Required Description
resource_rid RID Yes The resource identifier of the external resource.
name str Yes The user-provided label for this reference, used to identify the import within the project.
imported_at datetime Yes
imported_by UserId Yes
type Literal["external"] Yes None

[Back to Model list] [Back to API list] [Back to README]