Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata

Additional information of a recommendation engine.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
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.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

LastTrainTime

object representation of LastTrainTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTrainTimeDateTimeOffset instead.")]
public virtual object LastTrainTime { get; set; }
Property Value
Type Description
object

LastTrainTimeDateTimeOffset

DateTimeOffset representation of LastTrainTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTrainTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastTrainTimeRaw

Output only. The timestamp when the latest successful training finished. Only applicable on Media Recommendation engines.

Declaration
[JsonProperty("lastTrainTime")]
public virtual string LastTrainTimeRaw { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX