Interface ModelSourceInfoOrBuilder (3.44.0)

public interface ModelSourceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 ModelSourceInfo.ModelSourceType getSourceType()

Type of the model source.

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

Returns
Type Description
ModelSourceInfo.ModelSourceType

The sourceType.

getSourceTypeValue()

public abstract int getSourceTypeValue()

Type of the model source.

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

Returns
Type Description
int

The enum numeric value on the wire for sourceType.