Google Cloud Ai Platform V1 Client - Class HarmBlockMethod (1.15.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class HarmBlockMethod.

Probability vs severity.

Protobuf type google.cloud.aiplatform.v1.SafetySetting.HarmBlockMethod

Namespace

Google \ Cloud \ AIPlatform \ V1 \ SafetySetting

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HARM_BLOCK_METHOD_UNSPECIFIED

Value: 0

The harm block method is unspecified.

Generated from protobuf enum HARM_BLOCK_METHOD_UNSPECIFIED = 0;

SEVERITY

Value: 1

The harm block method uses both probability and severity scores.

Generated from protobuf enum SEVERITY = 1;

PROBABILITY

Value: 2

The harm block method uses the probability score.

Generated from protobuf enum PROBABILITY = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.