public interface CheckPublisherModelEulaAcceptanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The project requesting access for named model. The format is
projects/{project}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The project requesting access for named model. The format is
projects/{project}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPublisherModel()
public abstract String getPublisherModel() Required. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}
string publisher_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The publisherModel. |
getPublisherModelBytes()
public abstract ByteString getPublisherModelBytes() Required. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}
string publisher_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |