Uses of Class
com.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.AttributedItem.Builder
Packages that use ErrorAnalysisAnnotation.AttributedItem.Builder
-
Uses of ErrorAnalysisAnnotation.AttributedItem.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ErrorAnalysisAnnotation.AttributedItem.BuilderModifier and TypeMethodDescriptionErrorAnalysisAnnotation.Builder.addAttributedItemsBuilder()Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.Builder.addAttributedItemsBuilder(int index) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.AttributedItem.Builder.clear()ErrorAnalysisAnnotation.AttributedItem.Builder.clearAnnotationResourceName()The unique ID for each annotation.ErrorAnalysisAnnotation.AttributedItem.Builder.clearDistance()The distance of this item to the annotation.ErrorAnalysisAnnotation.Builder.getAttributedItemsBuilder(int index) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.AttributedItem.Builder.mergeFrom(ErrorAnalysisAnnotation.AttributedItem other) ErrorAnalysisAnnotation.AttributedItem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ErrorAnalysisAnnotation.AttributedItem.Builder.mergeFrom(com.google.protobuf.Message other) ErrorAnalysisAnnotation.AttributedItem.newBuilder()ErrorAnalysisAnnotation.AttributedItem.newBuilder(ErrorAnalysisAnnotation.AttributedItem prototype) ErrorAnalysisAnnotation.AttributedItem.newBuilderForType()ErrorAnalysisAnnotation.AttributedItem.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ErrorAnalysisAnnotation.AttributedItem.Builder.setAnnotationResourceName(String value) The unique ID for each annotation.ErrorAnalysisAnnotation.AttributedItem.Builder.setAnnotationResourceNameBytes(com.google.protobuf.ByteString value) The unique ID for each annotation.ErrorAnalysisAnnotation.AttributedItem.Builder.setDistance(double value) The distance of this item to the annotation.ErrorAnalysisAnnotation.AttributedItem.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ErrorAnalysisAnnotation.AttributedItem.BuilderModifier and TypeMethodDescriptionErrorAnalysisAnnotation.Builder.getAttributedItemsBuilderList()Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.Methods in com.google.cloud.aiplatform.v1 with parameters of type ErrorAnalysisAnnotation.AttributedItem.BuilderModifier and TypeMethodDescriptionErrorAnalysisAnnotation.Builder.addAttributedItems(int index, ErrorAnalysisAnnotation.AttributedItem.Builder builderForValue) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.Builder.addAttributedItems(ErrorAnalysisAnnotation.AttributedItem.Builder builderForValue) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.Builder.setAttributedItems(int index, ErrorAnalysisAnnotation.AttributedItem.Builder builderForValue) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.