Class: Google::Cloud::AIPlatform::V1::FunctionResponsePart
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FunctionResponsePart
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tool.rb
Overview
A datatype containing media that is part of a FunctionResponse message.
A FunctionResponsePart consists of data which has an associated datatype. A
FunctionResponsePart can only contain one of the accepted types in
FunctionResponsePart.data.
A FunctionResponsePart must have a fixed IANA MIME type identifying the
type and subtype of the media if the inline_data field is filled with raw
bytes.
Instance Attribute Summary collapse
-
#file_data ⇒ ::Google::Cloud::AIPlatform::V1::FunctionResponseFileData
URI based data.
-
#inline_data ⇒ ::Google::Cloud::AIPlatform::V1::FunctionResponseBlob
Inline media bytes.
Instance Attribute Details
#file_data ⇒ ::Google::Cloud::AIPlatform::V1::FunctionResponseFileData
268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 268 class FunctionResponsePart include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inline_data ⇒ ::Google::Cloud::AIPlatform::V1::FunctionResponseBlob
268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 268 class FunctionResponsePart include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |