public interface TrainCustomModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStore()
Required.
|
com.google.protobuf.ByteString |
getDataStoreBytes()
Required.
|
ImportErrorConfig |
getErrorConfig()
The desired location of errors incurred during the data ingestion and
training.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
The desired location of errors incurred during the data ingestion and
training.
|
TrainCustomModelRequest.GcsTrainingInput |
getGcsTrainingInput()
Cloud Storage training input.
|
TrainCustomModelRequest.GcsTrainingInputOrBuilder |
getGcsTrainingInputOrBuilder()
Cloud Storage training input.
|
String |
getModelId()
If not provided, a UUID will be generated.
|
com.google.protobuf.ByteString |
getModelIdBytes()
If not provided, a UUID will be generated.
|
String |
getModelType()
Model to be trained.
|
com.google.protobuf.ByteString |
getModelTypeBytes()
Model to be trained.
|
TrainCustomModelRequest.TrainingInputCase |
getTrainingInputCase() |
boolean |
hasErrorConfig()
The desired location of errors incurred during the data ingestion and
training.
|
boolean |
hasGcsTrainingInput()
Cloud Storage training input.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsTrainingInput()
Cloud Storage training input.
.google.cloud.discoveryengine.v1beta.TrainCustomModelRequest.GcsTrainingInput gcs_training_input = 2;
TrainCustomModelRequest.GcsTrainingInput getGcsTrainingInput()
Cloud Storage training input.
.google.cloud.discoveryengine.v1beta.TrainCustomModelRequest.GcsTrainingInput gcs_training_input = 2;
TrainCustomModelRequest.GcsTrainingInputOrBuilder getGcsTrainingInputOrBuilder()
Cloud Storage training input.
.google.cloud.discoveryengine.v1beta.TrainCustomModelRequest.GcsTrainingInput gcs_training_input = 2;
String getDataStore()
Required. The resource name of the Data Store, such as `projects/*/locations/global/collections/default_collection/dataStores/default_data_store`. This field is used to identify the data store where to train the models.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDataStoreBytes()
Required. The resource name of the Data Store, such as `projects/*/locations/global/collections/default_collection/dataStores/default_data_store`. This field is used to identify the data store where to train the models.
string data_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getModelType()
Model to be trained. Supported values are: * **search-tuning**: Fine tuning the search system based on data provided.
string model_type = 3;com.google.protobuf.ByteString getModelTypeBytes()
Model to be trained. Supported values are: * **search-tuning**: Fine tuning the search system based on data provided.
string model_type = 3;boolean hasErrorConfig()
The desired location of errors incurred during the data ingestion and training.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 4;ImportErrorConfig getErrorConfig()
The desired location of errors incurred during the data ingestion and training.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 4;ImportErrorConfigOrBuilder getErrorConfigOrBuilder()
The desired location of errors incurred during the data ingestion and training.
.google.cloud.discoveryengine.v1beta.ImportErrorConfig error_config = 4;String getModelId()
If not provided, a UUID will be generated.
string model_id = 5;com.google.protobuf.ByteString getModelIdBytes()
If not provided, a UUID will be generated.
string model_id = 5;TrainCustomModelRequest.TrainingInputCase getTrainingInputCase()
Copyright © 2025 Google LLC. All rights reserved.