public static enum FeatureView.ServiceAgentType extends Enum<FeatureView.ServiceAgentType> implements com.google.protobuf.ProtocolMessageEnum
Service agent type used during data sync.Protobuf enum
google.cloud.aiplatform.v1beta1.FeatureView.ServiceAgentType| Enum Constant and Description |
|---|
SERVICE_AGENT_TYPE_FEATURE_VIEW
Enable a FeatureView service account to be created by Vertex AI and
output in the field `service_account_email`.
|
SERVICE_AGENT_TYPE_PROJECT
Indicates the project-level Vertex AI Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
will be used during sync jobs.
|
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_VIEW_VALUE
Enable a FeatureView service account to be created by Vertex AI and
output in the field `service_account_email`.
|
static int |
SERVICE_AGENT_TYPE_PROJECT_VALUE
Indicates the project-level Vertex AI Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
will be used during sync jobs.
|
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 FeatureView.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<FeatureView.ServiceAgentType> |
internalGetValueMap() |
static FeatureView.ServiceAgentType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureView.ServiceAgentType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureView.ServiceAgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureView.ServiceAgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureView.ServiceAgentType SERVICE_AGENT_TYPE_UNSPECIFIED
By default, the project-level Vertex AI Service Agent is enabled.
SERVICE_AGENT_TYPE_UNSPECIFIED = 0;public static final FeatureView.ServiceAgentType SERVICE_AGENT_TYPE_PROJECT
Indicates the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used during sync jobs.
SERVICE_AGENT_TYPE_PROJECT = 1;public static final FeatureView.ServiceAgentType SERVICE_AGENT_TYPE_FEATURE_VIEW
Enable a FeatureView 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 sync.
SERVICE_AGENT_TYPE_FEATURE_VIEW = 2;public static final FeatureView.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
Indicates the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used during sync jobs.
SERVICE_AGENT_TYPE_PROJECT = 1;public static final int SERVICE_AGENT_TYPE_FEATURE_VIEW_VALUE
Enable a FeatureView 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 sync.
SERVICE_AGENT_TYPE_FEATURE_VIEW = 2;public static FeatureView.ServiceAgentType[] values()
for (FeatureView.ServiceAgentType c : FeatureView.ServiceAgentType.values()) System.out.println(c);
public static FeatureView.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 FeatureView.ServiceAgentType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureView.ServiceAgentType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureView.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 FeatureView.ServiceAgentType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.