w.consumer_providers
: Consumer Providers¶
- class databricks.sdk.service.marketplace.ConsumerProvidersAPI¶
Providers are the entities that publish listings to the Marketplace.
- batch_get([, ids: Optional[List[str]]]) BatchGetProvidersResponse ¶
Get one batch of providers. One may specify up to 50 IDs per request.
Batch get a provider in the Databricks Marketplace with at least one visible listing.
- Parameters:
ids – List[str] (optional)
- Returns:
- get(id: str) GetProviderResponse ¶
Get a provider.
Get a provider in the Databricks Marketplace with at least one visible listing.
- Parameters:
id – str
- Returns:
- list([, is_featured: Optional[bool], page_size: Optional[int], page_token: Optional[str]]) Iterator[ProviderInfo] ¶
List providers.
List all providers in the Databricks Marketplace with at least one visible listing.
- Parameters:
is_featured – bool (optional)
page_size – int (optional)
page_token – str (optional)
- Returns:
Iterator over
ProviderInfo