public interface SetPublisherModelConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name of the publisher model, in the format of
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the publisher model, in the format of
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPublisherModelConfig()
public abstract PublisherModelConfig getPublisherModelConfig()
Required. The publisher model config.
.google.cloud.aiplatform.v1beta1.PublisherModelConfig publisher_model_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PublisherModelConfig |
The publisherModelConfig. |
getPublisherModelConfigOrBuilder()
public abstract PublisherModelConfigOrBuilder getPublisherModelConfigOrBuilder()
Required. The publisher model config.
.google.cloud.aiplatform.v1beta1.PublisherModelConfig publisher_model_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PublisherModelConfigOrBuilder |
hasPublisherModelConfig()
public abstract boolean hasPublisherModelConfig()
Required. The publisher model config.
.google.cloud.aiplatform.v1beta1.PublisherModelConfig publisher_model_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the publisherModelConfig field is set. |