public interface VertexModelSourceInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCopy()
public abstract boolean getCopy()
If this Model is copy of another Model. If true then source_type pertains to the original.
bool copy = 2;
Returns | |
---|---|
Type | Description |
boolean |
The copy. |
getSourceType()
public abstract VertexModelSourceInfo.ModelSourceType getSourceType()
Type of the model source.
.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;
Returns | |
---|---|
Type | Description |
VertexModelSourceInfo.ModelSourceType |
The sourceType. |
getSourceTypeValue()
public abstract int getSourceTypeValue()
Type of the model source.
.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType source_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for sourceType. |