Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PublisherModel (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PublisherModel.

A Model Garden Publisher Model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#frameworks

def frameworks() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Additional information about the model's Frameworks.

#frameworks=

def frameworks=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Additional information about the model's Frameworks.
Returns
  • (::Array<::String>) — Optional. Additional information about the model's Frameworks.

#launch_stage

def launch_stage() -> ::Google::Cloud::AIPlatform::V1::PublisherModel::LaunchStage
Returns

#launch_stage=

def launch_stage=(value) -> ::Google::Cloud::AIPlatform::V1::PublisherModel::LaunchStage
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name of the PublisherModel.

#open_source_category

def open_source_category() -> ::Google::Cloud::AIPlatform::V1::PublisherModel::OpenSourceCategory
Returns

#open_source_category=

def open_source_category=(value) -> ::Google::Cloud::AIPlatform::V1::PublisherModel::OpenSourceCategory
Parameter
Returns

#predict_schemata

def predict_schemata() -> ::Google::Cloud::AIPlatform::V1::PredictSchemata
Returns

#predict_schemata=

def predict_schemata=(value) -> ::Google::Cloud::AIPlatform::V1::PredictSchemata
Parameter
Returns

#publisher_model_template

def publisher_model_template() -> ::String
Returns
  • (::String) — Optional. Output only. Immutable. Used to indicate this model has a publisher model and provide the template of the publisher model resource name.

#supported_actions

def supported_actions() -> ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction
Returns

#supported_actions=

def supported_actions=(value) -> ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction
Parameter
Returns

#version_id

def version_id() -> ::String
Returns
  • (::String) — Output only. Immutable. The version ID of the PublisherModel. A new version is committed when a new model version is uploaded under an existing model id. It is an auto-incrementing decimal number in string representation.

#version_state

def version_state() -> ::Google::Cloud::AIPlatform::V1::PublisherModel::VersionState
Returns

#version_state=

def version_state=(value) -> ::Google::Cloud::AIPlatform::V1::PublisherModel::VersionState
Parameter
Returns