nemo_microservices.resources.v2.v2
#
Module Contents#
Classes#
API#
- class nemo_microservices.resources.v2.v2.AsyncV2Resource( )#
Bases:
nemo_microservices._resource.AsyncAPIResource
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResource#
- property inference: nemo_microservices.resources.v2.inference.inference.AsyncInferenceResource#
- property models: nemo_microservices.resources.v2.models.AsyncModelsResource#
- property with_raw_response: nemo_microservices.resources.v2.v2.AsyncV2ResourceWithRawResponse#
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.v2.AsyncV2ResourceWithStreamingResponse#
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.v2.AsyncV2ResourceWithRawResponse( )#
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResourceWithRawResponse#
- class nemo_microservices.resources.v2.v2.AsyncV2ResourceWithStreamingResponse( )#
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.AsyncEvaluationResourceWithStreamingResponse#
- class nemo_microservices.resources.v2.v2.V2Resource(client: nemo_microservices._client.NeMoMicroservices)#
Bases:
nemo_microservices._resource.SyncAPIResource
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResource#
- property inference: nemo_microservices.resources.v2.inference.inference.InferenceResource#
- property models: nemo_microservices.resources.v2.models.ModelsResource#
- property with_raw_response: nemo_microservices.resources.v2.v2.V2ResourceWithRawResponse#
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.v2.V2ResourceWithStreamingResponse#
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.v2.V2ResourceWithRawResponse( )#
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResourceWithRawResponse#
- class nemo_microservices.resources.v2.v2.V2ResourceWithStreamingResponse( )#
Initialization
- property evaluation: nemo_microservices.resources.v2.evaluation.evaluation.EvaluationResourceWithStreamingResponse#