Google Cloud Ai Platform V1 Client - Class ModelSourceInfo (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ModelSourceInfo.

Detail description of the source information of the model.

Generated from protobuf message google.cloud.aiplatform.v1.ModelSourceInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ source_type int

Type of the model source.

getSourceType

Type of the model source.

Generated from protobuf field .google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;

Returns
Type Description
int

setSourceType

Type of the model source.

Generated from protobuf field .google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;

Parameter
Name Description
var int
Returns
Type Description
$this