Class GoogleCloudAiplatformV1PublisherModel
A Model Garden Publisher Model.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PublisherModel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Frameworks
Optional. Additional information about the model's Frameworks.
Declaration
[JsonProperty("frameworks")]
public virtual IList<string> Frameworks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
LaunchStage
Optional. Indicates the launch stage of the model.
Declaration
[JsonProperty("launchStage")]
public virtual string LaunchStage { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the PublisherModel.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OpenSourceCategory
Required. Indicates the open source category of the publisher model.
Declaration
[JsonProperty("openSourceCategory")]
public virtual string OpenSourceCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictSchemata
Optional. The schemata that describes formats of the PublisherModel's predictions and explanations as given and returned via PredictionService.Predict.
Declaration
[JsonProperty("predictSchemata")]
public virtual GoogleCloudAiplatformV1PredictSchemata PredictSchemata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PredictSchemata |
PublisherModelTemplate
Optional. Output only. Immutable. Used to indicate this model has a publisher model and provide the template of the publisher model resource name.
Declaration
[JsonProperty("publisherModelTemplate")]
public virtual string PublisherModelTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportedActions
Optional. Supported call-to-action options.
Declaration
[JsonProperty("supportedActions")]
public virtual GoogleCloudAiplatformV1PublisherModelCallToAction SupportedActions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PublisherModelCallToAction |
VersionId
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.
Declaration
[JsonProperty("versionId")]
public virtual string VersionId { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionState
Optional. Indicates the state of the model version.
Declaration
[JsonProperty("versionState")]
public virtual string VersionState { get; set; }
Property Value
Type | Description |
---|---|
string |