Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ExamplesExampleGcsSource

The Cloud Storage input instances.

Inheritance
object
GoogleCloudAiplatformV1ExamplesExampleGcsSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX