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 Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.getRecommendations(int index) Output only.intOutput only.Output only.getRecommendationsOrBuilder(int index) Output only.Output only.getSpecs(int index) Output only.intOutput only.Output only.getSpecsOrBuilder(int index) Output only.Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
List<RecommendSpecResponse.MachineAndModelContainerSpec> 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
List<? extends RecommendSpecResponse.MachineAndModelContainerSpecOrBuilder> 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];
-