Interface ExplainResponse.ConcurrentExplanationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExplainResponse.ConcurrentExplanation, ExplainResponse.ConcurrentExplanation.Builder
Enclosing class:
ExplainResponse

public static interface ExplainResponse.ConcurrentExplanationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExplanations(int index)
    The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
    int
    The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
    The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
    The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
    The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getExplanationsList

      List<Explanation> getExplanationsList()
       The explanations of the Model's
       [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
      
       It has the same number of elements as
       [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to
       be explained.
       
      repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    • getExplanations

      Explanation getExplanations(int index)
       The explanations of the Model's
       [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
      
       It has the same number of elements as
       [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to
       be explained.
       
      repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    • getExplanationsCount

      int getExplanationsCount()
       The explanations of the Model's
       [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
      
       It has the same number of elements as
       [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to
       be explained.
       
      repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    • getExplanationsOrBuilderList

      List<? extends ExplanationOrBuilder> getExplanationsOrBuilderList()
       The explanations of the Model's
       [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
      
       It has the same number of elements as
       [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to
       be explained.
       
      repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    • getExplanationsOrBuilder

      ExplanationOrBuilder getExplanationsOrBuilder(int index)
       The explanations of the Model's
       [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
      
       It has the same number of elements as
       [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to
       be explained.
       
      repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;