public sealed class TextClassificationPredictionInstance : IMessage<TextClassificationPredictionInstance>, IEquatable<TextClassificationPredictionInstance>, IDeepCloneable<TextClassificationPredictionInstance>, IBufferMessage, IMessage
Prediction input format for Text Classification.
Implements
IMessage<TextClassificationPredictionInstance>, IEquatable<TextClassificationPredictionInstance>, IDeepCloneable<TextClassificationPredictionInstance>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1.Schema.Predict.InstanceAssembly
Google.Cloud.AIPlatform.V1.dll
Constructors
TextClassificationPredictionInstance()
public TextClassificationPredictionInstance()
TextClassificationPredictionInstance(TextClassificationPredictionInstance)
public TextClassificationPredictionInstance(TextClassificationPredictionInstance other)
Name | Description |
other | TextClassificationPredictionInstance |
Properties
Content
public string Content { get; set; }
The text snippet to make the predictions on.
Type | Description |
String |
MimeType
public string MimeType { get; set; }
The MIME type of the text snippet. The supported MIME types are listed below.
- text/plain
Type | Description |
String |