Customization Resource#

class nemo_microservices.resources.customization.CustomizationResource(client: NeMoMicroservices)#

Bases: SyncAPIResource

property configs: ConfigsResource#
property jobs: JobsResource#
property targets: TargetsResource#
property with_raw_response: 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: 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

create_from_dict(
data: dict[str, object],
) object#
class nemo_microservices.resources.customization.AsyncCustomizationResource(client: AsyncNeMoMicroservices)#

Bases: AsyncAPIResource

property configs: AsyncConfigsResource#
property jobs: AsyncJobsResource#
property targets: AsyncTargetsResource#
property with_raw_response: 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: 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

create_from_dict(
data: dict[str, object],
) object#