Show / Hide Table of Contents

Class XPSImageModelArtifactSpec

Stores the locations and related metadata of the model artifacts. Populated for uCAIP requests only.

Inheritance
object
XPSImageModelArtifactSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.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

Google Cloud Storage 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

Google Cloud Storage 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

Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.

Declaration
[JsonProperty("tfLiteMetadataGcsUri")]
public virtual string TfLiteMetadataGcsUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX