Class XPSModelArtifactItem
A single model artifact item.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSModelArtifactItem : IDirectResponseSchema
Properties
ArtifactFormat
The model artifact format.
Declaration
[JsonProperty("artifactFormat")]
public virtual string ArtifactFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsUri
The Google Cloud Storage (GCS) uri that stores the model binary files.
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |