public static final class ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder extends GeneratedMessage.Builder<ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder> implements ModelMonitor.ModelMonitoringTarget.VertexModelSourceOrBuilderModel in Vertex AI Model Registry.
Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitor.ModelMonitoringTarget.VertexModelSource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ModelMonitor.ModelMonitoringTarget.VertexModelSource.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource build()| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource |
|
buildPartial()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource buildPartial()| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource |
|
clear()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder clear()| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
|
clearModel()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder clearModel()Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |
clearModelVersionId()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder clearModelVersionId()Model version id.
string model_version_id = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ModelMonitor.ModelMonitoringTarget.VertexModelSource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getModel()
public String getModel()Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The model. |
getModelBytes()
public ByteString getModelBytes()Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for model. |
getModelVersionId()
public String getModelVersionId()Model version id.
string model_version_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The modelVersionId. |
getModelVersionIdBytes()
public ByteString getModelVersionIdBytes()Model version id.
string model_version_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelVersionId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ModelMonitor.ModelMonitoringTarget.VertexModelSource other)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder mergeFrom(ModelMonitor.ModelMonitoringTarget.VertexModelSource other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitor.ModelMonitoringTarget.VertexModelSource |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
|
setModel(String value)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder setModel(String value)Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe model to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |
setModelBytes(ByteString value)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder setModelBytes(ByteString value)Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for model to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |
setModelVersionId(String value)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder setModelVersionId(String value)Model version id.
string model_version_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe modelVersionId to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |
setModelVersionIdBytes(ByteString value)
public ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder setModelVersionIdBytes(ByteString value)Model version id.
string model_version_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for modelVersionId to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor.ModelMonitoringTarget.VertexModelSource.Builder |
This builder for chaining. |