Class: Google::Cloud::AIPlatform::V1::FileData
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FileData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
URI based data.
Instance Attribute Summary collapse
-
#file_uri ⇒ ::String
Required.
-
#mime_type ⇒ ::String
Required.
Instance Attribute Details
#file_uri ⇒ ::String
Returns Required. URI.
129 130 131 132 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 129 class FileData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
Returns Required. The IANA standard MIME type of the source data.
129 130 131 132 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 129 class FileData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |