Uses of Class
com.google.cloud.aiplatform.v1.SampleConfig.SampleStrategy
-
Packages that use SampleConfig.SampleStrategy Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of SampleConfig.SampleStrategy in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SampleConfig.SampleStrategy Modifier and Type Method Description static SampleConfig.SampleStrategySampleConfig.SampleStrategy. forNumber(int value)SampleConfig.SampleStrategySampleConfig.Builder. getSampleStrategy()Field to choose sampling strategy.SampleConfig.SampleStrategySampleConfig. getSampleStrategy()Field to choose sampling strategy.SampleConfig.SampleStrategySampleConfigOrBuilder. 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.SampleStrategySampleConfig.SampleStrategy. valueOf(String name)Returns 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.SampleStrategy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SampleConfig.SampleStrategy>SampleConfig.SampleStrategy. internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type SampleConfig.SampleStrategy Modifier and Type Method Description SampleConfig.BuilderSampleConfig.Builder. setSampleStrategy(SampleConfig.SampleStrategy value)Field to choose sampling strategy.
-