Uses of Class
com.azure.resourcemanager.weightsandbiases.models.MarketplaceDetails
Packages that use MarketplaceDetails
Package
Description
Package containing the data models for WeightsAndBiases.
-
Uses of MarketplaceDetails in com.azure.resourcemanager.weightsandbiases.models
Methods in com.azure.resourcemanager.weightsandbiases.models that return MarketplaceDetailsModifier and TypeMethodDescriptionstatic MarketplaceDetailsMarketplaceDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MarketplaceDetails from the JsonReader.InstanceProperties.marketplace()Get the marketplace property: Marketplace details of the resource.MarketplaceDetails.withOfferDetails(OfferDetails offerDetails) Set the offerDetails property: Offer details for the marketplace that is selected by the user.MarketplaceDetails.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Azure subscription id for the the marketplace offer is purchased from.Methods in com.azure.resourcemanager.weightsandbiases.models with parameters of type MarketplaceDetailsModifier and TypeMethodDescriptionInstanceProperties.withMarketplace(MarketplaceDetails marketplace) Set the marketplace property: Marketplace details of the resource.