Uses of Class
com.google.cloud.aiplatform.v1.ErrorAnalysisAnnotation.Builder
Packages that use ErrorAnalysisAnnotation.Builder
-
Uses of ErrorAnalysisAnnotation.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ErrorAnalysisAnnotation.BuilderModifier and TypeMethodDescriptionErrorAnalysisAnnotation.Builder.addAllAttributedItems(Iterable<? extends ErrorAnalysisAnnotation.AttributedItem> values) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.Builder.addAttributedItems(int index, ErrorAnalysisAnnotation.AttributedItem value) Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.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 value) 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.EvaluatedAnnotation.Builder.addErrorAnalysisAnnotationsBuilder()Annotations of model error analysis results.EvaluatedAnnotation.Builder.addErrorAnalysisAnnotationsBuilder(int index) Annotations of model error analysis results.ErrorAnalysisAnnotation.Builder.clear()ErrorAnalysisAnnotation.Builder.clearAttributedItems()Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.Builder.clearOutlierScore()The outlier score of this annotated item.ErrorAnalysisAnnotation.Builder.clearOutlierThreshold()The threshold used to determine if this annotation is an outlier or not.ErrorAnalysisAnnotation.Builder.clearQueryType()The query type used for finding the attributed items.EvaluatedAnnotation.Builder.getErrorAnalysisAnnotationsBuilder(int index) Annotations of model error analysis results.ErrorAnalysisAnnotation.Builder.mergeFrom(ErrorAnalysisAnnotation other) ErrorAnalysisAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ErrorAnalysisAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) ErrorAnalysisAnnotation.newBuilder()ErrorAnalysisAnnotation.newBuilder(ErrorAnalysisAnnotation prototype) ErrorAnalysisAnnotation.newBuilderForType()protected ErrorAnalysisAnnotation.BuilderErrorAnalysisAnnotation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ErrorAnalysisAnnotation.Builder.removeAttributedItems(int index) 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 value) 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.ErrorAnalysisAnnotation.Builder.setOutlierScore(double value) The outlier score of this annotated item.ErrorAnalysisAnnotation.Builder.setOutlierThreshold(double value) The threshold used to determine if this annotation is an outlier or not.ErrorAnalysisAnnotation.Builder.setQueryType(ErrorAnalysisAnnotation.QueryType value) The query type used for finding the attributed items.ErrorAnalysisAnnotation.Builder.setQueryTypeValue(int value) The query type used for finding the attributed items.ErrorAnalysisAnnotation.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ErrorAnalysisAnnotation.BuilderModifier and TypeMethodDescriptionEvaluatedAnnotation.Builder.getErrorAnalysisAnnotationsBuilderList()Annotations of model error analysis results.Methods in com.google.cloud.aiplatform.v1 with parameters of type ErrorAnalysisAnnotation.BuilderModifier and TypeMethodDescriptionEvaluatedAnnotation.Builder.addErrorAnalysisAnnotations(int index, ErrorAnalysisAnnotation.Builder builderForValue) Annotations of model error analysis results.EvaluatedAnnotation.Builder.addErrorAnalysisAnnotations(ErrorAnalysisAnnotation.Builder builderForValue) Annotations of model error analysis results.EvaluatedAnnotation.Builder.setErrorAnalysisAnnotations(int index, ErrorAnalysisAnnotation.Builder builderForValue) Annotations of model error analysis results.