1. Packages
  2. Artifactory Provider
  3. API Docs
  4. getFederatedHuggingfacemlRepository
artifactory v8.8.0 published on Friday, Mar 7, 2025 by Pulumi

artifactory.getFederatedHuggingfacemlRepository

Explore with Pulumi AI

artifactory logo
artifactory v8.8.0 published on Friday, Mar 7, 2025 by Pulumi

    Using getFederatedHuggingfacemlRepository

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFederatedHuggingfacemlRepository(args: GetFederatedHuggingfacemlRepositoryArgs, opts?: InvokeOptions): Promise<GetFederatedHuggingfacemlRepositoryResult>
    function getFederatedHuggingfacemlRepositoryOutput(args: GetFederatedHuggingfacemlRepositoryOutputArgs, opts?: InvokeOptions): Output<GetFederatedHuggingfacemlRepositoryResult>
    def get_federated_huggingfaceml_repository(archive_browsing_enabled: Optional[bool] = None,
                                               blacked_out: Optional[bool] = None,
                                               cdn_redirect: Optional[bool] = None,
                                               cleanup_on_delete: Optional[bool] = None,
                                               description: Optional[str] = None,
                                               disable_proxy: Optional[bool] = None,
                                               download_direct: Optional[bool] = None,
                                               excludes_pattern: Optional[str] = None,
                                               includes_pattern: Optional[str] = None,
                                               key: Optional[str] = None,
                                               members: Optional[Sequence[GetFederatedHuggingfacemlRepositoryMember]] = None,
                                               notes: Optional[str] = None,
                                               priority_resolution: Optional[bool] = None,
                                               project_environments: Optional[Sequence[str]] = None,
                                               project_key: Optional[str] = None,
                                               property_sets: Optional[Sequence[str]] = None,
                                               proxy: Optional[str] = None,
                                               repo_layout_ref: Optional[str] = None,
                                               xray_index: Optional[bool] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetFederatedHuggingfacemlRepositoryResult
    def get_federated_huggingfaceml_repository_output(archive_browsing_enabled: Optional[pulumi.Input[bool]] = None,
                                               blacked_out: Optional[pulumi.Input[bool]] = None,
                                               cdn_redirect: Optional[pulumi.Input[bool]] = None,
                                               cleanup_on_delete: Optional[pulumi.Input[bool]] = None,
                                               description: Optional[pulumi.Input[str]] = None,
                                               disable_proxy: Optional[pulumi.Input[bool]] = None,
                                               download_direct: Optional[pulumi.Input[bool]] = None,
                                               excludes_pattern: Optional[pulumi.Input[str]] = None,
                                               includes_pattern: Optional[pulumi.Input[str]] = None,
                                               key: Optional[pulumi.Input[str]] = None,
                                               members: Optional[pulumi.Input[Sequence[pulumi.Input[GetFederatedHuggingfacemlRepositoryMemberArgs]]]] = None,
                                               notes: Optional[pulumi.Input[str]] = None,
                                               priority_resolution: Optional[pulumi.Input[bool]] = None,
                                               project_environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               project_key: Optional[pulumi.Input[str]] = None,
                                               property_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               proxy: Optional[pulumi.Input[str]] = None,
                                               repo_layout_ref: Optional[pulumi.Input[str]] = None,
                                               xray_index: Optional[pulumi.Input[bool]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetFederatedHuggingfacemlRepositoryResult]
    func LookupFederatedHuggingfacemlRepository(ctx *Context, args *LookupFederatedHuggingfacemlRepositoryArgs, opts ...InvokeOption) (*LookupFederatedHuggingfacemlRepositoryResult, error)
    func LookupFederatedHuggingfacemlRepositoryOutput(ctx *Context, args *LookupFederatedHuggingfacemlRepositoryOutputArgs, opts ...InvokeOption) LookupFederatedHuggingfacemlRepositoryResultOutput

    > Note: This function is named LookupFederatedHuggingfacemlRepository in the Go SDK.

    public static class GetFederatedHuggingfacemlRepository 
    {
        public static Task<GetFederatedHuggingfacemlRepositoryResult> InvokeAsync(GetFederatedHuggingfacemlRepositoryArgs args, InvokeOptions? opts = null)
        public static Output<GetFederatedHuggingfacemlRepositoryResult> Invoke(GetFederatedHuggingfacemlRepositoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFederatedHuggingfacemlRepositoryResult> getFederatedHuggingfacemlRepository(GetFederatedHuggingfacemlRepositoryArgs args, InvokeOptions options)
    public static Output<GetFederatedHuggingfacemlRepositoryResult> getFederatedHuggingfacemlRepository(GetFederatedHuggingfacemlRepositoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: artifactory:index/getFederatedHuggingfacemlRepository:getFederatedHuggingfacemlRepository
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getFederatedHuggingfacemlRepository Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    PackageType string
    ProjectEnvironments List<string>
    ArchiveBrowsingEnabled bool
    BlackedOut bool
    CdnRedirect bool
    CleanupOnDelete bool
    Description string
    DisableProxy bool
    DownloadDirect bool
    ExcludesPattern string
    IncludesPattern string
    Members List<GetFederatedHuggingfacemlRepositoryMember>
    Notes string
    PriorityResolution bool
    ProjectKey string
    PropertySets List<string>
    Proxy string
    RepoLayoutRef string
    XrayIndex bool
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    cleanupOnDelete Boolean
    description String
    disableProxy Boolean
    downloadDirect Boolean
    excludesPattern String
    includesPattern String
    members List<GetFederatedHuggingfacemlRepositoryMember>
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    proxy String
    repoLayoutRef String
    xrayIndex Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    packageType string
    projectEnvironments string[]
    archiveBrowsingEnabled boolean
    blackedOut boolean
    cdnRedirect boolean
    cleanupOnDelete boolean
    description string
    disableProxy boolean
    downloadDirect boolean
    excludesPattern string
    includesPattern string
    members GetFederatedHuggingfacemlRepositoryMember[]
    notes string
    priorityResolution boolean
    projectKey string
    propertySets string[]
    proxy string
    repoLayoutRef string
    xrayIndex boolean
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    packageType String
    projectEnvironments List<String>
    archiveBrowsingEnabled Boolean
    blackedOut Boolean
    cdnRedirect Boolean
    cleanupOnDelete Boolean
    description String
    disableProxy Boolean
    downloadDirect Boolean
    excludesPattern String
    includesPattern String
    members List<Property Map>
    notes String
    priorityResolution Boolean
    projectKey String
    propertySets List<String>
    proxy String
    repoLayoutRef String
    xrayIndex Boolean

    Supporting Types

    GetFederatedHuggingfacemlRepositoryMember

    Enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    Url string
    Full URL to ending with the repositoryName
    AccessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.
    Enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    Url string
    Full URL to ending with the repositoryName
    AccessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.
    enabled Boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url String
    Full URL to ending with the repositoryName
    accessToken String
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.
    enabled boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url string
    Full URL to ending with the repositoryName
    accessToken string
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.
    enabled bool
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url str
    Full URL to ending with the repositoryName
    access_token str
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.
    enabled Boolean
    Represents the active state of the federated member. It is supported to change the enabled status of my own member. The config will be updated on the other federated members automatically.
    url String
    Full URL to ending with the repositoryName
    accessToken String
    Admin access token for this member Artifactory instance. Used in conjunction with cleanup_on_delete attribute when Access Federation for access tokens is not enabled.

    Package Details

    Repository
    artifactory pulumi/pulumi-artifactory
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the artifactory Terraform Provider.
    artifactory logo
    artifactory v8.8.0 published on Friday, Mar 7, 2025 by Pulumi