Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CloudLoggingConfig

Specifies configuration for exporting evaluation results to Cloud Logging.

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

Properties

ETag

The ETag of the item.

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

Project

Optional. Google Cloud project to write logs to. Defaults to the request project.

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

ResourceLabels

Optional. MonitoredResource labels to associate the log with. The backend will automatically inject project and location.

Declaration
[JsonProperty("resourceLabels")]
public virtual IDictionary<string, string> ResourceLabels { get; set; }
Property Value
Type Description
IDictionary<string, string>

ResourceType

Optional. MonitoredResource type. Defaults to "global" if unspecified.

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

TracingContext

Optional. Tracing context for the evaluation run.

Declaration
[JsonProperty("tracingContext")]
public virtual GoogleCloudAiplatformV1CloudLoggingConfigTracingContext TracingContext { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1CloudLoggingConfigTracingContext

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX