AI Platform Notebooks v1 API - Class CreateRuntimeRequest (2.0.0)

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

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

Request for creating a Managed Notebook Runtime.

Inheritance

Object > CreateRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

CreateRuntimeRequest()

public CreateRuntimeRequest()

CreateRuntimeRequest(CreateRuntimeRequest)

public CreateRuntimeRequest(CreateRuntimeRequest other)
Parameter
NameDescription
otherCreateRuntimeRequest

Properties

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
TypeDescription
String

ParentAsRuntimeName

public RuntimeName ParentAsRuntimeName { get; set; }

RuntimeName-typed view over the Parent resource name property.

Property Value
TypeDescription
RuntimeName

RequestId

public string RequestId { get; set; }

Idempotent request UUID.

Property Value
TypeDescription
String

Runtime

public Runtime Runtime { get; set; }

Required. The Runtime to be created.

Property Value
TypeDescription
Runtime

RuntimeId

public string RuntimeId { get; set; }

Required. User-defined unique ID of this Runtime.

Property Value
TypeDescription
String