Class XPSTextComponentModel
Component model. Next ID: 10
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTextComponentModel : IDirectResponseSchema
Properties
BatchPredictionModelGcsUri
The Cloud Storage resource path to hold batch prediction model.
Declaration
[JsonProperty("batchPredictionModelGcsUri")]
public virtual string BatchPredictionModelGcsUri { 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 |
OnlinePredictionModelGcsUri
The Cloud Storage resource path to hold online prediction model.
Declaration
[JsonProperty("onlinePredictionModelGcsUri")]
public virtual string OnlinePredictionModelGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Partition
The partition where the model is deployed. Populated by uCAIP BE as part of online PredictRequest.
Declaration
[JsonProperty("partition")]
public virtual string Partition { 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 |
ServoModelName
The name of servo model. Populated by uCAIP BE as part of online PredictRequest.
Declaration
[JsonProperty("servoModelName")]
public virtual string ServoModelName { get; set; }
Property Value
Type | Description |
---|---|
string |
SubmodelName
The name of the trained NL submodel.
Declaration
[JsonProperty("submodelName")]
public virtual string SubmodelName { get; set; }
Property Value
Type | Description |
---|---|
string |
SubmodelType
The type of trained NL submodel
Declaration
[JsonProperty("submodelType")]
public virtual string SubmodelType { get; set; }
Property Value
Type | Description |
---|---|
string |
TfRuntimeVersion
The fields below are only populated under uCAIP request scope.
https://cloud.google.com/ml-engine/docs/runtime-version-list
Declaration
[JsonProperty("tfRuntimeVersion")]
public virtual string TfRuntimeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionNumber
The servomatic model version number. Populated by uCAIP BE as part of online PredictRequest.
Declaration
[JsonProperty("versionNumber")]
public virtual long? VersionNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |