public interface PartnerModelTuningSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHyperParameters(String key)
Hyperparameters for tuning.
|
Map<String,com.google.protobuf.Value> |
getHyperParameters()
Deprecated.
|
int |
getHyperParametersCount()
Hyperparameters for tuning.
|
Map<String,com.google.protobuf.Value> |
getHyperParametersMap()
Hyperparameters for tuning.
|
com.google.protobuf.Value |
getHyperParametersOrDefault(String key,
com.google.protobuf.Value defaultValue)
Hyperparameters for tuning.
|
com.google.protobuf.Value |
getHyperParametersOrThrow(String key)
Hyperparameters for tuning.
|
String |
getTrainingDatasetUri()
Required.
|
com.google.protobuf.ByteString |
getTrainingDatasetUriBytes()
Required.
|
String |
getValidationDatasetUri()
Optional.
|
com.google.protobuf.ByteString |
getValidationDatasetUriBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTrainingDatasetUri()
Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.
string training_dataset_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTrainingDatasetUriBytes()
Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.
string training_dataset_uri = 1 [(.google.api.field_behavior) = REQUIRED];String getValidationDatasetUri()
Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.
string validation_dataset_uri = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getValidationDatasetUriBytes()
Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.
string validation_dataset_uri = 2 [(.google.api.field_behavior) = OPTIONAL];int getHyperParametersCount()
Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.
map<string, .google.protobuf.Value> hyper_parameters = 3;boolean containsHyperParameters(String key)
Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.
map<string, .google.protobuf.Value> hyper_parameters = 3;@Deprecated Map<String,com.google.protobuf.Value> getHyperParameters()
getHyperParametersMap() instead.Map<String,com.google.protobuf.Value> getHyperParametersMap()
Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.
map<string, .google.protobuf.Value> hyper_parameters = 3;com.google.protobuf.Value getHyperParametersOrDefault(String key, com.google.protobuf.Value defaultValue)
Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.
map<string, .google.protobuf.Value> hyper_parameters = 3;com.google.protobuf.Value getHyperParametersOrThrow(String key)
Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.
map<string, .google.protobuf.Value> hyper_parameters = 3;Copyright © 2025 Google LLC. All rights reserved.