public static enum PublisherModel.LaunchStage extends Enum<PublisherModel.LaunchStage> implements com.google.protobuf.ProtocolMessageEnum
An enum representing the launch stage of a PublisherModel.Protobuf enum
google.cloud.aiplatform.v1.PublisherModel.LaunchStage| Enum Constant and Description |
|---|
EXPERIMENTAL
Used to indicate the PublisherModel is at Experimental launch stage.
|
GA
Used to indicate the PublisherModel is at GA launch stage.
|
LAUNCH_STAGE_UNSPECIFIED
The model launch stage is unspecified.
|
PRIVATE_PREVIEW
Used to indicate the PublisherModel is at Private Preview launch stage.
|
PUBLIC_PREVIEW
Used to indicate the PublisherModel is at Public Preview launch stage.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPERIMENTAL_VALUE
Used to indicate the PublisherModel is at Experimental launch stage.
|
static int |
GA_VALUE
Used to indicate the PublisherModel is at GA launch stage.
|
static int |
LAUNCH_STAGE_UNSPECIFIED_VALUE
The model launch stage is unspecified.
|
static int |
PRIVATE_PREVIEW_VALUE
Used to indicate the PublisherModel is at Private Preview launch stage.
|
static int |
PUBLIC_PREVIEW_VALUE
Used to indicate the PublisherModel is at Public Preview launch stage.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherModel.LaunchStage |
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<PublisherModel.LaunchStage> |
internalGetValueMap() |
static PublisherModel.LaunchStage |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublisherModel.LaunchStage |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublisherModel.LaunchStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherModel.LaunchStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherModel.LaunchStage LAUNCH_STAGE_UNSPECIFIED
The model launch stage is unspecified.
LAUNCH_STAGE_UNSPECIFIED = 0;public static final PublisherModel.LaunchStage EXPERIMENTAL
Used to indicate the PublisherModel is at Experimental launch stage.
EXPERIMENTAL = 1;public static final PublisherModel.LaunchStage PRIVATE_PREVIEW
Used to indicate the PublisherModel is at Private Preview launch stage.
PRIVATE_PREVIEW = 2;public static final PublisherModel.LaunchStage PUBLIC_PREVIEW
Used to indicate the PublisherModel is at Public Preview launch stage.
PUBLIC_PREVIEW = 3;public static final PublisherModel.LaunchStage GA
Used to indicate the PublisherModel is at GA launch stage.
GA = 4;public static final PublisherModel.LaunchStage UNRECOGNIZED
public static final int LAUNCH_STAGE_UNSPECIFIED_VALUE
The model launch stage is unspecified.
LAUNCH_STAGE_UNSPECIFIED = 0;public static final int EXPERIMENTAL_VALUE
Used to indicate the PublisherModel is at Experimental launch stage.
EXPERIMENTAL = 1;public static final int PRIVATE_PREVIEW_VALUE
Used to indicate the PublisherModel is at Private Preview launch stage.
PRIVATE_PREVIEW = 2;public static final int PUBLIC_PREVIEW_VALUE
Used to indicate the PublisherModel is at Public Preview launch stage.
PUBLIC_PREVIEW = 3;public static final int GA_VALUE
Used to indicate the PublisherModel is at GA launch stage.
GA = 4;public static PublisherModel.LaunchStage[] values()
for (PublisherModel.LaunchStage c : PublisherModel.LaunchStage.values()) System.out.println(c);
public static PublisherModel.LaunchStage 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 PublisherModel.LaunchStage valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublisherModel.LaunchStage forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublisherModel.LaunchStage> 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 PublisherModel.LaunchStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.