| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
static HarmCategory |
HarmCategory.forNumber(int value) |
HarmCategory |
SafetyRatingOrBuilder.getCategory()
Output only.
|
HarmCategory |
SafetySetting.getCategory()
Required.
|
HarmCategory |
SafetySetting.Builder.getCategory()
Required.
|
HarmCategory |
SafetyRating.getCategory()
Output only.
|
HarmCategory |
SafetyRating.Builder.getCategory()
Output only.
|
HarmCategory |
SafetySettingOrBuilder.getCategory()
Required.
|
static HarmCategory |
HarmCategory.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HarmCategory |
HarmCategory.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HarmCategory |
HarmCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HarmCategory[] |
HarmCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HarmCategory> |
HarmCategory.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SafetySetting.Builder |
SafetySetting.Builder.setCategory(HarmCategory value)
Required.
|
SafetyRating.Builder |
SafetyRating.Builder.setCategory(HarmCategory value)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.