Cloud AI Platform v1 API - Class Examples.Types.ExampleGcsSource (2.17.0)

public sealed class Examples.Types.ExampleGcsSource : IMessage<Examples.Types.ExampleGcsSource>, IEquatable<Examples.Types.ExampleGcsSource>, IDeepCloneable<Examples.Types.ExampleGcsSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Examples.Types.ExampleGcsSource.

The Cloud Storage input instances.

Inheritance

object > Examples.Types.ExampleGcsSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExampleGcsSource()

public ExampleGcsSource()

ExampleGcsSource(ExampleGcsSource)

public ExampleGcsSource(Examples.Types.ExampleGcsSource other)
Parameter
NameDescription
otherExamplesTypesExampleGcsSource

Properties

DataFormat

public Examples.Types.ExampleGcsSource.Types.DataFormat DataFormat { get; set; }

The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.

Property Value
TypeDescription
ExamplesTypesExampleGcsSourceTypesDataFormat

GcsSource

public GcsSource GcsSource { get; set; }

The Cloud Storage location for the input instances.

Property Value
TypeDescription
GcsSource