Interface ModelSourceInfoOrBuilder (3.32.0)

See more code actions.
public interface ModelSourceInfoOrBuilder extends MessageOrBuilder
MessageOrBuilder
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
TypeDescription
boolean

The copy.

getSourceType()

public abstract ModelSourceInfo.ModelSourceType getSourceType()

Type of the model source.

.google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;

Returns
TypeDescription
ModelSourceInfo.ModelSourceType

The sourceType.

getSourceTypeValue()

public abstract int getSourceTypeValue()

Type of the model source.

.google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for sourceType.