Google Cloud Ai Platform V1 Client - Class HarmBlockThreshold (1.42.0)

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

Probability based thresholds levels for blocking.

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ SafetySetting

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HARM_BLOCK_THRESHOLD_UNSPECIFIED

Value: 0

Unspecified harm block threshold.

Generated from protobuf enum HARM_BLOCK_THRESHOLD_UNSPECIFIED = 0;

BLOCK_LOW_AND_ABOVE

Value: 1

Block low threshold and above (i.e. block more).

Generated from protobuf enum BLOCK_LOW_AND_ABOVE = 1;

BLOCK_MEDIUM_AND_ABOVE

Value: 2

Block medium threshold and above.

Generated from protobuf enum BLOCK_MEDIUM_AND_ABOVE = 2;

BLOCK_ONLY_HIGH

Value: 3

Block only high threshold (i.e. block less).

Generated from protobuf enum BLOCK_ONLY_HIGH = 3;

BLOCK_NONE

Value: 4

Block none.

Generated from protobuf enum BLOCK_NONE = 4;

OFF

Value: 5

Turn off the safety filter.

Generated from protobuf enum OFF = 5;

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.