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-native logo

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>
    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]
    func LookupNotebookRuntimeTemplate(ctx *Context, args *LookupNotebookRuntimeTemplateArgs, opts ...InvokeOption) (*LookupNotebookRuntimeTemplateResult, error)
    func LookupNotebookRuntimeTemplateOutput(ctx *Context, args *LookupNotebookRuntimeTemplateOutputArgs, opts ...InvokeOption) LookupNotebookRuntimeTemplateResultOutput

    > 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)
    }
    public static CompletableFuture<GetNotebookRuntimeTemplateResult> getNotebookRuntimeTemplate(GetNotebookRuntimeTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:aiplatform/v1:getNotebookRuntimeTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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 int
    The number of accelerators to attach to the machine.
    AcceleratorType string
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    MachineType 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 string
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
    AcceleratorCount int
    The number of accelerators to attach to the machine.
    AcceleratorType string
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    MachineType 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 string
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
    acceleratorCount Integer
    The number of accelerators to attach to the machine.
    acceleratorType String
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    machineType 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 String
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
    acceleratorCount number
    The number of accelerators to attach to the machine.
    acceleratorType string
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    machineType 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 string
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
    accelerator_count int
    The number of accelerators to attach to the machine.
    accelerator_type str
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    machine_type 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 str
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
    acceleratorCount Number
    The number of accelerators to attach to the machine.
    acceleratorType String
    Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    machineType 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 String
    Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").

    GoogleCloudAiplatformV1NetworkSpecResponse

    EnableInternetAccess bool
    Whether to enable public internet access. Default false.
    Network string
    The full name of the Google Compute Engine network
    Subnetwork string
    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
    EnableInternetAccess bool
    Whether to enable public internet access. Default false.
    Network string
    The full name of the Google Compute Engine network
    Subnetwork string
    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
    enableInternetAccess Boolean
    Whether to enable public internet access. Default false.
    network String
    The full name of the Google Compute Engine network
    subnetwork String
    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
    enableInternetAccess boolean
    Whether to enable public internet access. Default false.
    network string
    The full name of the Google Compute Engine network
    subnetwork 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 bool
    Whether to enable public internet access. Default false.
    network str
    The full name of the Google Compute Engine network
    subnetwork str
    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
    enableInternetAccess Boolean
    Whether to enable public internet access. Default false.
    network String
    The full name of the Google Compute Engine network
    subnetwork String
    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}

    GoogleCloudAiplatformV1NotebookEucConfigResponse

    BypassActasCheck 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 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 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 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 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 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 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 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 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 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 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 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 bool
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    IdleTimeout 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 bool
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    IdleTimeout 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 Boolean
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    idleTimeout 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 boolean
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    idleTimeout 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 bool
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    idle_timeout 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 Boolean
    Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    idleTimeout 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 string
    Size in GB of the disk (default is 100GB).
    DiskType 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 string
    Size in GB of the disk (default is 100GB).
    DiskType 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 String
    Size in GB of the disk (default is 100GB).
    diskType 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 string
    Size in GB of the disk (default is 100GB).
    diskType 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 str
    Size in GB of the disk (default is 100GB).
    disk_type 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 String
    Size in GB of the disk (default is 100GB).
    diskType 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-native logo

    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