The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.clients.grpc_utils.default_metadata_interceptor
Directory
Classes
| Class | Description |
|---|---|
DefaultMetadataInterceptor |
flytekit.clients.grpc_utils.default_metadata_interceptor.DefaultMetadataInterceptor
Methods
| Method | Description |
|---|---|
intercept_unary_stream() |
Handles a stream call and inject default metadata. |
intercept_unary_unary() |
Intercepts unary calls and inject default metadata. |
intercept_unary_stream()
def intercept_unary_stream(
continuation: typing.Callable,
client_call_details: grpc.ClientCallDetails,
request: typing.Any,
)Handles a stream call and inject default metadata
| Parameter | Type | Description |
|---|---|---|
continuation |
typing.Callable |
|
client_call_details |
grpc.ClientCallDetails |
|
request |
typing.Any |
intercept_unary_unary()
def intercept_unary_unary(
continuation: typing.Callable,
client_call_details: grpc.ClientCallDetails,
request: typing.Any,
)Intercepts unary calls and inject default metadata
| Parameter | Type | Description |
|---|---|---|
continuation |
typing.Callable |
|
client_call_details |
grpc.ClientCallDetails |
|
request |
typing.Any |