1. Packages
  2. Google Cloud Native
  3. API Docs
  4. tpu
  5. tpu/v1
  6. Node

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.tpu/v1.Node

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

    Creates a node. Auto-naming is currently not supported for this resource.

    Create Node Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Node(name: string, args: NodeArgs, opts?: CustomResourceOptions);
    @overload
    def Node(resource_name: str,
             args: NodeArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Node(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             accelerator_type: Optional[str] = None,
             tensorflow_version: Optional[str] = None,
             cidr_block: Optional[str] = None,
             description: Optional[str] = None,
             health: Optional[NodeHealth] = None,
             labels: Optional[Mapping[str, str]] = None,
             location: Optional[str] = None,
             network: Optional[str] = None,
             node_id: Optional[str] = None,
             project: Optional[str] = None,
             scheduling_config: Optional[SchedulingConfigArgs] = None,
             use_service_networking: Optional[bool] = None)
    func NewNode(ctx *Context, name string, args NodeArgs, opts ...ResourceOption) (*Node, error)
    public Node(string name, NodeArgs args, CustomResourceOptions? opts = null)
    public Node(String name, NodeArgs args)
    public Node(String name, NodeArgs args, CustomResourceOptions options)
    
    type: google-native:tpu/v1:Node
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NodeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NodeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NodeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var nodeResource = new GoogleNative.TPU.V1.Node("nodeResource", new()
    {
        AcceleratorType = "string",
        TensorflowVersion = "string",
        CidrBlock = "string",
        Description = "string",
        Health = GoogleNative.TPU.V1.NodeHealth.HealthUnspecified,
        Labels = 
        {
            { "string", "string" },
        },
        Location = "string",
        Network = "string",
        NodeId = "string",
        Project = "string",
        SchedulingConfig = new GoogleNative.TPU.V1.Inputs.SchedulingConfigArgs
        {
            Preemptible = false,
            Reserved = false,
        },
        UseServiceNetworking = false,
    });
    
    example, err := tpu.NewNode(ctx, "nodeResource", &tpu.NodeArgs{
    AcceleratorType: pulumi.String("string"),
    TensorflowVersion: pulumi.String("string"),
    CidrBlock: pulumi.String("string"),
    Description: pulumi.String("string"),
    Health: tpu.NodeHealthHealthUnspecified,
    Labels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Location: pulumi.String("string"),
    Network: pulumi.String("string"),
    NodeId: pulumi.String("string"),
    Project: pulumi.String("string"),
    SchedulingConfig: &tpu.SchedulingConfigArgs{
    Preemptible: pulumi.Bool(false),
    Reserved: pulumi.Bool(false),
    },
    UseServiceNetworking: pulumi.Bool(false),
    })
    
    var nodeResource = new Node("nodeResource", NodeArgs.builder()        
        .acceleratorType("string")
        .tensorflowVersion("string")
        .cidrBlock("string")
        .description("string")
        .health("HEALTH_UNSPECIFIED")
        .labels(Map.of("string", "string"))
        .location("string")
        .network("string")
        .nodeId("string")
        .project("string")
        .schedulingConfig(SchedulingConfigArgs.builder()
            .preemptible(false)
            .reserved(false)
            .build())
        .useServiceNetworking(false)
        .build());
    
    node_resource = google_native.tpu.v1.Node("nodeResource",
        accelerator_type="string",
        tensorflow_version="string",
        cidr_block="string",
        description="string",
        health=google_native.tpu.v1.NodeHealth.HEALTH_UNSPECIFIED,
        labels={
            "string": "string",
        },
        location="string",
        network="string",
        node_id="string",
        project="string",
        scheduling_config=google_native.tpu.v1.SchedulingConfigArgs(
            preemptible=False,
            reserved=False,
        ),
        use_service_networking=False)
    
    const nodeResource = new google_native.tpu.v1.Node("nodeResource", {
        acceleratorType: "string",
        tensorflowVersion: "string",
        cidrBlock: "string",
        description: "string",
        health: google_native.tpu.v1.NodeHealth.HealthUnspecified,
        labels: {
            string: "string",
        },
        location: "string",
        network: "string",
        nodeId: "string",
        project: "string",
        schedulingConfig: {
            preemptible: false,
            reserved: false,
        },
        useServiceNetworking: false,
    });
    
    type: google-native:tpu/v1:Node
    properties:
        acceleratorType: string
        cidrBlock: string
        description: string
        health: HEALTH_UNSPECIFIED
        labels:
            string: string
        location: string
        network: string
        nodeId: string
        project: string
        schedulingConfig:
            preemptible: false
            reserved: false
        tensorflowVersion: string
        useServiceNetworking: false
    

    Node Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Node resource accepts the following input properties:

    AcceleratorType string
    The type of hardware accelerators associated with this node.
    TensorflowVersion string
    The version of Tensorflow running in the Node.
    CidrBlock string
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    Description string
    The user-supplied description of the TPU. Maximum of 512 characters.
    Health Pulumi.GoogleNative.TPU.V1.NodeHealth
    The health status of the TPU node.
    Labels Dictionary<string, string>
    Resource labels to represent user-provided metadata.
    Location string
    Network string
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    NodeId string
    The unqualified resource name.
    Project string
    SchedulingConfig Pulumi.GoogleNative.TPU.V1.Inputs.SchedulingConfig
    The scheduling options for this node.
    UseServiceNetworking bool
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
    AcceleratorType string
    The type of hardware accelerators associated with this node.
    TensorflowVersion string
    The version of Tensorflow running in the Node.
    CidrBlock string
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    Description string
    The user-supplied description of the TPU. Maximum of 512 characters.
    Health NodeHealth
    The health status of the TPU node.
    Labels map[string]string
    Resource labels to represent user-provided metadata.
    Location string
    Network string
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    NodeId string
    The unqualified resource name.
    Project string
    SchedulingConfig SchedulingConfigArgs
    The scheduling options for this node.
    UseServiceNetworking bool
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
    acceleratorType String
    The type of hardware accelerators associated with this node.
    tensorflowVersion String
    The version of Tensorflow running in the Node.
    cidrBlock String
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    description String
    The user-supplied description of the TPU. Maximum of 512 characters.
    health NodeHealth
    The health status of the TPU node.
    labels Map<String,String>
    Resource labels to represent user-provided metadata.
    location String
    network String
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    nodeId String
    The unqualified resource name.
    project String
    schedulingConfig SchedulingConfig
    The scheduling options for this node.
    useServiceNetworking Boolean
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
    acceleratorType string
    The type of hardware accelerators associated with this node.
    tensorflowVersion string
    The version of Tensorflow running in the Node.
    cidrBlock string
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    description string
    The user-supplied description of the TPU. Maximum of 512 characters.
    health NodeHealth
    The health status of the TPU node.
    labels {[key: string]: string}
    Resource labels to represent user-provided metadata.
    location string
    network string
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    nodeId string
    The unqualified resource name.
    project string
    schedulingConfig SchedulingConfig
    The scheduling options for this node.
    useServiceNetworking boolean
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
    accelerator_type str
    The type of hardware accelerators associated with this node.
    tensorflow_version str
    The version of Tensorflow running in the Node.
    cidr_block str
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    description str
    The user-supplied description of the TPU. Maximum of 512 characters.
    health NodeHealth
    The health status of the TPU node.
    labels Mapping[str, str]
    Resource labels to represent user-provided metadata.
    location str
    network str
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    node_id str
    The unqualified resource name.
    project str
    scheduling_config SchedulingConfigArgs
    The scheduling options for this node.
    use_service_networking bool
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.
    acceleratorType String
    The type of hardware accelerators associated with this node.
    tensorflowVersion String
    The version of Tensorflow running in the Node.
    cidrBlock String
    The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.
    description String
    The user-supplied description of the TPU. Maximum of 512 characters.
    health "HEALTH_UNSPECIFIED" | "HEALTHY" | "DEPRECATED_UNHEALTHY" | "TIMEOUT" | "UNHEALTHY_TENSORFLOW" | "UNHEALTHY_MAINTENANCE"
    The health status of the TPU node.
    labels Map<String>
    Resource labels to represent user-provided metadata.
    location String
    network String
    The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.
    nodeId String
    The unqualified resource name.
    project String
    schedulingConfig Property Map
    The scheduling options for this node.
    useServiceNetworking Boolean
    Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Node resource produces the following output properties:

    ApiVersion string
    The API version that created this Node.
    CreateTime string
    The time when the node was created.
    HealthDescription string
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Name string
    Immutable. The name of the TPU
    NetworkEndpoints List<Pulumi.GoogleNative.TPU.V1.Outputs.NetworkEndpointResponse>
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    Port string
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    ServiceAccount string
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    State string
    The current state for the TPU Node.
    Symptoms List<Pulumi.GoogleNative.TPU.V1.Outputs.SymptomResponse>
    The Symptoms that have occurred to the TPU Node.
    ApiVersion string
    The API version that created this Node.
    CreateTime string
    The time when the node was created.
    HealthDescription string
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Name string
    Immutable. The name of the TPU
    NetworkEndpoints []NetworkEndpointResponse
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    Port string
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    ServiceAccount string
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    State string
    The current state for the TPU Node.
    Symptoms []SymptomResponse
    The Symptoms that have occurred to the TPU Node.
    apiVersion String
    The API version that created this Node.
    createTime String
    The time when the node was created.
    healthDescription String
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    name String
    Immutable. The name of the TPU
    networkEndpoints List<NetworkEndpointResponse>
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    port String
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    serviceAccount String
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    state String
    The current state for the TPU Node.
    symptoms List<SymptomResponse>
    The Symptoms that have occurred to the TPU Node.
    apiVersion string
    The API version that created this Node.
    createTime string
    The time when the node was created.
    healthDescription string
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    id string
    The provider-assigned unique ID for this managed resource.
    ipAddress string
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    name string
    Immutable. The name of the TPU
    networkEndpoints NetworkEndpointResponse[]
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    port string
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    serviceAccount string
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    state string
    The current state for the TPU Node.
    symptoms SymptomResponse[]
    The Symptoms that have occurred to the TPU Node.
    api_version str
    The API version that created this Node.
    create_time str
    The time when the node was created.
    health_description str
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    id str
    The provider-assigned unique ID for this managed resource.
    ip_address str
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    name str
    Immutable. The name of the TPU
    network_endpoints Sequence[NetworkEndpointResponse]
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    port str
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    service_account str
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    state str
    The current state for the TPU Node.
    symptoms Sequence[SymptomResponse]
    The Symptoms that have occurred to the TPU Node.
    apiVersion String
    The API version that created this Node.
    createTime String
    The time when the node was created.
    healthDescription String
    If this field is populated, it contains a description of why the TPU Node is unhealthy.
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

    name String
    Immutable. The name of the TPU
    networkEndpoints List<Property Map>
    The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow clients of the node reach out to the 0th entry in this map first.
    port String
    DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    Deprecated: Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

    serviceAccount String
    The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.
    state String
    The current state for the TPU Node.
    symptoms List<Property Map>
    The Symptoms that have occurred to the TPU Node.

    Supporting Types

    NetworkEndpointResponse, NetworkEndpointResponseArgs

    IpAddress string
    The IP address of this network endpoint.
    Port int
    The port of this network endpoint.
    IpAddress string
    The IP address of this network endpoint.
    Port int
    The port of this network endpoint.
    ipAddress String
    The IP address of this network endpoint.
    port Integer
    The port of this network endpoint.
    ipAddress string
    The IP address of this network endpoint.
    port number
    The port of this network endpoint.
    ip_address str
    The IP address of this network endpoint.
    port int
    The port of this network endpoint.
    ipAddress String
    The IP address of this network endpoint.
    port Number
    The port of this network endpoint.

    NodeHealth, NodeHealthArgs

    HealthUnspecified
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    Healthy
    HEALTHYThe resource is healthy.
    DeprecatedUnhealthy
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    Timeout
    TIMEOUTThe resource is unresponsive.
    UnhealthyTensorflow
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    UnhealthyMaintenance
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
    NodeHealthHealthUnspecified
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    NodeHealthHealthy
    HEALTHYThe resource is healthy.
    NodeHealthDeprecatedUnhealthy
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    NodeHealthTimeout
    TIMEOUTThe resource is unresponsive.
    NodeHealthUnhealthyTensorflow
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    NodeHealthUnhealthyMaintenance
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
    HealthUnspecified
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    Healthy
    HEALTHYThe resource is healthy.
    DeprecatedUnhealthy
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    Timeout
    TIMEOUTThe resource is unresponsive.
    UnhealthyTensorflow
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    UnhealthyMaintenance
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
    HealthUnspecified
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    Healthy
    HEALTHYThe resource is healthy.
    DeprecatedUnhealthy
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    Timeout
    TIMEOUTThe resource is unresponsive.
    UnhealthyTensorflow
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    UnhealthyMaintenance
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
    HEALTH_UNSPECIFIED
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    HEALTHY
    HEALTHYThe resource is healthy.
    DEPRECATED_UNHEALTHY
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    TIMEOUT
    TIMEOUTThe resource is unresponsive.
    UNHEALTHY_TENSORFLOW
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    UNHEALTHY_MAINTENANCE
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
    "HEALTH_UNSPECIFIED"
    HEALTH_UNSPECIFIEDHealth status is unknown: not initialized or failed to retrieve.
    "HEALTHY"
    HEALTHYThe resource is healthy.
    "DEPRECATED_UNHEALTHY"
    DEPRECATED_UNHEALTHYThe resource is unhealthy.
    "TIMEOUT"
    TIMEOUTThe resource is unresponsive.
    "UNHEALTHY_TENSORFLOW"
    UNHEALTHY_TENSORFLOWThe in-guest ML stack is unhealthy.
    "UNHEALTHY_MAINTENANCE"
    UNHEALTHY_MAINTENANCEThe node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.

    SchedulingConfig, SchedulingConfigArgs

    Preemptible bool
    Defines whether the node is preemptible.
    Reserved bool
    Whether the node is created under a reservation.
    Preemptible bool
    Defines whether the node is preemptible.
    Reserved bool
    Whether the node is created under a reservation.
    preemptible Boolean
    Defines whether the node is preemptible.
    reserved Boolean
    Whether the node is created under a reservation.
    preemptible boolean
    Defines whether the node is preemptible.
    reserved boolean
    Whether the node is created under a reservation.
    preemptible bool
    Defines whether the node is preemptible.
    reserved bool
    Whether the node is created under a reservation.
    preemptible Boolean
    Defines whether the node is preemptible.
    reserved Boolean
    Whether the node is created under a reservation.

    SchedulingConfigResponse, SchedulingConfigResponseArgs

    Preemptible bool
    Defines whether the node is preemptible.
    Reserved bool
    Whether the node is created under a reservation.
    Preemptible bool
    Defines whether the node is preemptible.
    Reserved bool
    Whether the node is created under a reservation.
    preemptible Boolean
    Defines whether the node is preemptible.
    reserved Boolean
    Whether the node is created under a reservation.
    preemptible boolean
    Defines whether the node is preemptible.
    reserved boolean
    Whether the node is created under a reservation.
    preemptible bool
    Defines whether the node is preemptible.
    reserved bool
    Whether the node is created under a reservation.
    preemptible Boolean
    Defines whether the node is preemptible.
    reserved Boolean
    Whether the node is created under a reservation.

    SymptomResponse, SymptomResponseArgs

    CreateTime string
    Timestamp when the Symptom is created.
    Details string
    Detailed information of the current Symptom.
    SymptomType string
    Type of the Symptom.
    WorkerId string
    A string used to uniquely distinguish a worker within a TPU node.
    CreateTime string
    Timestamp when the Symptom is created.
    Details string
    Detailed information of the current Symptom.
    SymptomType string
    Type of the Symptom.
    WorkerId string
    A string used to uniquely distinguish a worker within a TPU node.
    createTime String
    Timestamp when the Symptom is created.
    details String
    Detailed information of the current Symptom.
    symptomType String
    Type of the Symptom.
    workerId String
    A string used to uniquely distinguish a worker within a TPU node.
    createTime string
    Timestamp when the Symptom is created.
    details string
    Detailed information of the current Symptom.
    symptomType string
    Type of the Symptom.
    workerId string
    A string used to uniquely distinguish a worker within a TPU node.
    create_time str
    Timestamp when the Symptom is created.
    details str
    Detailed information of the current Symptom.
    symptom_type str
    Type of the Symptom.
    worker_id str
    A string used to uniquely distinguish a worker within a TPU node.
    createTime String
    Timestamp when the Symptom is created.
    details String
    Detailed information of the current Symptom.
    symptomType String
    Type of the Symptom.
    workerId String
    A string used to uniquely distinguish a worker within a TPU node.

    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