Interface AssembleDataRequestOrBuilder (3.64.0)

public interface AssembleDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

getGeminiTemplateConfig()

public abstract 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];

Returns
Type Description
GeminiTemplateConfig

The geminiTemplateConfig.

getGeminiTemplateConfigOrBuilder()

public abstract 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];

Returns
Type Description
GeminiTemplateConfigOrBuilder

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.

getReadConfigCase()

public abstract AssembleDataRequest.ReadConfigCase getReadConfigCase()
Returns
Type Description
AssembleDataRequest.ReadConfigCase

getRequestColumnName()

public abstract 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];

Returns
Type Description
String

The requestColumnName.

getRequestColumnNameBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for requestColumnName.

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.

hasGeminiTemplateConfig()

public abstract boolean 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];

Returns
Type Description
boolean

Whether the geminiTemplateConfig field is set.

hasRequestColumnName()

public abstract 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];

Returns
Type Description
boolean

Whether the requestColumnName field is set.