nemo_microservices.lib.custom_resources.inference.inference
#
Module Contents#
Classes#
API#
- class nemo_microservices.lib.custom_resources.inference.inference.AsyncInferenceResource( )#
Bases:
nemo_microservices._resource.AsyncAPIResource
Initialization
- property with_raw_response: nemo_microservices.lib.custom_resources.inference.inference.AsyncInferenceResourceWithRawResponse#
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.lib.custom_resources.inference.inference.AsyncInferenceResourceWithStreamingResponse#
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.lib.custom_resources.inference.inference.AsyncInferenceResourceWithRawResponse( )#
Initialization
- class nemo_microservices.lib.custom_resources.inference.inference.AsyncInferenceResourceWithStreamingResponse( )#
Initialization
- class nemo_microservices.lib.custom_resources.inference.inference.InferenceResource( )#
Bases:
nemo_microservices._resource.SyncAPIResource
Initialization
- property with_raw_response: nemo_microservices.lib.custom_resources.inference.inference.InferenceResourceWithRawResponse#
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.lib.custom_resources.inference.inference.InferenceResourceWithStreamingResponse#
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.lib.custom_resources.inference.inference.InferenceResourceWithRawResponse( )#
Initialization
- class nemo_microservices.lib.custom_resources.inference.inference.InferenceResourceWithStreamingResponse( )#
Initialization