public sealed class FileData : IMessage<FileData>, IEquatable<FileData>, IDeepCloneable<FileData>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FileData.
URI based data.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FileData()
public FileData()FileData(FileData)
public FileData(FileData other)| Parameter | |
|---|---|
| Name | Description |
other |
FileData |
Properties
FileUri
public string FileUri { get; set; }Required. URI.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MimeType
public string MimeType { get; set; }Required. The IANA standard MIME type of the source data.
| Property Value | |
|---|---|
| Type | Description |
string |
|