public interface AugmentPromptRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getContents(int index)
Optional.
|
int |
getContentsCount()
Optional.
|
List<Content> |
getContentsList()
Optional.
|
ContentOrBuilder |
getContentsOrBuilder(int index)
Optional.
|
List<? extends ContentOrBuilder> |
getContentsOrBuilderList()
Optional.
|
AugmentPromptRequest.DataSourceCase |
getDataSourceCase() |
AugmentPromptRequest.Model |
getModel()
Optional.
|
AugmentPromptRequest.ModelOrBuilder |
getModelOrBuilder()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
VertexRagStore |
getVertexRagStore()
Optional.
|
VertexRagStoreOrBuilder |
getVertexRagStoreOrBuilder()
Optional.
|
boolean |
hasModel()
Optional.
|
boolean |
hasVertexRagStore()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVertexRagStore()
Optional. Retrieves contexts from the Vertex RagStore.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];
VertexRagStore getVertexRagStore()
Optional. Retrieves contexts from the Vertex RagStore.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];
VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()
Optional. Retrieves contexts from the Vertex RagStore.
.google.cloud.aiplatform.v1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];
String getParent()
Required. The resource name of the Location from which to augment prompt.
The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location from which to augment prompt.
The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<Content> getContentsList()
Optional. Input content to augment, only text format is supported for now.
repeated .google.cloud.aiplatform.v1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];
Content getContents(int index)
Optional. Input content to augment, only text format is supported for now.
repeated .google.cloud.aiplatform.v1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];
int getContentsCount()
Optional. Input content to augment, only text format is supported for now.
repeated .google.cloud.aiplatform.v1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];
List<? extends ContentOrBuilder> getContentsOrBuilderList()
Optional. Input content to augment, only text format is supported for now.
repeated .google.cloud.aiplatform.v1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];
ContentOrBuilder getContentsOrBuilder(int index)
Optional. Input content to augment, only text format is supported for now.
repeated .google.cloud.aiplatform.v1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasModel()
Optional. Metadata of the backend deployed model.
.google.cloud.aiplatform.v1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];
AugmentPromptRequest.Model getModel()
Optional. Metadata of the backend deployed model.
.google.cloud.aiplatform.v1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];
AugmentPromptRequest.ModelOrBuilder getModelOrBuilder()
Optional. Metadata of the backend deployed model.
.google.cloud.aiplatform.v1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];
AugmentPromptRequest.DataSourceCase getDataSourceCase()
Copyright © 2025 Google LLC. All rights reserved.