Class GoogleCloudAiplatformV1GenerateLossClustersRequest
Request message for EvaluationAnalyticsService.GenerateLossClusters.
Implements
Inherited Members
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 |