RegistrationOptions Class
Options to specify how to save and register the entity.
This class is used in the OutputOptions class.
Create a RegistrationOptions object.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementRegistrationOptions
Constructor
RegistrationOptions(name=None, description=None, tags=None, dataset_registration_options=None)
Parameters
Name | Description |
---|---|
name
|
The name to give to the registered entity. Default value: None
|
description
|
The description to give to the registered entity. Default value: None
|
tags
|
The tags to assign to the registered entity. Default value: None
|
dataset_registration_options
|
Additional options for registering the entity as a dataset. Default value: None
|