|
578 | 578 | ]
|
579 | 579 | },
|
580 | 580 | "getInstanceHealth": {
|
581 |
| - "description": "Check if a notebook instance is healthy.", |
| 581 | + "description": "Checks whether a notebook instance is healthy.", |
582 | 582 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:getInstanceHealth",
|
583 | 583 | "httpMethod": "GET",
|
584 | 584 | "id": "notebooks.projects.locations.instances.getInstanceHealth",
|
|
603 | 603 | ]
|
604 | 604 | },
|
605 | 605 | "isUpgradeable": {
|
606 |
| - "description": "Check if a notebook instance is upgradable.", |
| 606 | + "description": "Checks whether a notebook instance is upgradable.", |
607 | 607 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:isUpgradeable",
|
608 | 608 | "httpMethod": "GET",
|
609 | 609 | "id": "notebooks.projects.locations.instances.isUpgradeable",
|
|
1541 | 1541 | ]
|
1542 | 1542 | },
|
1543 | 1543 | "reportEvent": {
|
1544 |
| - "description": "Report and process a runtime event.", |
| 1544 | + "description": "Reports and processes a runtime event.", |
1545 | 1545 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/runtimes/{runtimesId}:reportEvent",
|
1546 | 1546 | "httpMethod": "POST",
|
1547 | 1547 | "id": "notebooks.projects.locations.runtimes.reportEvent",
|
|
1932 | 1932 | }
|
1933 | 1933 | }
|
1934 | 1934 | },
|
1935 |
| - "revision": "20230427", |
| 1935 | + "revision": "20230604", |
1936 | 1936 | "rootUrl": "https://notebooks.googleapis.com/",
|
1937 | 1937 | "schemas": {
|
1938 | 1938 | "AcceleratorConfig": {
|
1939 |
| - "description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.", |
| 1939 | + "description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.", |
1940 | 1940 | "id": "AcceleratorConfig",
|
1941 | 1941 | "properties": {
|
1942 | 1942 | "coreCount": {
|
|
2644 | 2644 | "type": "boolean"
|
2645 | 2645 | },
|
2646 | 2646 | "noPublicIp": {
|
2647 |
| - "description": "If true, no public IP will be assigned to this instance.", |
| 2647 | + "description": "If true, no external IP will be assigned to this instance.", |
2648 | 2648 | "type": "boolean"
|
2649 | 2649 | },
|
2650 | 2650 | "noRemoveDataDisk": {
|
|
3465 | 3465 | "Accelerator type is Nvidia Tesla V100.",
|
3466 | 3466 | "Accelerator type is Nvidia Tesla P4.",
|
3467 | 3467 | "Accelerator type is Nvidia Tesla T4.",
|
3468 |
| - "Accelerator type is Nvidia Tesla A100.", |
| 3468 | + "Accelerator type is Nvidia Tesla A100 - 40GB.", |
3469 | 3469 | "(Coming soon) Accelerator type is TPU V2.",
|
3470 | 3470 | "(Coming soon) Accelerator type is TPU V3.",
|
3471 | 3471 | "Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
|
|
3534 | 3534 | "type": "object"
|
3535 | 3535 | },
|
3536 | 3536 | "RuntimeShieldedInstanceConfig": {
|
3537 |
| - "description": "A set of Shielded Instance options. Check [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.", |
| 3537 | + "description": "A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.", |
3538 | 3538 | "id": "RuntimeShieldedInstanceConfig",
|
3539 | 3539 | "properties": {
|
3540 | 3540 | "enableIntegrityMonitoring": {
|
|
3702 | 3702 | "type": "object"
|
3703 | 3703 | },
|
3704 | 3704 | "SchedulerAcceleratorConfig": {
|
3705 |
| - "description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus) to find a valid combination. TPUs are not supported.", |
| 3705 | + "description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus) to find a valid combination. TPUs are not supported.", |
3706 | 3706 | "id": "SchedulerAcceleratorConfig",
|
3707 | 3707 | "properties": {
|
3708 | 3708 | "coreCount": {
|
|
3755 | 3755 | "id": "SetInstanceAcceleratorRequest",
|
3756 | 3756 | "properties": {
|
3757 | 3757 | "coreCount": {
|
3758 |
| - "description": "Required. Count of cores of this accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.", |
| 3758 | + "description": "Required. Count of cores of this accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.", |
3759 | 3759 | "format": "int64",
|
3760 | 3760 | "type": "string"
|
3761 | 3761 | },
|
|
3820 | 3820 | "type": "object"
|
3821 | 3821 | },
|
3822 | 3822 | "ShieldedInstanceConfig": {
|
3823 |
| - "description": "A set of Shielded Instance options. Check [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.", |
| 3823 | + "description": "A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.", |
3824 | 3824 | "id": "ShieldedInstanceConfig",
|
3825 | 3825 | "properties": {
|
3826 | 3826 | "enableIntegrityMonitoring": {
|
|
0 commit comments