nemo_microservices.resources.v2.inference.gateway.gateway
#
Module Contents#
Classes#
API#
- class nemo_microservices.resources.v2.inference.gateway.gateway.AsyncGatewayResource( )#
Bases:
nemo_microservices._resource.AsyncAPIResource
Initialization
- property provider: nemo_microservices.resources.v2.inference.gateway.provider.AsyncProviderResource#
- property with_raw_response: nemo_microservices.resources.v2.inference.gateway.gateway.AsyncGatewayResourceWithRawResponse#
This property can be used as a prefix for any HTTP method call to return the raw response object instead of the parsed content.
For more information, see https://docs.nvidia.com/nemo/microservices/latest/pysdk/index.html#accessing-raw-response-data-e-g-headers
- property with_streaming_response: nemo_microservices.resources.v2.inference.gateway.gateway.AsyncGatewayResourceWithStreamingResponse#
An alternative to
.with_raw_response
that doesn’t eagerly read the response body.For more information, see https://docs.nvidia.com/nemo/microservices/latest/pysdk/index.html#with_streaming_response
- class nemo_microservices.resources.v2.inference.gateway.gateway.AsyncGatewayResourceWithRawResponse( )#
Initialization
- property model: nemo_microservices.resources.v2.inference.gateway.model.AsyncModelResourceWithRawResponse#
- class nemo_microservices.resources.v2.inference.gateway.gateway.AsyncGatewayResourceWithStreamingResponse( )#
Initialization
- property model: nemo_microservices.resources.v2.inference.gateway.model.AsyncModelResourceWithStreamingResponse#
- class nemo_microservices.resources.v2.inference.gateway.gateway.GatewayResource(client: nemo_microservices._client.NeMoMicroservices)#
Bases:
nemo_microservices._resource.SyncAPIResource
Initialization
- property provider: nemo_microservices.resources.v2.inference.gateway.provider.ProviderResource#
- property with_raw_response: nemo_microservices.resources.v2.inference.gateway.gateway.GatewayResourceWithRawResponse#
This property can be used as a prefix for any HTTP method call to return the raw response object instead of the parsed content.
For more information, see https://docs.nvidia.com/nemo/microservices/latest/pysdk/index.html#accessing-raw-response-data-e-g-headers
- property with_streaming_response: nemo_microservices.resources.v2.inference.gateway.gateway.GatewayResourceWithStreamingResponse#
An alternative to
.with_raw_response
that doesn’t eagerly read the response body.For more information, see https://docs.nvidia.com/nemo/microservices/latest/pysdk/index.html#with_streaming_response
- class nemo_microservices.resources.v2.inference.gateway.gateway.GatewayResourceWithRawResponse( )#
Initialization
- property model: nemo_microservices.resources.v2.inference.gateway.model.ModelResourceWithRawResponse#
- class nemo_microservices.resources.v2.inference.gateway.gateway.GatewayResourceWithStreamingResponse( )#
Initialization
- property model: nemo_microservices.resources.v2.inference.gateway.model.ModelResourceWithStreamingResponse#