Class GoogleCloudAiplatformV1ExamplesExampleGcsSource
The Cloud Storage input instances.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExamplesExampleGcsSource : IDirectResponseSchema
Properties
DataFormat
The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
The Cloud Storage location for the input instances.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GcsSource |