Interface ExplanationMetadataOverrideOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExplanationMetadataOverride, ExplanationMetadataOverride.Builder

@Generated public interface ExplanationMetadataOverrideOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInputsCount

      int getInputsCount()
       Required. Overrides the [input
       metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the
       features. The key is the name of the feature to be overridden. The keys
       specified here must exist in the input metadata to be overridden. If a
       feature is not specified here, the corresponding feature's input metadata
       is not overridden.
       
      map<string, .google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
    • containsInputs

      boolean containsInputs(String key)
       Required. Overrides the [input
       metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the
       features. The key is the name of the feature to be overridden. The keys
       specified here must exist in the input metadata to be overridden. If a
       feature is not specified here, the corresponding feature's input metadata
       is not overridden.
       
      map<string, .google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInputs

      Deprecated.
      Use getInputsMap() instead.
    • getInputsMap

       Required. Overrides the [input
       metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the
       features. The key is the name of the feature to be overridden. The keys
       specified here must exist in the input metadata to be overridden. If a
       feature is not specified here, the corresponding feature's input metadata
       is not overridden.
       
      map<string, .google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInputsOrDefault

       Required. Overrides the [input
       metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the
       features. The key is the name of the feature to be overridden. The keys
       specified here must exist in the input metadata to be overridden. If a
       feature is not specified here, the corresponding feature's input metadata
       is not overridden.
       
      map<string, .google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInputsOrThrow

       Required. Overrides the [input
       metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the
       features. The key is the name of the feature to be overridden. The keys
       specified here must exist in the input metadata to be overridden. If a
       feature is not specified here, the corresponding feature's input metadata
       is not overridden.
       
      map<string, .google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];