Interface WeightsAndBiasesManagementClient
public interface WeightsAndBiasesManagementClient
The interface for WeightsAndBiasesManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets The default poll interval for long-running operation.Gets Service host.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the InstancesClient object to access its operations.Gets the OperationsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getEndpoint
String getEndpoint()Gets Service host.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Version parameter.- Returns:
- the apiVersion value.
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getInstances
InstancesClient getInstances()Gets the InstancesClient object to access its operations.- Returns:
- the InstancesClient object.
-