public interface ModelGardenSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPublicModelName()
public abstract String getPublicModelName()Required. The model garden source model resource name.
string public_model_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The publicModelName. |
getPublicModelNameBytes()
public abstract ByteString getPublicModelNameBytes()Required. The model garden source model resource name.
string public_model_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicModelName. |
getSkipHfModelCache()
public abstract boolean getSkipHfModelCache()Optional. Whether to avoid pulling the model from the HF cache.
bool skip_hf_model_cache = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipHfModelCache. |
getVersionId()
public abstract String getVersionId()Optional. The model garden source model version ID.
string version_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The versionId. |
getVersionIdBytes()
public abstract ByteString getVersionIdBytes()Optional. The model garden source model version ID.
string version_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for versionId. |