Class: Google::Cloud::AIPlatform::V1::CreateCachedContentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cached_content::Google::Cloud::AIPlatform::V1::CachedContent

Returns Required. The cached content to create.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 32

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

#parent::String

Returns Required. The parent resource where the cached content will be created.

Returns:

  • (::String)

    Required. The parent resource where the cached content will be created



32
33
34
35
# File 'proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb', line 32

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