Deployment Resource#

class nemo_microservices.resources.deployment.DeploymentResource(client: NeMoMicroservices)#

Bases: SyncAPIResource

property configs: ConfigsResource#
property model_deployments: ModelDeploymentsResource#
property with_raw_response: DeploymentResourceWithRawResponse#

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: DeploymentResourceWithStreamingResponse#

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.deployment.AsyncDeploymentResource(client: AsyncNeMoMicroservices)#

Bases: AsyncAPIResource

property configs: AsyncConfigsResource#
property model_deployments: AsyncModelDeploymentsResource#
property with_raw_response: AsyncDeploymentResourceWithRawResponse#

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: AsyncDeploymentResourceWithStreamingResponse#

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#