Cloud AI Platform v1 API - Class RayLogsSpec (3.5.0)

public sealed class RayLogsSpec : IMessage<RayLogsSpec>, IEquatable<RayLogsSpec>, IDeepCloneable<RayLogsSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class RayLogsSpec.

Configuration for the Ray OSS Logs.

Inheritance

object > RayLogsSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RayLogsSpec()

public RayLogsSpec()

RayLogsSpec(RayLogsSpec)

public RayLogsSpec(RayLogsSpec other)
Parameter
Name Description
other RayLogsSpec

Properties

Disabled

public bool Disabled { get; set; }

Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.

Property Value
Type Description
bool