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 Details

    • LAUNCH_STAGE_UNSPECIFIED

      public static final PublisherModel.LaunchStage LAUNCH_STAGE_UNSPECIFIED
       The model launch stage is unspecified.
       
      LAUNCH_STAGE_UNSPECIFIED = 0;
    • EXPERIMENTAL

      public static final PublisherModel.LaunchStage EXPERIMENTAL
       Used to indicate the PublisherModel is at Experimental launch stage,
       available to a small set of customers.
       
      EXPERIMENTAL = 1;
    • PRIVATE_PREVIEW

      public static final PublisherModel.LaunchStage 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

      public static final PublisherModel.LaunchStage 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

      public static final PublisherModel.LaunchStage GA
       Used to indicate the PublisherModel is at GA launch stage, available to
       all customers and ready for production workload.
       
      GA = 4;
    • UNRECOGNIZED

      public static final PublisherModel.LaunchStage UNRECOGNIZED
  • Field Details

    • LAUNCH_STAGE_UNSPECIFIED_VALUE

      public static final int LAUNCH_STAGE_UNSPECIFIED_VALUE
       The model launch stage is unspecified.
       
      LAUNCH_STAGE_UNSPECIFIED = 0;
      See Also:
    • EXPERIMENTAL_VALUE

      public static final int EXPERIMENTAL_VALUE
       Used 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_VALUE
       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;
      See Also:
    • PUBLIC_PREVIEW_VALUE

      public static final int PUBLIC_PREVIEW_VALUE
       Used 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_VALUE
       Used 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

      public static PublisherModel.LaunchStage[] 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

      public static PublisherModel.LaunchStage valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PublisherModel.LaunchStage valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static PublisherModel.LaunchStage forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null