nemo_microservices.resources.intake.export.export#
Module Contents#
Classes#
API#
- class nemo_microservices.resources.intake.export.export.AsyncExportResource(
- client: nemo_microservices._client.AsyncNeMoMicroservices,
Bases:
nemo_microservices._resource.AsyncAPIResourceInitialization
- async preview(
- *,
- config: nemo_microservices.types.intake.export_config_param_param.ExportConfigParamParam,
- extra_headers: nemo_microservices._types.Headers | None = None,
- extra_query: nemo_microservices._types.Query | None = None,
- extra_body: nemo_microservices._types.Body | None = None,
- timeout: float | httpx.Timeout | None | nemo_microservices._types.NotGiven = not_given,
Preview export data without writing to a file (max 100 records).
Args: config: Input schema for export configuration.
Defines what entries to export and how to format them.
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
- property with_raw_response: nemo_microservices.resources.intake.export.export.AsyncExportResourceWithRawResponse#
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.intake.export.export.AsyncExportResourceWithStreamingResponse#
An alternative to
.with_raw_responsethat 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.intake.export.export.AsyncExportResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.intake.export.export.AsyncExportResourceWithStreamingResponse( )#
Initialization
- class nemo_microservices.resources.intake.export.export.ExportResource(client: nemo_microservices._client.NeMoMicroservices)#
Bases:
nemo_microservices._resource.SyncAPIResourceInitialization
- preview(
- *,
- config: nemo_microservices.types.intake.export_config_param_param.ExportConfigParamParam,
- extra_headers: nemo_microservices._types.Headers | None = None,
- extra_query: nemo_microservices._types.Query | None = None,
- extra_body: nemo_microservices._types.Body | None = None,
- timeout: float | httpx.Timeout | None | nemo_microservices._types.NotGiven = not_given,
Preview export data without writing to a file (max 100 records).
Args: config: Input schema for export configuration.
Defines what entries to export and how to format them.
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
- property with_raw_response: nemo_microservices.resources.intake.export.export.ExportResourceWithRawResponse#
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.intake.export.export.ExportResourceWithStreamingResponse#
An alternative to
.with_raw_responsethat 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.intake.export.export.ExportResourceWithRawResponse( )#
Initialization
- class nemo_microservices.resources.intake.export.export.ExportResourceWithStreamingResponse( )#
Initialization