nemo_microservices.resources.v2.evaluation.evaluation
#
Module Contents#
Classes#
API#
- class nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResource( )#
Bases:
nemo_microservices._resource.AsyncAPIResource
Initialization
- property with_raw_response: nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResourceWithRawResponse#
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.evaluation.evaluation.AsyncEvaluationResourceWithStreamingResponse#
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.evaluation.evaluation.AsyncEvaluationResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResourceWithStreamingResponse( )#
Initialization
- class nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResource( )#
Bases:
nemo_microservices._resource.SyncAPIResource
Initialization
- property with_raw_response: nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResourceWithRawResponse#
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.evaluation.evaluation.EvaluationResourceWithStreamingResponse#
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.evaluation.evaluation.EvaluationResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResourceWithStreamingResponse( )#
Initialization