Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchEntryPoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Google search entry point.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SearchEntryPoint

Returns a new instance of GoogleCloudAiplatformV1beta1SearchEntryPoint.



35439
35440
35441
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35439

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rendered_contentString

Optional. Web content snippet that can be embedded in a web page or an app webview. Corresponds to the JSON property renderedContent

Returns:

  • (String)


35431
35432
35433
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35431

def rendered_content
  @rendered_content
end

#sdk_blobString

Optional. Base64 encoded JSON representing array of tuple. Corresponds to the JSON property sdkBlob NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


35437
35438
35439
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35437

def sdk_blob
  @sdk_blob
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35444
35445
35446
35447
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35444

def update!(**args)
  @rendered_content = args[:rendered_content] if args.key?(:rendered_content)
  @sdk_blob = args[:sdk_blob] if args.key?(:sdk_blob)
end