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.
Implements
IMessageCreateRuntimeRequest, IEquatableCreateRuntimeRequest, IDeepCloneableCreateRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
CreateRuntimeRequest()
public CreateRuntimeRequest()
CreateRuntimeRequest(CreateRuntimeRequest)
public CreateRuntimeRequest(CreateRuntimeRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateRuntimeRequest |
Properties
Parent
public string Parent { get; set; }
Required. Format:
parent=projects/{project_id}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsRuntimeName
public RuntimeName ParentAsRuntimeName { get; set; }
RuntimeName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeName |
RequestId
public string RequestId { get; set; }
Idempotent request UUID.
Property Value | |
---|---|
Type | Description |
string |
Runtime
public Runtime Runtime { get; set; }
Required. The Runtime to be created.
Property Value | |
---|---|
Type | Description |
Runtime |
RuntimeId
public string RuntimeId { get; set; }
Required. User-defined unique ID of this Runtime.
Property Value | |
---|---|
Type | Description |
string |