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._AbstractRunConfigElement
RegistrationOptions

Constructor

RegistrationOptions(name=None, description=None, tags=None, dataset_registration_options=None)

Parameters

Name Description
name
str

The name to give to the registered entity.

default value: None
description
str

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