Class XPSResponseExplanationMetadataInputMetadata
Metadata of the input of a feature.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSResponseExplanationMetadataInputMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputTensorName
Name of the input tensor for this model. Only needed in train response.
Declaration
[JsonProperty("inputTensorName")]
public virtual string InputTensorName { get; set; }
Property Value
Type | Description |
---|---|
string |
Modality
Modality of the feature. Valid values are: numeric, image. Defaults to numeric.
Declaration
[JsonProperty("modality")]
public virtual string Modality { get; set; }
Property Value
Type | Description |
---|---|
string |
VisualizationConfig
Visualization configurations for image explanation.
Declaration
[JsonProperty("visualizationConfig")]
public virtual XPSVisualization VisualizationConfig { get; set; }
Property Value
Type | Description |
---|---|
XPSVisualization |