1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1
  6. getNotebookRuntimeTemplate

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.aiplatform/v1.getNotebookRuntimeTemplate

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a NotebookRuntimeTemplate.

Using getNotebookRuntimeTemplate

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getNotebookRuntimeTemplate(args: GetNotebookRuntimeTemplateArgs, opts?: InvokeOptions): Promise<GetNotebookRuntimeTemplateResult>
function getNotebookRuntimeTemplateOutput(args: GetNotebookRuntimeTemplateOutputArgs, opts?: InvokeOptions): Output<GetNotebookRuntimeTemplateResult>
Copy
def get_notebook_runtime_template(location: Optional[str] = None,
                                  notebook_runtime_template_id: Optional[str] = None,
                                  project: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetNotebookRuntimeTemplateResult
def get_notebook_runtime_template_output(location: Optional[pulumi.Input[str]] = None,
                                  notebook_runtime_template_id: Optional[pulumi.Input[str]] = None,
                                  project: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetNotebookRuntimeTemplateResult]
Copy
func LookupNotebookRuntimeTemplate(ctx *Context, args *LookupNotebookRuntimeTemplateArgs, opts ...InvokeOption) (*LookupNotebookRuntimeTemplateResult, error)
func LookupNotebookRuntimeTemplateOutput(ctx *Context, args *LookupNotebookRuntimeTemplateOutputArgs, opts ...InvokeOption) LookupNotebookRuntimeTemplateResultOutput
Copy

> Note: This function is named LookupNotebookRuntimeTemplate in the Go SDK.

public static class GetNotebookRuntimeTemplate 
{
    public static Task<GetNotebookRuntimeTemplateResult> InvokeAsync(GetNotebookRuntimeTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetNotebookRuntimeTemplateResult> Invoke(GetNotebookRuntimeTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNotebookRuntimeTemplateResult> getNotebookRuntimeTemplate(GetNotebookRuntimeTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Copy
fn::invoke:
  function: google-native:aiplatform/v1:getNotebookRuntimeTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
NotebookRuntimeTemplateId This property is required. string
Project string
Location This property is required. string
NotebookRuntimeTemplateId This property is required. string
Project string
location This property is required. String
notebookRuntimeTemplateId This property is required. String
project String
location This property is required. string
notebookRuntimeTemplateId This property is required. string
project string
location This property is required. str
notebook_runtime_template_id This property is required. str
project str
location This property is required. String
notebookRuntimeTemplateId This property is required. String
project String

getNotebookRuntimeTemplate Result

The following output properties are available:

CreateTime string
Timestamp when this NotebookRuntimeTemplate was created.
DataPersistentDiskSpec Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1PersistentDiskSpecResponse
Optional. The specification of persistent disk attached to the runtime as data disk storage.
Description string
The description of the NotebookRuntimeTemplate.
DisplayName string
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Etag string
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
EucConfig Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1NotebookEucConfigResponse
EUC configuration of the NotebookRuntimeTemplate.
IdleShutdownConfig Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
IsDefault bool
The default template to use if not specified.
Labels Dictionary<string, string>
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
MachineSpec Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1MachineSpecResponse
Optional. Immutable. The specification of a single machine for the template.
Name string
The resource name of the NotebookRuntimeTemplate.
NetworkSpec Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1NetworkSpecResponse
Optional. Network spec.
NotebookRuntimeType string
Optional. Immutable. The type of the notebook runtime template.
ServiceAccount string
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
UpdateTime string
Timestamp when this NotebookRuntimeTemplate was most recently updated.
CreateTime string
Timestamp when this NotebookRuntimeTemplate was created.
DataPersistentDiskSpec GoogleCloudAiplatformV1PersistentDiskSpecResponse
Optional. The specification of persistent disk attached to the runtime as data disk storage.
Description string
The description of the NotebookRuntimeTemplate.
DisplayName string
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Etag string
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
EucConfig GoogleCloudAiplatformV1NotebookEucConfigResponse
EUC configuration of the NotebookRuntimeTemplate.
IdleShutdownConfig GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
IsDefault bool
The default template to use if not specified.
Labels map[string]string
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
MachineSpec GoogleCloudAiplatformV1MachineSpecResponse
Optional. Immutable. The specification of a single machine for the template.
Name string
The resource name of the NotebookRuntimeTemplate.
NetworkSpec GoogleCloudAiplatformV1NetworkSpecResponse
Optional. Network spec.
NotebookRuntimeType string
Optional. Immutable. The type of the notebook runtime template.
ServiceAccount string
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
UpdateTime string
Timestamp when this NotebookRuntimeTemplate was most recently updated.
createTime String
Timestamp when this NotebookRuntimeTemplate was created.
dataPersistentDiskSpec GoogleCloudAiplatformV1PersistentDiskSpecResponse
Optional. The specification of persistent disk attached to the runtime as data disk storage.
description String
The description of the NotebookRuntimeTemplate.
displayName String
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
etag String
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
eucConfig GoogleCloudAiplatformV1NotebookEucConfigResponse
EUC configuration of the NotebookRuntimeTemplate.
idleShutdownConfig GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
isDefault Boolean
The default template to use if not specified.
labels Map<String,String>
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
machineSpec GoogleCloudAiplatformV1MachineSpecResponse
Optional. Immutable. The specification of a single machine for the template.
name String
The resource name of the NotebookRuntimeTemplate.
networkSpec GoogleCloudAiplatformV1NetworkSpecResponse
Optional. Network spec.
notebookRuntimeType String
Optional. Immutable. The type of the notebook runtime template.
serviceAccount String
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
updateTime String
Timestamp when this NotebookRuntimeTemplate was most recently updated.
createTime string
Timestamp when this NotebookRuntimeTemplate was created.
dataPersistentDiskSpec GoogleCloudAiplatformV1PersistentDiskSpecResponse
Optional. The specification of persistent disk attached to the runtime as data disk storage.
description string
The description of the NotebookRuntimeTemplate.
displayName string
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
etag string
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
eucConfig GoogleCloudAiplatformV1NotebookEucConfigResponse
EUC configuration of the NotebookRuntimeTemplate.
idleShutdownConfig GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
isDefault boolean
The default template to use if not specified.
labels {[key: string]: string}
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
machineSpec GoogleCloudAiplatformV1MachineSpecResponse
Optional. Immutable. The specification of a single machine for the template.
name string
The resource name of the NotebookRuntimeTemplate.
networkSpec GoogleCloudAiplatformV1NetworkSpecResponse
Optional. Network spec.
notebookRuntimeType string
Optional. Immutable. The type of the notebook runtime template.
serviceAccount string
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
updateTime string
Timestamp when this NotebookRuntimeTemplate was most recently updated.
create_time str
Timestamp when this NotebookRuntimeTemplate was created.
data_persistent_disk_spec GoogleCloudAiplatformV1PersistentDiskSpecResponse
Optional. The specification of persistent disk attached to the runtime as data disk storage.
description str
The description of the NotebookRuntimeTemplate.
display_name str
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
etag str
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
euc_config GoogleCloudAiplatformV1NotebookEucConfigResponse
EUC configuration of the NotebookRuntimeTemplate.
idle_shutdown_config GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
is_default bool
The default template to use if not specified.
labels Mapping[str, str]
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
machine_spec GoogleCloudAiplatformV1MachineSpecResponse
Optional. Immutable. The specification of a single machine for the template.
name str
The resource name of the NotebookRuntimeTemplate.
network_spec GoogleCloudAiplatformV1NetworkSpecResponse
Optional. Network spec.
notebook_runtime_type str
Optional. Immutable. The type of the notebook runtime template.
service_account str
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
update_time str
Timestamp when this NotebookRuntimeTemplate was most recently updated.
createTime String
Timestamp when this NotebookRuntimeTemplate was created.
dataPersistentDiskSpec Property Map
Optional. The specification of persistent disk attached to the runtime as data disk storage.
description String
The description of the NotebookRuntimeTemplate.
displayName String
The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
etag String
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
eucConfig Property Map
EUC configuration of the NotebookRuntimeTemplate.
idleShutdownConfig Property Map
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
isDefault Boolean
The default template to use if not specified.
labels Map<String>
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
machineSpec Property Map
Optional. Immutable. The specification of a single machine for the template.
name String
The resource name of the NotebookRuntimeTemplate.
networkSpec Property Map
Optional. Network spec.
notebookRuntimeType String
Optional. Immutable. The type of the notebook runtime template.
serviceAccount String
The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.
updateTime String
Timestamp when this NotebookRuntimeTemplate was most recently updated.

Supporting Types

GoogleCloudAiplatformV1MachineSpecResponse

AcceleratorCount This property is required. int
The number of accelerators to attach to the machine.
AcceleratorType This property is required. string
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
MachineType This property is required. string
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
TpuTopology This property is required. string
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
AcceleratorCount This property is required. int
The number of accelerators to attach to the machine.
AcceleratorType This property is required. string
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
MachineType This property is required. string
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
TpuTopology This property is required. string
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
acceleratorCount This property is required. Integer
The number of accelerators to attach to the machine.
acceleratorType This property is required. String
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
machineType This property is required. String
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
tpuTopology This property is required. String
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
acceleratorCount This property is required. number
The number of accelerators to attach to the machine.
acceleratorType This property is required. string
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
machineType This property is required. string
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
tpuTopology This property is required. string
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
accelerator_count This property is required. int
The number of accelerators to attach to the machine.
accelerator_type This property is required. str
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
machine_type This property is required. str
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
tpu_topology This property is required. str
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
acceleratorCount This property is required. Number
The number of accelerators to attach to the machine.
acceleratorType This property is required. String
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
machineType This property is required. String
Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
tpuTopology This property is required. String
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").

GoogleCloudAiplatformV1NetworkSpecResponse

EnableInternetAccess This property is required. bool
Whether to enable public internet access. Default false.
Network This property is required. string
The full name of the Google Compute Engine network
Subnetwork This property is required. string
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
EnableInternetAccess This property is required. bool
Whether to enable public internet access. Default false.
Network This property is required. string
The full name of the Google Compute Engine network
Subnetwork This property is required. string
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
enableInternetAccess This property is required. Boolean
Whether to enable public internet access. Default false.
network This property is required. String
The full name of the Google Compute Engine network
subnetwork This property is required. String
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
enableInternetAccess This property is required. boolean
Whether to enable public internet access. Default false.
network This property is required. string
The full name of the Google Compute Engine network
subnetwork This property is required. string
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
enable_internet_access This property is required. bool
Whether to enable public internet access. Default false.
network This property is required. str
The full name of the Google Compute Engine network
subnetwork This property is required. str
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
enableInternetAccess This property is required. Boolean
Whether to enable public internet access. Default false.
network This property is required. String
The full name of the Google Compute Engine network
subnetwork This property is required. String
The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}

GoogleCloudAiplatformV1NotebookEucConfigResponse

BypassActasCheck This property is required. bool
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
EucDisabled This property is required. bool
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
BypassActasCheck This property is required. bool
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
EucDisabled This property is required. bool
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
bypassActasCheck This property is required. Boolean
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
eucDisabled This property is required. Boolean
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
bypassActasCheck This property is required. boolean
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
eucDisabled This property is required. boolean
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
bypass_actas_check This property is required. bool
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
euc_disabled This property is required. bool
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
bypassActasCheck This property is required. Boolean
Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
eucDisabled This property is required. Boolean
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.

GoogleCloudAiplatformV1NotebookIdleShutdownConfigResponse

IdleShutdownDisabled This property is required. bool
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
IdleTimeout This property is required. string
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
IdleShutdownDisabled This property is required. bool
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
IdleTimeout This property is required. string
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
idleShutdownDisabled This property is required. Boolean
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
idleTimeout This property is required. String
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
idleShutdownDisabled This property is required. boolean
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
idleTimeout This property is required. string
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
idle_shutdown_disabled This property is required. bool
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
idle_timeout This property is required. str
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
idleShutdownDisabled This property is required. Boolean
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
idleTimeout This property is required. String
Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.

GoogleCloudAiplatformV1PersistentDiskSpecResponse

DiskSizeGb This property is required. string
Size in GB of the disk (default is 100GB).
DiskType This property is required. string
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
DiskSizeGb This property is required. string
Size in GB of the disk (default is 100GB).
DiskType This property is required. string
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
diskSizeGb This property is required. String
Size in GB of the disk (default is 100GB).
diskType This property is required. String
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
diskSizeGb This property is required. string
Size in GB of the disk (default is 100GB).
diskType This property is required. string
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
disk_size_gb This property is required. str
Size in GB of the disk (default is 100GB).
disk_type This property is required. str
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
diskSizeGb This property is required. String
Size in GB of the disk (default is 100GB).
diskType This property is required. String
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi