Uses of Enum
com.google.cloud.aiplatform.v1beta1.VeoHyperParameters.TuningSpeed
Packages that use VeoHyperParameters.TuningSpeed
-
Uses of VeoHyperParameters.TuningSpeed in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return VeoHyperParameters.TuningSpeedModifier and TypeMethodDescriptionVeoHyperParameters.TuningSpeed.forNumber(int value) VeoHyperParameters.Builder.getTuningSpeed()The speed of the tuning job.VeoHyperParameters.getTuningSpeed()The speed of the tuning job.VeoHyperParametersOrBuilder.getTuningSpeed()The speed of the tuning job.VeoHyperParameters.TuningSpeed.valueOf(int value) Deprecated.VeoHyperParameters.TuningSpeed.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static VeoHyperParameters.TuningSpeed[]VeoHyperParameters.TuningSpeed.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type VeoHyperParameters.TuningSpeedModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VeoHyperParameters.TuningSpeed>VeoHyperParameters.TuningSpeed.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type VeoHyperParameters.TuningSpeedModifier and TypeMethodDescriptionVeoHyperParameters.Builder.setTuningSpeed(VeoHyperParameters.TuningSpeed value) The speed of the tuning job.