Cloud AI Platform v1 API - Class TFRecordDestination (2.27.0)

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

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

The storage details for TFRecord output content.

Inheritance

object > TFRecordDestination

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TFRecordDestination()

public TFRecordDestination()

TFRecordDestination(TFRecordDestination)

public TFRecordDestination(TFRecordDestination other)
Parameter
NameDescription
otherTFRecordDestination

Properties

GcsDestination

public GcsDestination GcsDestination { get; set; }

Required. Google Cloud Storage location.

Property Value
TypeDescription
GcsDestination