public final class RecommendSpecResponse extends GeneratedMessage implements RecommendSpecResponseOrBuilder
Response message for
ModelService.RecommendSpec.
Protobuf type google.cloud.aiplatform.v1beta1.RecommendSpecResponse
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BASE_MODEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int RECOMMENDATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SPECS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static RecommendSpecResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static RecommendSpecResponse.Builder newBuilder()
public static RecommendSpecResponse.Builder newBuilder(RecommendSpecResponse prototype)
public static RecommendSpecResponse parseDelimitedFrom(InputStream input)
public static RecommendSpecResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RecommendSpecResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static RecommendSpecResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RecommendSpecResponse parseFrom(ByteString data)
public static RecommendSpecResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RecommendSpecResponse parseFrom(CodedInputStream input)
public static RecommendSpecResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RecommendSpecResponse parseFrom(InputStream input)
public static RecommendSpecResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RecommendSpecResponse parseFrom(ByteBuffer data)
public static RecommendSpecResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<RecommendSpecResponse> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public String getBaseModel()
Output only. The base model used to finetune the custom model.
string base_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The baseModel.
|
public ByteString getBaseModelBytes()
Output only. The base model used to finetune the custom model.
string base_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for baseModel.
|
public RecommendSpecResponse getDefaultInstanceForType()
public Parser<RecommendSpecResponse> getParserForType()
Overrides
public 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];
| Parameter |
| Name |
Description |
index |
int
|
public 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];
| Returns |
| Type |
Description |
int |
|
public 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];
public 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];
| Parameter |
| Name |
Description |
index |
int
|
public 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];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.RecommendationOrBuilder> |
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public RecommendSpecResponse.MachineAndModelContainerSpec getSpecs(int index)
Output only. The machine and model container specs.
repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public 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];
| Returns |
| Type |
Description |
int |
|
public 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];
public RecommendSpecResponse.MachineAndModelContainerSpecOrBuilder getSpecsOrBuilder(int index)
Output only. The machine and model container specs.
repeated .google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public 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];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpecOrBuilder> |
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RecommendSpecResponse.Builder newBuilderForType()
protected RecommendSpecResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public RecommendSpecResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides