public interface ProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorType()
public abstract String getAcceleratorType() Output only. The accelerator type. Expected format: nvidia-h100-80gb.
string accelerator_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes() Output only. The accelerator type. Expected format: nvidia-h100-80gb.
string accelerator_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for acceleratorType. |
getInstanceType()
public abstract String getInstanceType() Output only. The instance type. Expected format: a2-highgpu-1g.
string instance_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceType. |
getInstanceTypeBytes()
public abstract ByteString getInstanceTypeBytes() Output only. The instance type. Expected format: a2-highgpu-1g.
string instance_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceType. |
getModelServerInfo()
public abstract ModelServerInfo getModelServerInfo()Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ModelServerInfo |
The modelServerInfo. |
getModelServerInfoOrBuilder()
public abstract ModelServerInfoOrBuilder getModelServerInfoOrBuilder()Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ModelServerInfoOrBuilder |
|
getPerformanceStats(int index)
public abstract PerformanceStats getPerformanceStats(int index)Output only. The performance statistics for this profile.
repeated .google.cloud.gkerecommender.v1.PerformanceStats performance_stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PerformanceStats |
|
getPerformanceStatsCount()
public abstract int getPerformanceStatsCount()Output only. The performance statistics for this profile.
repeated .google.cloud.gkerecommender.v1.PerformanceStats performance_stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPerformanceStatsList()
public abstract List<PerformanceStats> getPerformanceStatsList()Output only. The performance statistics for this profile.
repeated .google.cloud.gkerecommender.v1.PerformanceStats performance_stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<PerformanceStats> |
|
getPerformanceStatsOrBuilder(int index)
public abstract PerformanceStatsOrBuilder getPerformanceStatsOrBuilder(int index)Output only. The performance statistics for this profile.
repeated .google.cloud.gkerecommender.v1.PerformanceStats performance_stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PerformanceStatsOrBuilder |
|
getPerformanceStatsOrBuilderList()
public abstract List<? extends PerformanceStatsOrBuilder> getPerformanceStatsOrBuilderList()Output only. The performance statistics for this profile.
repeated .google.cloud.gkerecommender.v1.PerformanceStats performance_stats = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkerecommender.v1.PerformanceStatsOrBuilder> |
|
getResourcesUsed()
public abstract ResourcesUsed getResourcesUsed()Output only. The resources used by the model deployment.
.google.cloud.gkerecommender.v1.ResourcesUsed resources_used = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ResourcesUsed |
The resourcesUsed. |
getResourcesUsedOrBuilder()
public abstract ResourcesUsedOrBuilder getResourcesUsedOrBuilder()Output only. The resources used by the model deployment.
.google.cloud.gkerecommender.v1.ResourcesUsed resources_used = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ResourcesUsedOrBuilder |
|
getTpuTopology()
public abstract String getTpuTopology()Output only. The TPU topology (if applicable).
string tpu_topology = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The tpuTopology. |
getTpuTopologyBytes()
public abstract ByteString getTpuTopologyBytes()Output only. The TPU topology (if applicable).
string tpu_topology = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tpuTopology. |
hasModelServerInfo()
public abstract boolean hasModelServerInfo()Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
.google.cloud.gkerecommender.v1.ModelServerInfo model_server_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the modelServerInfo field is set. |
hasResourcesUsed()
public abstract boolean hasResourcesUsed()Output only. The resources used by the model deployment.
.google.cloud.gkerecommender.v1.ResourcesUsed resources_used = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resourcesUsed field is set. |