Package com.google.cloud.aiplatform.v1
Enum PublisherModel.LaunchStage
java.lang.Object
java.lang.Enum<PublisherModel.LaunchStage>
com.google.cloud.aiplatform.v1.PublisherModel.LaunchStage
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PublisherModel.LaunchStage>
- Enclosing class:
- PublisherModel
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 Summary
Enum ConstantsEnum ConstantDescriptionUsed to indicate the PublisherModel is at Experimental launch stage, available to a small set of customers.Used to indicate the PublisherModel is at GA launch stage, available to all customers and ready for production workload.The model launch stage is unspecified.Used to indicate the PublisherModel is at Private Preview launch stage, only available to a small set of customers, although a larger set of customers than an Experimental launch.Used to indicate the PublisherModel is at Public Preview launch stage, available to all customers, although not supported for production workloads. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUsed to indicate the PublisherModel is at Experimental launch stage, available to a small set of customers.static final intUsed to indicate the PublisherModel is at GA launch stage, available to all customers and ready for production workload.static final intThe model launch stage is unspecified.static final intUsed to indicate the PublisherModel is at Private Preview launch stage, only available to a small set of customers, although a larger set of customers than an Experimental launch.static final intUsed to indicate the PublisherModel is at Public Preview launch stage, available to all customers, although not supported for production workloads. -
Method Summary
Modifier and TypeMethodDescriptionstatic PublisherModel.LaunchStageforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PublisherModel.LaunchStage>static PublisherModel.LaunchStagevalueOf(int value) Deprecated.static PublisherModel.LaunchStagevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PublisherModel.LaunchStageReturns 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.
-
Enum Constant Details
-
LAUNCH_STAGE_UNSPECIFIED
The model launch stage is unspecified.
LAUNCH_STAGE_UNSPECIFIED = 0; -
EXPERIMENTAL
Used to indicate the PublisherModel is at Experimental launch stage, available to a small set of customers.
EXPERIMENTAL = 1; -
PRIVATE_PREVIEW
Used to indicate the PublisherModel is at Private Preview launch stage, only available to a small set of customers, although a larger set of customers than an Experimental launch. Previews are the first launch stage used to get feedback from customers.
PRIVATE_PREVIEW = 2; -
PUBLIC_PREVIEW
Used to indicate the PublisherModel is at Public Preview launch stage, available to all customers, although not supported for production workloads.
PUBLIC_PREVIEW = 3; -
GA
Used to indicate the PublisherModel is at GA launch stage, available to all customers and ready for production workload.
GA = 4; -
UNRECOGNIZED
-
-
Field Details
-
LAUNCH_STAGE_UNSPECIFIED_VALUE
public static final int LAUNCH_STAGE_UNSPECIFIED_VALUEThe model launch stage is unspecified.
LAUNCH_STAGE_UNSPECIFIED = 0;- See Also:
-
EXPERIMENTAL_VALUE
public static final int EXPERIMENTAL_VALUEUsed to indicate the PublisherModel is at Experimental launch stage, available to a small set of customers.
EXPERIMENTAL = 1;- See Also:
-
PRIVATE_PREVIEW_VALUE
public static final int PRIVATE_PREVIEW_VALUEUsed to indicate the PublisherModel is at Private Preview launch stage, only available to a small set of customers, although a larger set of customers than an Experimental launch. Previews are the first launch stage used to get feedback from customers.
PRIVATE_PREVIEW = 2;- See Also:
-
PUBLIC_PREVIEW_VALUE
public static final int PUBLIC_PREVIEW_VALUEUsed to indicate the PublisherModel is at Public Preview launch stage, available to all customers, although not supported for production workloads.
PUBLIC_PREVIEW = 3;- See Also:
-
GA_VALUE
public static final int GA_VALUEUsed to indicate the PublisherModel is at GA launch stage, available to all customers and ready for production workload.
GA = 4;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PublisherModel.LaunchStage> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static PublisherModel.LaunchStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-