public interface TunedModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Output only.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Output only.
|
String |
getModel()
Output only.
|
com.google.protobuf.ByteString |
getModelBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Output only. The resource name of the TunedModel. Format:
`projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelBytes()
Output only. The resource name of the TunedModel. Format:
`projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getEndpoint()
Output only. A resource name of an Endpoint. Format:
`projects/{project}/locations/{location}/endpoints/{endpoint}`.
string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEndpointBytes()
Output only. A resource name of an Endpoint. Format:
`projects/{project}/locations/{location}/endpoints/{endpoint}`.
string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.