public sealed class TFRecordDestination : IMessage<TFRecordDestination>, IEquatable<TFRecordDestination>, IDeepCloneable<TFRecordDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["This documentation covers the `TFRecordDestination` class, which is part of the Cloud AI Platform v1beta1 API."],["The `TFRecordDestination` class is used to define the storage details for TFRecord output content."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `TFRecordDestination` object as a parameter."],["It contains one property, `GcsDestination`, which is required and represents the Google Cloud Storage location for the TFRecord output."]]],[]]