positivePromptSafetyAttributes

public abstract GenerateImagesResponse.Builder positivePromptSafetyAttributes(SafetyAttributes positivePromptSafetyAttributes)

Setter for positivePromptSafetyAttributes.

positivePromptSafetyAttributes: Safety attributes of the positive prompt. Only populated if ``include_safety_attributes`` is set to True.


@CanIgnoreReturnValue()
public GenerateImagesResponse.Builder positivePromptSafetyAttributes(SafetyAttributes.Builder positivePromptSafetyAttributesBuilder)

Setter for positivePromptSafetyAttributes builder.

positivePromptSafetyAttributes: Safety attributes of the positive prompt. Only populated if ``include_safety_attributes`` is set to True.