Class: Google::Cloud::AIPlatform::V1::CreateCachedContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateCachedContentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb
Overview
Request message for GenAiCacheService.CreateCachedContent.
Instance Attribute Summary collapse
-
#cached_content ⇒ ::Google::Cloud::AIPlatform::V1::CachedContent
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#cached_content ⇒ ::Google::Cloud::AIPlatform::V1::CachedContent
Returns Required. The cached content to create.
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.
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 |