nemo_microservices.types.customization.job_create_params#

Module Contents#

Classes#

Data#

API#

nemo_microservices.types.customization.job_create_params.Config: typing_extensions.TypeAlias#

None

nemo_microservices.types.customization.job_create_params.Dataset: typing_extensions.TypeAlias#

None

class nemo_microservices.types.customization.job_create_params.JobCreateParams#

Bases: typing_extensions.TypedDict

config: typing_extensions.Required[Config]#

None

The customization configuration to be used.

custom_fields: Dict[str, str]#

None

A set of custom fields that the user can define and use for various purposes.

dataset: typing_extensions.Required[Dataset]#

None

The dataset to be used for customization.

dataset_parameters: nemo_microservices.types.customization.dataset_parameters_param.DatasetParametersParam#

None

Additional parameters to configure a dataset

description: str#

None

The description of the entity.

hyperparameters: typing_extensions.Required[nemo_microservices.types.customization.hyperparameters_param.HyperparametersParam]#

None

The hyperparameters to be used for customization.

integrations: Iterable[nemo_microservices.types.customization.wand_b_integration_param.WandBIntegrationParam]#

None

A list of third party integrations for a job.

Example: Weights & Biases integration.

name: str#

None

The name of the entity.

Must be unique inside the namespace. If not specified, it will be the same as the automatically generated id.

namespace: str#

None

The namespace of the entity.

This can be missing for namespace entities or in deployments that don’t use namespaces.

output_model: str#

None

The output model.

If not specified, no output model is created, only the artifact files written.

ownership: nemo_microservices.types.shared_params.ownership.Ownership#

None

Information about ownership of an entity.

If the entity is a namespace, the access_policies will typically apply to all entities inside the namespace.

project: str#

None

The URN of the project associated with this entity.

wandb_api_key: typing_extensions.Annotated[str, PropertyInfo(alias='wandb-api-key')]#

None