public interface ModelGardenSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPublicModelName()
Required.
|
com.google.protobuf.ByteString |
getPublicModelNameBytes()
Required.
|
boolean |
getSkipHfModelCache()
Optional.
|
String |
getVersionId()
Optional.
|
com.google.protobuf.ByteString |
getVersionIdBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPublicModelName()
Required. The model garden source model resource name.
string public_model_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPublicModelNameBytes()
Required. The model garden source model resource name.
string public_model_name = 1 [(.google.api.field_behavior) = REQUIRED];String getVersionId()
Optional. The model garden source model version ID.
string version_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getVersionIdBytes()
Optional. The model garden source model version ID.
string version_id = 3 [(.google.api.field_behavior) = OPTIONAL];boolean getSkipHfModelCache()
Optional. Whether to avoid pulling the model from the HF cache.
bool skip_hf_model_cache = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.