AI Platform Notebooks v1 API - Class StopRuntimeRequest (2.0.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class StopRuntimeRequest.

Request for stopping a Managed Notebook Runtime.

Inheritance

Object > StopRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

StopRuntimeRequest()

public StopRuntimeRequest()

StopRuntimeRequest(StopRuntimeRequest)

public StopRuntimeRequest(StopRuntimeRequest other)
Parameter
NameDescription
otherStopRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RequestId

public string RequestId { get; set; }

Idempotent request UUID.

Property Value
TypeDescription
String