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 document provides reference documentation for the `TFRecordDestination` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta21 (latest) and 1.0.0-beta20."],["`TFRecordDestination` is a sealed class that defines storage details for TFRecord output content and inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TFRecordDestination` class has two constructors, a default constructor and one that takes another `TFRecordDestination` object as a parameter, and it is available in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["A key property of the class is `GcsDestination`, which is required and designates the Google Cloud Storage location for the TFRecord data, with its data type being `GcsDestination`."]]],[]]