Class: Google::Cloud::AIPlatform::V1::SearchEntryPoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchEntryPoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Google search entry point.
Instance Attribute Summary collapse
-
#rendered_content ⇒ ::String
Optional.
-
#sdk_blob ⇒ ::String
Optional.
Instance Attribute Details
#rendered_content ⇒ ::String
Returns Optional. Web content snippet that can be embedded in a web page or an app webview.
596 597 598 599 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 596 class SearchEntryPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sdk_blob ⇒ ::String
Returns Optional. Base64 encoded JSON representing array of
596 597 598 599 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 596 class SearchEntryPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |