public sealed class ExamplePayload : IMessage<ExamplePayload>, IEquatable<ExamplePayload>, IDeepCloneable<ExamplePayload>, IBufferMessage, IMessage
Example data used for training or prediction.
Implements
IMessage<ExamplePayload>, IEquatable<ExamplePayload>, IDeepCloneable<ExamplePayload>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ExamplePayload()
public ExamplePayload()
ExamplePayload(ExamplePayload)
public ExamplePayload(ExamplePayload other)
Parameter | |
---|---|
Name | Description |
other | ExamplePayload |
Properties
Document
public Document Document { get; set; }
Example document.
Property Value | |
---|---|
Type | Description |
Document |
Image
public Image Image { get; set; }
Example image.
Property Value | |
---|---|
Type | Description |
Image |
PayloadCase
public ExamplePayload.PayloadOneofCase PayloadCase { get; }
Property Value | |
---|---|
Type | Description |
ExamplePayload.PayloadOneofCase |
TextSnippet
public TextSnippet TextSnippet { get; set; }
Example text.
Property Value | |
---|---|
Type | Description |
TextSnippet |