Uses of Enum
com.google.cloud.aiplatform.v1.SampleConfig.SampleStrategy
Packages that use SampleConfig.SampleStrategy
-
Uses of SampleConfig.SampleStrategy in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SampleConfig.SampleStrategyModifier and TypeMethodDescriptionstatic SampleConfig.SampleStrategySampleConfig.SampleStrategy.forNumber(int value) SampleConfig.Builder.getSampleStrategy()Field to choose sampling strategy.SampleConfig.getSampleStrategy()Field to choose sampling strategy.SampleConfigOrBuilder.getSampleStrategy()Field to choose sampling strategy.static SampleConfig.SampleStrategySampleConfig.SampleStrategy.valueOf(int value) Deprecated.static SampleConfig.SampleStrategySampleConfig.SampleStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SampleConfig.SampleStrategyReturns the enum constant of this type with the specified name.static SampleConfig.SampleStrategy[]SampleConfig.SampleStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SampleConfig.SampleStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SampleConfig.SampleStrategy>SampleConfig.SampleStrategy.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type SampleConfig.SampleStrategyModifier and TypeMethodDescriptionSampleConfig.Builder.setSampleStrategy(SampleConfig.SampleStrategy value) Field to choose sampling strategy.