Show / Hide Table of Contents

Class XPSResponseExplanationMetadataInputMetadata

Metadata of the input of a feature.

Inheritance
object
XPSResponseExplanationMetadataInputMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX