Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource

Source for loading traces directly from Cloud Trace.

Inheritance
object
GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX