JobCreateParams#
- class nemo_microservices.types.customization.JobCreateParams
Bases:
TypedDict- config: Required[str | CustomizationConfigParam]
The customization configuration to be used.
- dataset: Required[str | DatasetCuParamParam]
The dataset to be used for customization.
- hyperparameters: Required[HyperparametersParam]
The hyperparameters to be used for customization.
- dataset_parameters: DatasetParametersParam
Additional parameters to configure a dataset
- description: str
The description of the entity.
- integrations: Iterable[WandBIntegrationParam]
A list of third party integrations for a job.
Example: Weights & Biases integration.
- name: str
The name of the entity.
Must be unique inside the namespace. If not specified, it will be the same as the automatically generated id.
- output_model: str
The output model.
If not specified, no output model is created, only the artifact files written.
- ownership: Ownership
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
The URN of the project associated with this entity.
- wandb_api_key: Annotated[str, PropertyInfo(alias='wandb-api-key', format=None, format_template='None', discriminator='None')]