pyrit.setup.initializers.LoadDefaultDatasets#

class LoadDefaultDatasets[source]#

Bases: PyRITInitializer

Load default datasets for all registered scenarios.

__init__() None#

Initialize the PyRIT initializer with no parameters.

Methods

__init__()

Initialize the PyRIT initializer with no parameters.

get_dynamic_default_values_info_async()

Get information about what default values and global variables this initializer sets.

get_info_async()

Get information about this initializer class.

initialize_async()

Load default datasets from all registered scenarios.

initialize_with_tracking_async()

Execute initialization while tracking what changes are made.

validate()

Validate the initializer configuration before execution.

Attributes

description

Return a description of this initializer.

execution_order

Should be executed after most initializers.

name

Return the name of this initializer.

required_env_vars

Return the list of required environment variables.

property description: str#

Return a description of this initializer.

property execution_order: int#

Should be executed after most initializers.

async initialize_async() None[source]#

Load default datasets from all registered scenarios.

property name: str#

Return the name of this initializer.

property required_env_vars: List[str]#

Return the list of required environment variables.