Google Cloud Data Catalog V1 Client - Class VertexModelSourceInfo (2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class VertexModelSourceInfo.
Detail description of the source information of a Vertex model.
Generated from protobuf message google.cloud.datacatalog.v1.VertexModelSourceInfo
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_type |
int
Type of the model source. |
↳ copy |
bool
If this Model is copy of another Model. If true then source_type pertains to the original. |
getSourceType
Type of the model source.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ModelSourceType. |
setSourceType
Type of the model source.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ModelSourceType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCopy
If this Model is copy of another Model. If true then source_type pertains to the original.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCopy
If this Model is copy of another Model. If true then source_type pertains to the original.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|