Uses of Class
com.google.cloud.aiplatform.v1.Attribution
Packages that use Attribution
-
Uses of Attribution in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return AttributionModifier and TypeMethodDescriptionAttribution.Builder.build()Attribution.Builder.buildPartial()Explanation.Builder.getAttributions(int index) Output only.Explanation.getAttributions(int index) Output only.ExplanationOrBuilder.getAttributions(int index) Output only.static AttributionAttribution.getDefaultInstance()Attribution.Builder.getDefaultInstanceForType()Attribution.getDefaultInstanceForType()ModelExplanation.Builder.getMeanAttributions(int index) Output only.ModelExplanation.getMeanAttributions(int index) Output only.ModelExplanationOrBuilder.getMeanAttributions(int index) Output only.static AttributionAttribution.parseDelimitedFrom(InputStream input) static AttributionAttribution.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributionAttribution.parseFrom(byte[] data) static AttributionAttribution.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributionAttribution.parseFrom(com.google.protobuf.ByteString data) static AttributionAttribution.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributionAttribution.parseFrom(com.google.protobuf.CodedInputStream input) static AttributionAttribution.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributionAttribution.parseFrom(InputStream input) static AttributionAttribution.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributionAttribution.parseFrom(ByteBuffer data) static AttributionAttribution.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type AttributionModifier and TypeMethodDescriptionExplanation.Builder.getAttributionsList()Output only.Explanation.getAttributionsList()Output only.ExplanationOrBuilder.getAttributionsList()Output only.ModelExplanation.Builder.getMeanAttributionsList()Output only.ModelExplanation.getMeanAttributionsList()Output only.ModelExplanationOrBuilder.getMeanAttributionsList()Output only.com.google.protobuf.Parser<Attribution>Attribution.getParserForType()static com.google.protobuf.Parser<Attribution>Attribution.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type AttributionModifier and TypeMethodDescriptionExplanation.Builder.addAttributions(int index, Attribution value) Output only.Explanation.Builder.addAttributions(Attribution value) Output only.ModelExplanation.Builder.addMeanAttributions(int index, Attribution value) Output only.ModelExplanation.Builder.addMeanAttributions(Attribution value) Output only.Attribution.Builder.mergeFrom(Attribution other) static Attribution.BuilderAttribution.newBuilder(Attribution prototype) Explanation.Builder.setAttributions(int index, Attribution value) Output only.ModelExplanation.Builder.setMeanAttributions(int index, Attribution value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type AttributionModifier and TypeMethodDescriptionExplanation.Builder.addAllAttributions(Iterable<? extends Attribution> values) Output only.ModelExplanation.Builder.addAllMeanAttributions(Iterable<? extends Attribution> values) Output only.