redteam_test_configurations
and target_model_configuration
.
bias_test
, cbrn_test
, harmful_test
, insecure_code_test
, toxicity_test
) represents a specific test category.sample_percentage
: Specifies the percentage of the dataset to use (1-100).attack_methods
: Methods to apply for each test category.basic
: Basic attack method for each test category.
basic
advanced
: Advanced attack method for each test category.
static
: Static attack method for each test category.
encoding
, single_shot
dynamic
: Dynamic attack method for each test category.
iterative
testing_for
: Identifies the AI system type (e.g., “foundationModels”, “chatbotsAndCopilots”, “agents”).model_name
: Required; The name or identifier for the model (e.g., “google/gemma-7b-it”).model_version
: specifies the model version. Custom value like v1.system_prompt
: sets initial model behavior.model_source
: URL of model documentation or source.model_provider
: Entity providing the model (e.g., “Google”).model_endpoint_url
: Required; API endpoint for model interactions.model_api_key
: Key for API access; replace with actual credentials.sample_percentage
based on dataset size and testing requirements.attack_methods
based on specific evaluation needs.system_prompt
empty if not needed.