public static final class ExplanationMetadata.InputMetadata.Builder extends GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.Builder> implements ExplanationMetadata.InputMetadataOrBuilder
Metadata of the input of a feature.
Fields other than InputMetadata.input_baselines are applicable only for Models that are using Vertex AI-provided images for Tensorflow.
Protobuf type google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExplanationMetadata.InputMetadata.BuilderImplements
ExplanationMetadata.InputMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllEncodedBaselines(Iterable<? extends Value> values)
public ExplanationMetadata.InputMetadata.Builder addAllEncodedBaselines(Iterable<? extends Value> values)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.protobuf.Value> |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addAllIndexFeatureMapping(Iterable<String> values)
public ExplanationMetadata.InputMetadata.Builder addAllIndexFeatureMapping(Iterable<String> values)
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The indexFeatureMapping to add. |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
addAllInputBaselines(Iterable<? extends Value> values)
public ExplanationMetadata.InputMetadata.Builder addAllInputBaselines(Iterable<? extends Value> values)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.protobuf.Value> |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addEncodedBaselines(Value value)
public ExplanationMetadata.InputMetadata.Builder addEncodedBaselines(Value value)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
value |
Value |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addEncodedBaselines(Value.Builder builderForValue)
public ExplanationMetadata.InputMetadata.Builder addEncodedBaselines(Value.Builder builderForValue)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addEncodedBaselines(int index, Value value)
public ExplanationMetadata.InputMetadata.Builder addEncodedBaselines(int index, Value value)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Value |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addEncodedBaselines(int index, Value.Builder builderForValue)
public ExplanationMetadata.InputMetadata.Builder addEncodedBaselines(int index, Value.Builder builderForValue)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addEncodedBaselinesBuilder()
public Value.Builder addEncodedBaselinesBuilder()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
Builder |
addEncodedBaselinesBuilder(int index)
public Value.Builder addEncodedBaselinesBuilder(int index)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
addIndexFeatureMapping(String value)
public ExplanationMetadata.InputMetadata.Builder addIndexFeatureMapping(String value)
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Parameter | |
---|---|
Name | Description |
value |
String The indexFeatureMapping to add. |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
addIndexFeatureMappingBytes(ByteString value)
public ExplanationMetadata.InputMetadata.Builder addIndexFeatureMappingBytes(ByteString value)
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the indexFeatureMapping to add. |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
addInputBaselines(Value value)
public ExplanationMetadata.InputMetadata.Builder addInputBaselines(Value value)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
value |
Value |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addInputBaselines(Value.Builder builderForValue)
public ExplanationMetadata.InputMetadata.Builder addInputBaselines(Value.Builder builderForValue)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addInputBaselines(int index, Value value)
public ExplanationMetadata.InputMetadata.Builder addInputBaselines(int index, Value value)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Value |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addInputBaselines(int index, Value.Builder builderForValue)
public ExplanationMetadata.InputMetadata.Builder addInputBaselines(int index, Value.Builder builderForValue)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
addInputBaselinesBuilder()
public Value.Builder addInputBaselinesBuilder()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
Builder |
addInputBaselinesBuilder(int index)
public Value.Builder addInputBaselinesBuilder(int index)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExplanationMetadata.InputMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
build()
public ExplanationMetadata.InputMetadata build()
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata |
buildPartial()
public ExplanationMetadata.InputMetadata buildPartial()
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata |
clear()
public ExplanationMetadata.InputMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearDenseShapeTensorName()
public ExplanationMetadata.InputMetadata.Builder clearDenseShapeTensorName()
Specifies the shape of the values of the input if the input is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string dense_shape_tensor_name = 7;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearEncodedBaselines()
public ExplanationMetadata.InputMetadata.Builder clearEncodedBaselines()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearEncodedTensorName()
public ExplanationMetadata.InputMetadata.Builder clearEncodedTensorName()
Encoded tensor is a transformation of the input tensor. Must be provided if choosing Integrated Gradients attribution or XRAI attribution and the input tensor is not differentiable.
An encoded tensor is generated if the input tensor is encoded by a lookup table.
string encoded_tensor_name = 9;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearEncoding()
public ExplanationMetadata.InputMetadata.Builder clearEncoding()
Defines how the feature is encoded into the input tensor. Defaults to IDENTITY.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Encoding encoding = 3;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearFeatureValueDomain()
public ExplanationMetadata.InputMetadata.Builder clearFeatureValueDomain()
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public ExplanationMetadata.InputMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearGroupName()
public ExplanationMetadata.InputMetadata.Builder clearGroupName()
Name of the group that the input belongs to. Features with the same group name will be treated as one feature when computing attributions. Features grouped together can have different shapes in value. If provided, there will be one single attribution generated in Attribution.feature_attributions, keyed by the group name.
string group_name = 12;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearIndexFeatureMapping()
public ExplanationMetadata.InputMetadata.Builder clearIndexFeatureMapping()
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearIndicesTensorName()
public ExplanationMetadata.InputMetadata.Builder clearIndicesTensorName()
Specifies the index of the values of the input tensor. Required when the input tensor is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string indices_tensor_name = 6;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearInputBaselines()
public ExplanationMetadata.InputMetadata.Builder clearInputBaselines()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearInputTensorName()
public ExplanationMetadata.InputMetadata.Builder clearInputTensorName()
Name of the input tensor for this feature. Required and is only applicable to Vertex AI-provided images for Tensorflow.
string input_tensor_name = 2;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearModality()
public ExplanationMetadata.InputMetadata.Builder clearModality()
Modality of the feature. Valid values are: numeric, image. Defaults to numeric.
string modality = 4;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExplanationMetadata.InputMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clearVisualization()
public ExplanationMetadata.InputMetadata.Builder clearVisualization()
Visualization configurations for image explanation.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization visualization = 11;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
clone()
public ExplanationMetadata.InputMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
getDefaultInstanceForType()
public ExplanationMetadata.InputMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata |
getDenseShapeTensorName()
public String getDenseShapeTensorName()
Specifies the shape of the values of the input if the input is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string dense_shape_tensor_name = 7;
Returns | |
---|---|
Type | Description |
String |
The denseShapeTensorName. |
getDenseShapeTensorNameBytes()
public ByteString getDenseShapeTensorNameBytes()
Specifies the shape of the values of the input if the input is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string dense_shape_tensor_name = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for denseShapeTensorName. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEncodedBaselines(int index)
public Value getEncodedBaselines(int index)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Value |
getEncodedBaselinesBuilder(int index)
public Value.Builder getEncodedBaselinesBuilder(int index)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
getEncodedBaselinesBuilderList()
public List<Value.Builder> getEncodedBaselinesBuilderList()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
List<Builder> |
getEncodedBaselinesCount()
public int getEncodedBaselinesCount()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
int |
getEncodedBaselinesList()
public List<Value> getEncodedBaselinesList()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
List<Value> |
getEncodedBaselinesOrBuilder(int index)
public ValueOrBuilder getEncodedBaselinesOrBuilder(int index)
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
getEncodedBaselinesOrBuilderList()
public List<? extends ValueOrBuilder> getEncodedBaselinesOrBuilderList()
A list of baselines for the encoded tensor.
The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.
repeated .google.protobuf.Value encoded_baselines = 10;
Returns | |
---|---|
Type | Description |
List<? extends com.google.protobuf.ValueOrBuilder> |
getEncodedTensorName()
public String getEncodedTensorName()
Encoded tensor is a transformation of the input tensor. Must be provided if choosing Integrated Gradients attribution or XRAI attribution and the input tensor is not differentiable.
An encoded tensor is generated if the input tensor is encoded by a lookup table.
string encoded_tensor_name = 9;
Returns | |
---|---|
Type | Description |
String |
The encodedTensorName. |
getEncodedTensorNameBytes()
public ByteString getEncodedTensorNameBytes()
Encoded tensor is a transformation of the input tensor. Must be provided if choosing Integrated Gradients attribution or XRAI attribution and the input tensor is not differentiable.
An encoded tensor is generated if the input tensor is encoded by a lookup table.
string encoded_tensor_name = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for encodedTensorName. |
getEncoding()
public ExplanationMetadata.InputMetadata.Encoding getEncoding()
Defines how the feature is encoded into the input tensor. Defaults to IDENTITY.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Encoding encoding = 3;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Encoding |
The encoding. |
getEncodingValue()
public int getEncodingValue()
Defines how the feature is encoded into the input tensor. Defaults to IDENTITY.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Encoding encoding = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for encoding. |
getFeatureValueDomain()
public ExplanationMetadata.InputMetadata.FeatureValueDomain getFeatureValueDomain()
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.FeatureValueDomain |
The featureValueDomain. |
getFeatureValueDomainBuilder()
public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder getFeatureValueDomainBuilder()
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
getFeatureValueDomainOrBuilder()
public ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder getFeatureValueDomainOrBuilder()
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder |
getGroupName()
public String getGroupName()
Name of the group that the input belongs to. Features with the same group name will be treated as one feature when computing attributions. Features grouped together can have different shapes in value. If provided, there will be one single attribution generated in Attribution.feature_attributions, keyed by the group name.
string group_name = 12;
Returns | |
---|---|
Type | Description |
String |
The groupName. |
getGroupNameBytes()
public ByteString getGroupNameBytes()
Name of the group that the input belongs to. Features with the same group name will be treated as one feature when computing attributions. Features grouped together can have different shapes in value. If provided, there will be one single attribution generated in Attribution.feature_attributions, keyed by the group name.
string group_name = 12;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for groupName. |
getIndexFeatureMapping(int index)
public String getIndexFeatureMapping(int index)
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The indexFeatureMapping at the given index. |
getIndexFeatureMappingBytes(int index)
public ByteString getIndexFeatureMappingBytes(int index)
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the indexFeatureMapping at the given index. |
getIndexFeatureMappingCount()
public int getIndexFeatureMappingCount()
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Returns | |
---|---|
Type | Description |
int |
The count of indexFeatureMapping. |
getIndexFeatureMappingList()
public ProtocolStringList getIndexFeatureMappingList()
A list of feature names for each index in the input tensor. Required when the input InputMetadata.encoding is BAG_OF_FEATURES, BAG_OF_FEATURES_SPARSE, INDICATOR.
repeated string index_feature_mapping = 8;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the indexFeatureMapping. |
getIndicesTensorName()
public String getIndicesTensorName()
Specifies the index of the values of the input tensor. Required when the input tensor is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string indices_tensor_name = 6;
Returns | |
---|---|
Type | Description |
String |
The indicesTensorName. |
getIndicesTensorNameBytes()
public ByteString getIndicesTensorNameBytes()
Specifies the index of the values of the input tensor. Required when the input tensor is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.
string indices_tensor_name = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for indicesTensorName. |
getInputBaselines(int index)
public Value getInputBaselines(int index)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Value |
getInputBaselinesBuilder(int index)
public Value.Builder getInputBaselinesBuilder(int index)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
getInputBaselinesBuilderList()
public List<Value.Builder> getInputBaselinesBuilderList()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getInputBaselinesCount()
public int getInputBaselinesCount()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
int |
getInputBaselinesList()
public List<Value> getInputBaselinesList()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
List<Value> |
getInputBaselinesOrBuilder(int index)
public ValueOrBuilder getInputBaselinesOrBuilder(int index)
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
getInputBaselinesOrBuilderList()
public List<? extends ValueOrBuilder> getInputBaselinesOrBuilderList()
Baseline inputs for this feature.
If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.
For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.
For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
repeated .google.protobuf.Value input_baselines = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.protobuf.ValueOrBuilder> |
getInputTensorName()
public String getInputTensorName()
Name of the input tensor for this feature. Required and is only applicable to Vertex AI-provided images for Tensorflow.
string input_tensor_name = 2;
Returns | |
---|---|
Type | Description |
String |
The inputTensorName. |
getInputTensorNameBytes()
public ByteString getInputTensorNameBytes()
Name of the input tensor for this feature. Required and is only applicable to Vertex AI-provided images for Tensorflow.
string input_tensor_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputTensorName. |
getModality()
public String getModality()
Modality of the feature. Valid values are: numeric, image. Defaults to numeric.
string modality = 4;
Returns | |
---|---|
Type | Description |
String |
The modality. |
getModalityBytes()
public ByteString getModalityBytes()
Modality of the feature. Valid values are: numeric, image. Defaults to numeric.
string modality = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for modality. |
getVisualization()
public ExplanationMetadata.InputMetadata.Visualization getVisualization()
Visualization configurations for image explanation.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization visualization = 11;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Visualization |
The visualization. |
getVisualizationBuilder()
public ExplanationMetadata.InputMetadata.Visualization.Builder getVisualizationBuilder()
Visualization configurations for image explanation.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization visualization = 11;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Visualization.Builder |
getVisualizationOrBuilder()
public ExplanationMetadata.InputMetadata.VisualizationOrBuilder getVisualizationOrBuilder()
Visualization configurations for image explanation.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization visualization = 11;
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.VisualizationOrBuilder |
hasFeatureValueDomain()
public boolean hasFeatureValueDomain()
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the featureValueDomain field is set. |
hasVisualization()
public boolean hasVisualization()
Visualization configurations for image explanation.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization visualization = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the visualization field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFeatureValueDomain(ExplanationMetadata.InputMetadata.FeatureValueDomain value)
public ExplanationMetadata.InputMetadata.Builder mergeFeatureValueDomain(ExplanationMetadata.InputMetadata.FeatureValueDomain value)
The domain details of the input feature value. Like min/max, original mean or standard deviation if normalized.
.google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain feature_value_domain = 5;
Parameter | |
---|---|
Name | Description |
value |
ExplanationMetadata.InputMetadata.FeatureValueDomain |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
mergeFrom(ExplanationMetadata.InputMetadata other)
public ExplanationMetadata.InputMetadata.Builder mergeFrom(ExplanationMetadata.InputMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ExplanationMetadata.InputMetadata |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExplanationMetadata.InputMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ExplanationMetadata.InputMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ExplanationMetadata.InputMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExplanationMetadata.InputMetadata.Builder mergeUnknownFields(UnknownFieldSet <