Interface RecommendSpecResponseOrBuilder

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

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

    • getBaseModel

      String getBaseModel()
       Output only. The base model used to finetune the custom model.
       
      string base_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The baseModel.
    • getBaseModelBytes

      com.google.protobuf.ByteString getBaseModelBytes()
       Output only. The base model used to finetune the custom model.
       
      string base_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for baseModel.
    • getRecommendationsList

      List<RecommendSpecResponse.Recommendation> getRecommendationsList()
       Output only. Recommendations of deployment options for the given custom
       weights model.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation recommendations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRecommendations

      RecommendSpecResponse.Recommendation getRecommendations(int index)
       Output only. Recommendations of deployment options for the given custom
       weights model.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation recommendations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRecommendationsCount

      int getRecommendationsCount()
       Output only. Recommendations of deployment options for the given custom
       weights model.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation recommendations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRecommendationsOrBuilderList

      List<? extends RecommendSpecResponse.RecommendationOrBuilder> getRecommendationsOrBuilderList()
       Output only. Recommendations of deployment options for the given custom
       weights model.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation recommendations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRecommendationsOrBuilder

      RecommendSpecResponse.RecommendationOrBuilder getRecommendationsOrBuilder(int index)
       Output only. Recommendations of deployment options for the given custom
       weights model.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation recommendations = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSpecsList

       Output only. The machine and model container specs.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSpecs

       Output only. The machine and model container specs.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSpecsCount

      int getSpecsCount()
       Output only. The machine and model container specs.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSpecsOrBuilderList

       Output only. The machine and model container specs.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSpecsOrBuilder

       Output only. The machine and model container specs.
       
      repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];