Cloud AI Platform v1 API - Class CsvDestination (2.27.0)

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

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

The storage details for CSV output content.

Inheritance

object > CsvDestination

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CsvDestination()

public CsvDestination()

CsvDestination(CsvDestination)

public CsvDestination(CsvDestination other)
Parameter
NameDescription
otherCsvDestination

Properties

GcsDestination

public GcsDestination GcsDestination { get; set; }

Required. Google Cloud Storage location.

Property Value
TypeDescription
GcsDestination