Interface PartnerModelTuningSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PartnerModelTuningSpec, PartnerModelTuningSpec.Builder

@Generated public interface PartnerModelTuningSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTrainingDatasetUri

      String 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];
      Returns:
      The trainingDatasetUri.
    • getTrainingDatasetUriBytes

      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];
      Returns:
      The bytes for trainingDatasetUri.
    • getValidationDatasetUri

      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];
      Returns:
      The validationDatasetUri.
    • getValidationDatasetUriBytes

      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];
      Returns:
      The bytes for validationDatasetUri.
    • getHyperParametersCount

      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;
    • containsHyperParameters

      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;
    • getHyperParameters

      @Deprecated Map<String,com.google.protobuf.Value> getHyperParameters()
      Deprecated.
    • getHyperParametersMap

      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;
    • getHyperParametersOrDefault

      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;
    • getHyperParametersOrThrow

      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;