Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::VertexModelSourceInfo.
Detail description of the source information of a Vertex model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#copy
def copy() -> ::Boolean
Returns
- (::Boolean) — If this Model is copy of another Model. If true then source_type pertains to the original.
#copy=
def copy=(value) -> ::Boolean
Parameter
- value (::Boolean) — If this Model is copy of another Model. If true then source_type pertains to the original.
Returns
- (::Boolean) — If this Model is copy of another Model. If true then source_type pertains to the original.
#source_type
def source_type() -> ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType
Returns
- (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType) — Type of the model source.
#source_type=
def source_type=(value) -> ::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType
Parameter
- value (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType) — Type of the model source.
Returns
- (::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType) — Type of the model source.