nemo_microservices.resources.customization.customization
#
Module Contents#
Classes#
API#
- class nemo_microservices.resources.customization.customization.AsyncCustomizationResource( )#
Bases:
nemo_microservices._resource.AsyncAPIResource
Initialization
- property configs: nemo_microservices.resources.customization.configs.AsyncConfigsResource#
- property targets: nemo_microservices.resources.customization.targets.AsyncTargetsResource#
- property with_raw_response: nemo_microservices.resources.customization.customization.AsyncCustomizationResourceWithRawResponse#
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.customization.customization.AsyncCustomizationResourceWithStreamingResponse#
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.customization.customization.AsyncCustomizationResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.customization.customization.AsyncCustomizationResourceWithStreamingResponse( )#
Initialization
- property configs: nemo_microservices.resources.customization.configs.AsyncConfigsResourceWithStreamingResponse#
- class nemo_microservices.resources.customization.customization.CustomizationResource( )#
Bases:
nemo_microservices._resource.SyncAPIResource
Initialization
- property configs: nemo_microservices.resources.customization.configs.ConfigsResource#
- property targets: nemo_microservices.resources.customization.targets.TargetsResource#
- property with_raw_response: nemo_microservices.resources.customization.customization.CustomizationResourceWithRawResponse#
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.customization.customization.CustomizationResourceWithStreamingResponse#
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.customization.customization.CustomizationResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.customization.customization.CustomizationResourceWithStreamingResponse( )#
Initialization