Class WeightsAndBiasesManager
java.lang.Object
com.azure.resourcemanager.weightsandbiases.WeightsAndBiasesManager
Entry point to WeightsAndBiasesManager.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic WeightsAndBiasesManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Weights And Biases service API entry point.static WeightsAndBiasesManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Weights And Biases service API entry point.Gets a Configurable instance that can be used to create WeightsAndBiasesManager with optional configuration.Gets the resource collection API of Instances.Gets the resource collection API of Operations.Gets wrapped service client WeightsAndBiasesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
Method Details
-
authenticate
public static WeightsAndBiasesManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Weights And Biases service API entry point.- Parameters:
credential- the credential to use.profile- the Azure profile for client.- Returns:
- the Weights And Biases service API instance.
-
authenticate
public static WeightsAndBiasesManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Weights And Biases service API entry point.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the Weights And Biases service API instance.
-
configure
Gets a Configurable instance that can be used to create WeightsAndBiasesManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
instances
Gets the resource collection API of Instances. It manages InstanceResource.- Returns:
- Resource collection API of Instances.
-
serviceClient
Gets wrapped service client WeightsAndBiasesManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.- Returns:
- Wrapped service client WeightsAndBiasesManagementClient.
-