EndpointRequestSettings Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Initialize EndpointRequestSettings.
Constructor
EndpointRequestSettings(*, request_batch_size: int | None = None, min_endpoint_success_ratio: float | None = None)
Parameters
Name | Description |
---|---|
request_batch_size
Required
|
The number of requests to send to the teacher model endpoint as a batch, defaults to None |
min_endpoint_success_ratio
Required
|
The ratio of (successful requests / total requests) needed for the data generation step to be considered successful. Must be a value between 0 and 1 inclusive, defaults to None |
Methods
items |
items
items()
Attributes
min_endpoint_success_ratio
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python