Cloud AI Platform v1beta1 API - Class ImageDataItem (1.0.0-beta03)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageDataItem.

Payload of Image DataItem.

Inheritance

object > ImageDataItem

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ImageDataItem()

public ImageDataItem()

ImageDataItem(ImageDataItem)

public ImageDataItem(ImageDataItem other)
Parameter
Name Description
other ImageDataItem

Properties

GcsUri

public string GcsUri { get; set; }

Required. Google Cloud Storage URI points to the original image in user's bucket. The image is up to 30MB in size.

Property Value
Type Description
string

MimeType

public string MimeType { get; set; }

Output only. The mime type of the content of the image. Only the images in below listed mime types are supported.

  • image/jpeg
  • image/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon
Property Value
Type Description
string