Class XPSImageModelArtifactSpec
Stores the locations and related metadata of the model artifacts. Populated for uCAIP requests only.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSImageModelArtifactSpec : IDirectResponseSchema
Properties
CheckpointArtifact
The Tensorflow checkpoint files. e.g. Used for resumable training.
Declaration
[JsonProperty("checkpointArtifact")]
public virtual XPSModelArtifactItem CheckpointArtifact { get; set; }
Property Value
Type | Description |
---|---|
XPSModelArtifactItem |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportArtifact
The model binary files in different formats for model export.
Declaration
[JsonProperty("exportArtifact")]
public virtual IList<XPSModelArtifactItem> ExportArtifact { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSModelArtifactItem> |
LabelGcsUri
GCS uri of decoded labels file for model export 'dict.txt'.
Declaration
[JsonProperty("labelGcsUri")]
public virtual string LabelGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingArtifact
The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API.
Declaration
[JsonProperty("servingArtifact")]
public virtual XPSModelArtifactItem ServingArtifact { get; set; }
Property Value
Type | Description |
---|---|
XPSModelArtifactItem |
TfJsBinaryGcsPrefix
GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.
Declaration
[JsonProperty("tfJsBinaryGcsPrefix")]
public virtual string TfJsBinaryGcsPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
TfLiteMetadataGcsUri
GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
Declaration
[JsonProperty("tfLiteMetadataGcsUri")]
public virtual string TfLiteMetadataGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |