Class GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource
Source for loading traces directly from Cloud Trace.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Required. Project ID for the Cloud Trace.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionIds
Optional. Session IDs to import traces for. If both trace_ids and session_ids are specified, the union of the two will be imported.
Declaration
[JsonProperty("sessionIds")]
public virtual IList<string> SessionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TraceIds
Optional. Trace IDs to import.
Declaration
[JsonProperty("traceIds")]
public virtual IList<string> TraceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |