Class: Google::Cloud::AIPlatform::V1::FileData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#file_uri::String

Returns Required. URI.

Returns:

  • (::String)

    Required. URI.



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 102

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.

Returns:

  • (::String)

    Required. The IANA standard MIME type of the source data.



102
103
104
105
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 102

class FileData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end