Class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
Additional information of a recommendation engine.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata : IDirectResponseSchema
Properties
DataState
Output only. The state of data requirements for this engine: DATA_OK
and DATA_ERROR
. Engine cannot be
trained if the data is in DATA_ERROR
state. Engine can have DATA_ERROR
state even if serving state is
ACTIVE
: engines were trained successfully before, but cannot be refreshed because the underlying engine no
longer has sufficient data for training.
Declaration
[JsonProperty("dataState")]
public virtual string DataState { 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 |
LastTuneTime
object representation of LastTuneTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTuneTimeDateTimeOffset instead.")]
public virtual object LastTuneTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastTuneTimeDateTimeOffset
DateTimeOffset representation of LastTuneTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTuneTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastTuneTimeRaw
Output only. The timestamp when the latest successful tune finished. Only applicable on Media Recommendation engines.
Declaration
[JsonProperty("lastTuneTime")]
public virtual string LastTuneTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingState
Output only. The serving state of the engine: ACTIVE
, NOT_ACTIVE
.
Declaration
[JsonProperty("servingState")]
public virtual string ServingState { get; set; }
Property Value
Type | Description |
---|---|
string |
TuningOperation
Output only. The latest tune operation id associated with the engine. Only applicable on Media Recommendation engines. If present, this operation id can be used to determine if there is an ongoing tune for this engine. To check the operation status, send the GetOperation request with this operation id in the engine resource format. If no tuning has happened for this engine, the string is empty.
Declaration
[JsonProperty("tuningOperation")]
public virtual string TuningOperation { get; set; }
Property Value
Type | Description |
---|---|
string |