nemo_microservices.resources.customization.customization#

Module Contents#

Classes#

API#

class nemo_microservices.resources.customization.customization.AsyncCustomizationResource(
client: nemo_microservices._client.AsyncNeMoMicroservices,
)#

Bases: nemo_microservices._resource.AsyncAPIResource

Initialization

property configs: nemo_microservices.resources.customization.configs.AsyncConfigsResource#
property jobs: nemo_microservices.resources.customization.jobs.AsyncJobsResource#
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(
customization: nemo_microservices.resources.customization.customization.AsyncCustomizationResource,
)#

Initialization

property configs: nemo_microservices.resources.customization.configs.AsyncConfigsResourceWithRawResponse#
property jobs: nemo_microservices.resources.customization.jobs.AsyncJobsResourceWithRawResponse#
property targets: nemo_microservices.resources.customization.targets.AsyncTargetsResourceWithRawResponse#
class nemo_microservices.resources.customization.customization.AsyncCustomizationResourceWithStreamingResponse(
customization: nemo_microservices.resources.customization.customization.AsyncCustomizationResource,
)#

Initialization

property configs: nemo_microservices.resources.customization.configs.AsyncConfigsResourceWithStreamingResponse#
property jobs: nemo_microservices.resources.customization.jobs.AsyncJobsResourceWithStreamingResponse#
property targets: nemo_microservices.resources.customization.targets.AsyncTargetsResourceWithStreamingResponse#
class nemo_microservices.resources.customization.customization.CustomizationResource(
client: nemo_microservices._client.NeMoMicroservices,
)#

Bases: nemo_microservices._resource.SyncAPIResource

Initialization

property configs: nemo_microservices.resources.customization.configs.ConfigsResource#
property jobs: nemo_microservices.resources.customization.jobs.JobsResource#
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(
customization: nemo_microservices.resources.customization.customization.CustomizationResource,
)#

Initialization

property configs: nemo_microservices.resources.customization.configs.ConfigsResourceWithRawResponse#
property jobs: nemo_microservices.resources.customization.jobs.JobsResourceWithRawResponse#
property targets: nemo_microservices.resources.customization.targets.TargetsResourceWithRawResponse#
class nemo_microservices.resources.customization.customization.CustomizationResourceWithStreamingResponse(
customization: nemo_microservices.resources.customization.customization.CustomizationResource,
)#

Initialization

property configs: nemo_microservices.resources.customization.configs.ConfigsResourceWithStreamingResponse#
property jobs: nemo_microservices.resources.customization.jobs.JobsResourceWithStreamingResponse#
property targets: nemo_microservices.resources.customization.targets.TargetsResourceWithStreamingResponse#