Interface ModelSourceInfoOrBuilder (3.11.0)

public interface ModelSourceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSourceType()

public abstract ModelSourceInfo.ModelSourceType getSourceType()

Type of the model source.

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

Returns
TypeDescription
ModelSourceInfo.ModelSourceType

The sourceType.

getSourceTypeValue()

public abstract int getSourceTypeValue()

Type of the model source.

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

Returns
TypeDescription
int

The enum numeric value on the wire for sourceType.