Class: Google::Cloud::AIPlatform::V1::TFRecordDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TFRecordDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The storage details for TFRecord output content.
Instance Attribute Summary collapse
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns Required. Google Cloud Storage location.
109 110 111 112 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 109 class TFRecordDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |