Class FetchBenchmarkingDataRequest (0.1.0)
public final class FetchBenchmarkingDataRequest extends GeneratedMessageV3 implements FetchBenchmarkingDataRequestOrBuilder
Request message for
GkeInferenceQuickstart.FetchBenchmarkingData.
Protobuf type google.cloud.gkerecommender.v1.FetchBenchmarkingDataRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INSTANCE_TYPE_FIELD_NUMBER
public static final int INSTANCE_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MODEL_SERVER_INFO_FIELD_NUMBER
public static final int MODEL_SERVER_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PRICING_MODEL_FIELD_NUMBER
public static final int PRICING_MODEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static FetchBenchmarkingDataRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FetchBenchmarkingDataRequest.Builder newBuilder()
newBuilder(FetchBenchmarkingDataRequest prototype)
public static FetchBenchmarkingDataRequest.Builder newBuilder(FetchBenchmarkingDataRequest prototype)
public static FetchBenchmarkingDataRequest parseDelimitedFrom(InputStream input)
public static FetchBenchmarkingDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FetchBenchmarkingDataRequest parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchBenchmarkingDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FetchBenchmarkingDataRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchBenchmarkingDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchBenchmarkingDataRequest parseFrom(CodedInputStream input)
public static FetchBenchmarkingDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchBenchmarkingDataRequest parseFrom(InputStream input)
public static FetchBenchmarkingDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FetchBenchmarkingDataRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchBenchmarkingDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FetchBenchmarkingDataRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public FetchBenchmarkingDataRequest getDefaultInstanceForType()
getInstanceType()
public String getInstanceType()
Optional. The instance type to filter benchmarking data. Instance types are
in the format a2-highgpu-1g. If not provided, all instance types for the
given profile's model_server_info will be returned. Use
GkeInferenceQuickstart.FetchProfiles
to find available instance types.
string instance_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The instanceType.
|
getInstanceTypeBytes()
public ByteString getInstanceTypeBytes()
Optional. The instance type to filter benchmarking data. Instance types are
in the format a2-highgpu-1g. If not provided, all instance types for the
given profile's model_server_info will be returned. Use
GkeInferenceQuickstart.FetchProfiles
to find available instance types.
string instance_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for instanceType.
|
getModelServerInfo()
public ModelServerInfo getModelServerInfo()
Required. The model server configuration to get benchmarking data for. Use
GkeInferenceQuickstart.FetchProfiles
to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = REQUIRED];
getModelServerInfoOrBuilder()
public ModelServerInfoOrBuilder getModelServerInfoOrBuilder()
Required. The model server configuration to get benchmarking data for. Use
GkeInferenceQuickstart.FetchProfiles
to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<FetchBenchmarkingDataRequest> getParserForType()
Overrides
getPricingModel()
public String getPricingModel()
Optional. The pricing model to use for the benchmarking data. Defaults to
spot.
string pricing_model = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The pricingModel.
|
getPricingModelBytes()
public ByteString getPricingModelBytes()
Optional. The pricing model to use for the benchmarking data. Defaults to
spot.
string pricing_model = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for pricingModel.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasModelServerInfo()
public boolean hasModelServerInfo()
Required. The model server configuration to get benchmarking data for. Use
GkeInferenceQuickstart.FetchProfiles
to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the modelServerInfo field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FetchBenchmarkingDataRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FetchBenchmarkingDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public FetchBenchmarkingDataRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-17 UTC."],[],[]]