public interface AssembleDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GeminiRequestReadConfig |
getGeminiRequestReadConfig()
Optional.
|
GeminiRequestReadConfigOrBuilder |
getGeminiRequestReadConfigOrBuilder()
Optional.
|
GeminiTemplateConfig |
getGeminiTemplateConfig()
Optional.
|
GeminiTemplateConfigOrBuilder |
getGeminiTemplateConfigOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
AssembleDataRequest.ReadConfigCase |
getReadConfigCase() |
String |
getRequestColumnName()
Optional.
|
com.google.protobuf.ByteString |
getRequestColumnNameBytes()
Optional.
|
boolean |
hasGeminiRequestReadConfig()
Optional.
|
boolean |
hasGeminiTemplateConfig()
Optional.
|
boolean |
hasRequestColumnName()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGeminiTemplateConfig()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
GeminiTemplateConfig getGeminiTemplateConfig()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
GeminiTemplateConfigOrBuilder getGeminiTemplateConfigOrBuilder()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasRequestColumnName()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];String getRequestColumnName()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequestColumnNameBytes()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];String getName()
Required. The name of the Dataset resource (used only for MULTIMODAL
datasets). Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the Dataset resource (used only for MULTIMODAL
datasets). Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
GeminiRequestReadConfig getGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
GeminiRequestReadConfigOrBuilder getGeminiRequestReadConfigOrBuilder()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
AssembleDataRequest.ReadConfigCase getReadConfigCase()
Copyright © 2025 Google LLC. All rights reserved.