GoogleCloudAiplatformV1PublisherModel class
A Model Garden Publisher Model.
Constructors
- 
          GoogleCloudAiplatformV1PublisherModel({List<
String> ? frameworks, String? launchStage, String? name, String? openSourceCategory, GoogleCloudAiplatformV1PredictSchemata? predictSchemata, String? publisherModelTemplate, GoogleCloudAiplatformV1PublisherModelCallToAction? supportedActions, String? versionId, String? versionState}) - GoogleCloudAiplatformV1PublisherModel.fromJson(Map json_)
 
Properties
- 
  frameworks
  ↔ List<
String> ? - 
  Additional information about the model's Frameworks.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - launchStage ↔ String?
 - 
  Indicates the launch stage of the model.
  getter/setter pair
 - name ↔ String?
 - 
  The resource name of the PublisherModel.
  getter/setter pair
 - openSourceCategory ↔ String?
 - 
  Indicates the open source category of the publisher model.
  getter/setter pair
 - predictSchemata ↔ GoogleCloudAiplatformV1PredictSchemata?
 - 
  The schemata that describes formats of the PublisherModel's predictions
and explanations as given and returned via PredictionService.Predict.
  getter/setter pair
 - publisherModelTemplate ↔ String?
 - 
  Used to indicate this model has a publisher model and provide the template
of the publisher model resource name.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - supportedActions ↔ GoogleCloudAiplatformV1PublisherModelCallToAction?
 - 
  Supported call-to-action options.
  getter/setter pair
 - versionId ↔ String?
 - 
  The version ID of the PublisherModel.
  getter/setter pair
 - versionState ↔ String?
 - 
  Indicates the state of the model version.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited