Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::SafetySetting.
Safety settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#category
def category() -> ::Google::Cloud::Retail::V2::HarmCategory
Returns
- (::Google::Cloud::Retail::V2::HarmCategory) — Harm category.
#category=
def category=(value) -> ::Google::Cloud::Retail::V2::HarmCategory
Parameter
- value (::Google::Cloud::Retail::V2::HarmCategory) — Harm category.
Returns
- (::Google::Cloud::Retail::V2::HarmCategory) — Harm category.
#method
def method() -> ::Google::Cloud::Retail::V2::SafetySetting::HarmBlockMethod
Returns
- (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockMethod) — Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.
#method=
def method=(value) -> ::Google::Cloud::Retail::V2::SafetySetting::HarmBlockMethod
Parameter
- value (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockMethod) — Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.
Returns
- (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockMethod) — Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.
#threshold
def threshold() -> ::Google::Cloud::Retail::V2::SafetySetting::HarmBlockThreshold
Returns
- (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockThreshold) — The harm block threshold.
#threshold=
def threshold=(value) -> ::Google::Cloud::Retail::V2::SafetySetting::HarmBlockThreshold
Parameter
- value (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockThreshold) — The harm block threshold.
Returns
- (::Google::Cloud::Retail::V2::SafetySetting::HarmBlockThreshold) — The harm block threshold.