public sealed class TFRecordDestination : IMessage<TFRecordDestination>, IEquatable<TFRecordDestination>, IDeepCloneable<TFRecordDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TFRecordDestination.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`TFRecordDestination` is a class within the Vertex AI v1beta1 API, specifically designed for managing storage details of TFRecord output content."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It offers two constructors: a default constructor and another that accepts a `TFRecordDestination` object as a parameter to copy."],["It contains a property `GcsDestination`, which is a required Google Cloud Storage location for storing the TFRecord output, described by the `GcsDestination` type."],["The class is found within the namespace `Google.Cloud.AIPlatform.V1Beta1`, and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]