Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GenerateLossClustersRequest

Request message for EvaluationAnalyticsService.GenerateLossClusters.

Inheritance
object
GoogleCloudAiplatformV1GenerateLossClustersRequest
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerateLossClustersRequest : IDirectResponseSchema

Properties

Configs

Required. Configuration for the analysis algorithm. Analysis for multiple metrics and multiple candidates could be specified.

Declaration
[JsonProperty("configs")]
public virtual IList<GoogleCloudAiplatformV1LossAnalysisConfig> Configs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1LossAnalysisConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationSet

Reference to a persisted EvaluationSet. The service will read items from this set.

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

InlineResults

Inline evaluation results. Useful for ephemeral analysis in notebooks/SDKs where data isn't persisted.

Declaration
[JsonProperty("inlineResults")]
public virtual GoogleCloudAiplatformV1GenerateLossClustersRequestEvaluationResultList InlineResults { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GenerateLossClustersRequestEvaluationResultList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX