Class: Google::Cloud::DataCatalog::V1::VertexModelSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Specification for vertex model resources.

Instance Attribute Summary collapse

Instance Attribute Details

#container_image_uri::String

Returns URI of the Docker image to be used as the custom container for serving predictions.

Returns:

  • (::String)

    URI of the Docker image to be used as the custom container for serving predictions.



931
932
933
934
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 931

class VertexModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version_aliases::Array<::String>

Returns User provided version aliases so that a model version can be referenced via alias.

Returns:

  • (::Array<::String>)

    User provided version aliases so that a model version can be referenced via alias



931
932
933
934
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 931

class VertexModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version_description::String

Returns The description of this version.

Returns:

  • (::String)

    The description of this version.



931
932
933
934
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 931

class VertexModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version_id::String

Returns The version ID of the model.

Returns:

  • (::String)

    The version ID of the model.



931
932
933
934
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 931

class VertexModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vertex_model_source_info::Google::Cloud::DataCatalog::V1::VertexModelSourceInfo

Returns Source of a Vertex model.

Returns:



931
932
933
934
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 931

class VertexModelSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end