public interface AssembleDataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGeminiRequestReadConfig()
public abstract GeminiRequestReadConfig getGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
GeminiRequestReadConfig |
The geminiRequestReadConfig. |
getGeminiRequestReadConfigOrBuilder()
public abstract GeminiRequestReadConfigOrBuilder getGeminiRequestReadConfigOrBuilder()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
GeminiRequestReadConfigOrBuilder |
getName()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasGeminiRequestReadConfig()
public abstract boolean hasGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the geminiRequestReadConfig field is set. |