public static enum FeatureGroup.ServiceAgentType extends Enum<FeatureGroup.ServiceAgentType> implements com.google.protobuf.ProtocolMessageEnum
Service agent type used during jobs under a FeatureGroup.Protobuf enum
google.cloud.aiplatform.v1beta1.FeatureGroup.ServiceAgentType| Enum Constant and Description |
|---|
SERVICE_AGENT_TYPE_FEATURE_GROUP
Enable a FeatureGroup service account to be created by Vertex AI and
output in the field `service_account_email`.
|
SERVICE_AGENT_TYPE_PROJECT
Specifies the project-level Vertex AI Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
|
SERVICE_AGENT_TYPE_UNSPECIFIED
By default, the project-level Vertex AI Service Agent is enabled.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_AGENT_TYPE_FEATURE_GROUP_VALUE
Enable a FeatureGroup service account to be created by Vertex AI and
output in the field `service_account_email`.
|
static int |
SERVICE_AGENT_TYPE_PROJECT_VALUE
Specifies the project-level Vertex AI Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
|
static int |
SERVICE_AGENT_TYPE_UNSPECIFIED_VALUE
By default, the project-level Vertex AI Service Agent is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureGroup.ServiceAgentType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FeatureGroup.ServiceAgentType> |
internalGetValueMap() |
static FeatureGroup.ServiceAgentType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureGroup.ServiceAgentType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureGroup.ServiceAgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureGroup.ServiceAgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureGroup.ServiceAgentType SERVICE_AGENT_TYPE_UNSPECIFIED
By default, the project-level Vertex AI Service Agent is enabled.
SERVICE_AGENT_TYPE_UNSPECIFIED = 0;public static final FeatureGroup.ServiceAgentType SERVICE_AGENT_TYPE_PROJECT
Specifies the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
SERVICE_AGENT_TYPE_PROJECT = 1;public static final FeatureGroup.ServiceAgentType SERVICE_AGENT_TYPE_FEATURE_GROUP
Enable a FeatureGroup service account to be created by Vertex AI and output in the field `service_account_email`. This service account will be used to read from the source BigQuery table during jobs under a FeatureGroup.
SERVICE_AGENT_TYPE_FEATURE_GROUP = 2;public static final FeatureGroup.ServiceAgentType UNRECOGNIZED
public static final int SERVICE_AGENT_TYPE_UNSPECIFIED_VALUE
By default, the project-level Vertex AI Service Agent is enabled.
SERVICE_AGENT_TYPE_UNSPECIFIED = 0;public static final int SERVICE_AGENT_TYPE_PROJECT_VALUE
Specifies the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).
SERVICE_AGENT_TYPE_PROJECT = 1;public static final int SERVICE_AGENT_TYPE_FEATURE_GROUP_VALUE
Enable a FeatureGroup service account to be created by Vertex AI and output in the field `service_account_email`. This service account will be used to read from the source BigQuery table during jobs under a FeatureGroup.
SERVICE_AGENT_TYPE_FEATURE_GROUP = 2;public static FeatureGroup.ServiceAgentType[] values()
for (FeatureGroup.ServiceAgentType c : FeatureGroup.ServiceAgentType.values()) System.out.println(c);
public static FeatureGroup.ServiceAgentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FeatureGroup.ServiceAgentType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureGroup.ServiceAgentType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureGroup.ServiceAgentType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FeatureGroup.ServiceAgentType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.