public interface CopyModelResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModel()
public abstract String getModel()
The name of the copied Model resource.
Format: projects/{project}/locations/{location}/models/{model}
string model = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The model. |
getModelBytes()
public abstract ByteString getModelBytes()
The name of the copied Model resource.
Format: projects/{project}/locations/{location}/models/{model}
string model = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for model. |
getModelVersionId()
public abstract String getModelVersionId()
Output only. The version ID of the model that is copied.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The modelVersionId. |
getModelVersionIdBytes()
public abstract ByteString getModelVersionIdBytes()
Output only. The version ID of the model that is copied.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for modelVersionId. |