Uses of Class
com.google.cloud.aiplatform.v1.FeatureNoiseSigma.NoiseSigmaForFeature.Builder
Packages that use FeatureNoiseSigma.NoiseSigmaForFeature.Builder
-
Uses of FeatureNoiseSigma.NoiseSigmaForFeature.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureNoiseSigma.NoiseSigmaForFeature.BuilderModifier and TypeMethodDescriptionFeatureNoiseSigma.Builder.addNoiseSigmaBuilder()Noise sigma per feature.FeatureNoiseSigma.Builder.addNoiseSigmaBuilder(int index) Noise sigma per feature.FeatureNoiseSigma.NoiseSigmaForFeature.Builder.clear()FeatureNoiseSigma.NoiseSigmaForFeature.Builder.clearName()The name of the input feature for which noise sigma is provided.FeatureNoiseSigma.NoiseSigmaForFeature.Builder.clearSigma()This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients.FeatureNoiseSigma.Builder.getNoiseSigmaBuilder(int index) Noise sigma per feature.FeatureNoiseSigma.NoiseSigmaForFeature.Builder.mergeFrom(FeatureNoiseSigma.NoiseSigmaForFeature other) FeatureNoiseSigma.NoiseSigmaForFeature.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeatureNoiseSigma.NoiseSigmaForFeature.Builder.mergeFrom(com.google.protobuf.Message other) FeatureNoiseSigma.NoiseSigmaForFeature.newBuilder()FeatureNoiseSigma.NoiseSigmaForFeature.newBuilder(FeatureNoiseSigma.NoiseSigmaForFeature prototype) FeatureNoiseSigma.NoiseSigmaForFeature.newBuilderForType()FeatureNoiseSigma.NoiseSigmaForFeature.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The name of the input feature for which noise sigma is provided.FeatureNoiseSigma.NoiseSigmaForFeature.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the input feature for which noise sigma is provided.FeatureNoiseSigma.NoiseSigmaForFeature.Builder.setSigma(float value) This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients.FeatureNoiseSigma.NoiseSigmaForFeature.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeatureNoiseSigma.NoiseSigmaForFeature.BuilderModifier and TypeMethodDescriptionFeatureNoiseSigma.Builder.getNoiseSigmaBuilderList()Noise sigma per feature.Methods in com.google.cloud.aiplatform.v1 with parameters of type FeatureNoiseSigma.NoiseSigmaForFeature.BuilderModifier and TypeMethodDescriptionFeatureNoiseSigma.Builder.addNoiseSigma(int index, FeatureNoiseSigma.NoiseSigmaForFeature.Builder builderForValue) Noise sigma per feature.FeatureNoiseSigma.Builder.addNoiseSigma(FeatureNoiseSigma.NoiseSigmaForFeature.Builder builderForValue) Noise sigma per feature.FeatureNoiseSigma.Builder.setNoiseSigma(int index, FeatureNoiseSigma.NoiseSigmaForFeature.Builder builderForValue) Noise sigma per feature.