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

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()
Returns
Type Description
FetchBenchmarkingDataRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FetchBenchmarkingDataRequest.Builder newBuilder()
Returns
Type Description
FetchBenchmarkingDataRequest.Builder

newBuilder(FetchBenchmarkingDataRequest prototype)

public static FetchBenchmarkingDataRequest.Builder newBuilder(FetchBenchmarkingDataRequest prototype)
Parameter
Name Description
prototype FetchBenchmarkingDataRequest
Returns
Type Description
FetchBenchmarkingDataRequest.Builder

parseDelimitedFrom(InputStream input)

public static FetchBenchmarkingDataRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FetchBenchmarkingDataRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchBenchmarkingDataRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchBenchmarkingDataRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FetchBenchmarkingDataRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FetchBenchmarkingDataRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FetchBenchmarkingDataRequest> parser()
Returns
Type Description
Parser<FetchBenchmarkingDataRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FetchBenchmarkingDataRequest getDefaultInstanceForType()
Returns
Type Description
FetchBenchmarkingDataRequest

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];

Returns
Type Description
ModelServerInfo

The modelServerInfo.

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];

Returns
Type Description
ModelServerInfoOrBuilder

getParserForType()

public Parser<FetchBenchmarkingDataRequest> getParserForType()
Returns
Type Description
Parser<FetchBenchmarkingDataRequest>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FetchBenchmarkingDataRequest.Builder newBuilderForType()
Returns
Type Description
FetchBenchmarkingDataRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchBenchmarkingDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchBenchmarkingDataRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FetchBenchmarkingDataRequest.Builder toBuilder()
Returns
Type Description
FetchBenchmarkingDataRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException