Google Cloud Ai Platform V1 Client - Class HarmBlockMethod (0.38.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;