public interface UpdateModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModel()
public abstract Model getModel()Required. The model which replaces the resource on the server.
.google.cloud.automl.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Model |
The model. |
getModelOrBuilder()
public abstract ModelOrBuilder getModelOrBuilder()Required. The model which replaces the resource on the server.
.google.cloud.automl.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ModelOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasModel()
public abstract boolean hasModel()Required. The model which replaces the resource on the server.
.google.cloud.automl.v1.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the model field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |