class documentation
class RequestKwargsForOperation(TypedDict): (source)
Known subclasses: nebius.aio.request_kwargs.RequestKwargs
Define common keyword arguments for requests and operation waits.
Operation waits replace or rename some RequestKwargs parameters.
See that class for the complete parameter set.
| Instance Variable | auth |
Optional dictionary that the request gives to the authenticator. See the authenticator documentation for provider-specific keys. |
| Instance Variable | auth |
Maximum time in seconds for authorization and request execution. The total time does not exceed this value. Default is nebius.aio.request.DEFAULT_AUTH_TIMEOUT. Set None for no timeout. |
| Instance Variable | compression |
Optional gRPC compression setting for the RPC. |
| Instance Variable | credentials |
Optional gRPC CallCredentials for the RPC. |
| Instance Variable | metadata |
Optional initial gRPC metadata to attach to the call. |
Optional dictionary that the request gives to the authenticator. See the authenticator documentation for provider-specific keys.
Maximum time in seconds for authorization and request
execution. The total time does not exceed this value.
Default is nebius.aio.request.DEFAULT_AUTH_TIMEOUT.
Set None for no timeout.