Uses of Class
com.azure.resourcemanager.weightsandbiases.models.InstanceProperties
Packages that use InstanceProperties
Package
Description
Package containing the inner data models for WeightsAndBiases.
Package containing the data models for WeightsAndBiases.
-
Uses of InstanceProperties in com.azure.resourcemanager.weightsandbiases.fluent.models
Methods in com.azure.resourcemanager.weightsandbiases.fluent.models that return InstancePropertiesModifier and TypeMethodDescriptionInstanceResourceInner.properties()Get the properties property: The resource-specific properties for this resource.Methods in com.azure.resourcemanager.weightsandbiases.fluent.models with parameters of type InstancePropertiesModifier and TypeMethodDescriptionInstanceResourceInner.withProperties(InstanceProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of InstanceProperties in com.azure.resourcemanager.weightsandbiases.models
Methods in com.azure.resourcemanager.weightsandbiases.models that return InstancePropertiesModifier and TypeMethodDescriptionstatic InstancePropertiesInstanceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstanceProperties from the JsonReader.InstanceResource.properties()Gets the properties property: The resource-specific properties for this resource.InstanceProperties.withMarketplace(MarketplaceDetails marketplace) Set the marketplace property: Marketplace details of the resource.InstanceProperties.withPartnerProperties(PartnerProperties partnerProperties) Set the partnerProperties property: partner properties.InstanceProperties.withSingleSignOnProperties(SingleSignOnPropertiesV2 singleSignOnProperties) Set the singleSignOnProperties property: Single sign-on properties.InstanceProperties.withUser(UserDetails user) Set the user property: Details of the user.Methods in com.azure.resourcemanager.weightsandbiases.models with parameters of type InstancePropertiesModifier and TypeMethodDescriptionInstanceResource.DefinitionStages.WithProperties.withProperties(InstanceProperties properties) Specifies the properties property: The resource-specific properties for this resource..