Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCustomTuningModel

Metadata that describes a custom tuned model.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCustomTuningModel
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 GoogleCloudDiscoveryengineV1alphaCustomTuningModel : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Deprecated: Timestamp the Model was created at.

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

DisplayName

The display name of the model.

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

ErrorMessage

Currently this is only populated if the model state is INPUT_VALIDATION_FAILED.

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

Metrics

The metrics of the trained model.

Declaration
[JsonProperty("metrics")]
public virtual IDictionary<string, double?> Metrics { get; set; }
Property Value
Type Description
IDictionary<string, double?>

ModelState

The state that the model is in (e.g.TRAINING or TRAINING_FAILED).

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

ModelVersion

The version of the model.

Declaration
[JsonProperty("modelVersion")]
public virtual long? ModelVersion { get; set; }
Property Value
Type Description
long?

Name

Required. The fully qualified resource name of the model. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}. Model must be an alpha-numerical string with limit of 40 characters.

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

TrainingStartTime

object representation of TrainingStartTimeRaw.

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

TrainingStartTimeDateTimeOffset

DateTimeOffset representation of TrainingStartTimeRaw.

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

TrainingStartTimeRaw

Timestamp the model training was initiated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX