Cloud AI Platform v1 API - Class FileData (2.27.0)

public sealed class FileData : IMessage<FileData>, IEquatable<FileData>, IDeepCloneable<FileData>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FileData.

URI based data.

Inheritance

object > FileData

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FileData()

public FileData()

FileData(FileData)

public FileData(FileData other)
Parameter
NameDescription
otherFileData

Properties

FileUri

public string FileUri { get; set; }

Required. URI.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

Required. The IANA standard MIME type of the source data.

Property Value
TypeDescription
string