Uses of Class
com.google.cloud.aiplatform.v1.Attribution
-
Packages that use Attribution Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of Attribution in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Attribution Modifier and Type Method Description Attribution
Attribution.Builder. build()
Attribution
Attribution.Builder. buildPartial()
Attribution
Explanation.Builder. getAttributions(int index)
Output only.Attribution
Explanation. getAttributions(int index)
Output only.Attribution
ExplanationOrBuilder. getAttributions(int index)
Output only.static Attribution
Attribution. getDefaultInstance()
Attribution
Attribution.Builder. getDefaultInstanceForType()
Attribution
Attribution. getDefaultInstanceForType()
Attribution
ModelExplanation.Builder. getMeanAttributions(int index)
Output only.Attribution
ModelExplanation. getMeanAttributions(int index)
Output only.Attribution
ModelExplanationOrBuilder. getMeanAttributions(int index)
Output only.static Attribution
Attribution. parseDelimitedFrom(InputStream input)
static Attribution
Attribution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attribution
Attribution. parseFrom(byte[] data)
static Attribution
Attribution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attribution
Attribution. parseFrom(com.google.protobuf.ByteString data)
static Attribution
Attribution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attribution
Attribution. parseFrom(com.google.protobuf.CodedInputStream input)
static Attribution
Attribution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attribution
Attribution. parseFrom(InputStream input)
static Attribution
Attribution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attribution
Attribution. parseFrom(ByteBuffer data)
static Attribution
Attribution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Attribution Modifier and Type Method Description List<Attribution>
Explanation.Builder. getAttributionsList()
Output only.List<Attribution>
Explanation. getAttributionsList()
Output only.List<Attribution>
ExplanationOrBuilder. getAttributionsList()
Output only.List<Attribution>
ModelExplanation.Builder. getMeanAttributionsList()
Output only.List<Attribution>
ModelExplanation. getMeanAttributionsList()
Output only.List<Attribution>
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 Attribution Modifier and Type Method Description Explanation.Builder
Explanation.Builder. addAttributions(int index, Attribution value)
Output only.Explanation.Builder
Explanation.Builder. addAttributions(Attribution value)
Output only.ModelExplanation.Builder
ModelExplanation.Builder. addMeanAttributions(int index, Attribution value)
Output only.ModelExplanation.Builder
ModelExplanation.Builder. addMeanAttributions(Attribution value)
Output only.Attribution.Builder
Attribution.Builder. mergeFrom(Attribution other)
static Attribution.Builder
Attribution. newBuilder(Attribution prototype)
Explanation.Builder
Explanation.Builder. setAttributions(int index, Attribution value)
Output only.ModelExplanation.Builder
ModelExplanation.Builder. setMeanAttributions(int index, Attribution value)
Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type Attribution Modifier and Type Method Description Explanation.Builder
Explanation.Builder. addAllAttributions(Iterable<? extends Attribution> values)
Output only.ModelExplanation.Builder
ModelExplanation.Builder. addAllMeanAttributions(Iterable<? extends Attribution> values)
Output only.
-