Class: Google::Cloud::Tpu::V1::Symptom

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tpu/v1/cloud_tpu.rb

Overview

A Symptom instance.

Defined Under Namespace

Modules: SymptomType

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Timestamp when the Symptom is created.

Returns:



485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 485

class Symptom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SymptomType represents the different types of Symptoms that a TPU can be
  # at.
  module SymptomType
    # Unspecified symptom.
    SYMPTOM_TYPE_UNSPECIFIED = 0

    # TPU VM memory is low.
    LOW_MEMORY = 1

    # TPU runtime is out of memory.
    OUT_OF_MEMORY = 2

    # TPU runtime execution has timed out.
    EXECUTE_TIMED_OUT = 3

    # TPU runtime fails to construct a mesh that recognizes each TPU device's
    # neighbors.
    MESH_BUILD_FAIL = 4

    # TPU HBM is out of memory.
    HBM_OUT_OF_MEMORY = 5

    # Abusive behaviors have been identified on the current project.
    PROJECT_ABUSE = 6
  end
end

#details::String

Returns Detailed information of the current Symptom.

Returns:

  • (::String)

    Detailed information of the current Symptom.



485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 485

class Symptom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SymptomType represents the different types of Symptoms that a TPU can be
  # at.
  module SymptomType
    # Unspecified symptom.
    SYMPTOM_TYPE_UNSPECIFIED = 0

    # TPU VM memory is low.
    LOW_MEMORY = 1

    # TPU runtime is out of memory.
    OUT_OF_MEMORY = 2

    # TPU runtime execution has timed out.
    EXECUTE_TIMED_OUT = 3

    # TPU runtime fails to construct a mesh that recognizes each TPU device's
    # neighbors.
    MESH_BUILD_FAIL = 4

    # TPU HBM is out of memory.
    HBM_OUT_OF_MEMORY = 5

    # Abusive behaviors have been identified on the current project.
    PROJECT_ABUSE = 6
  end
end

#symptom_type::Google::Cloud::Tpu::V1::Symptom::SymptomType

Returns Type of the Symptom.

Returns:



485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 485

class Symptom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SymptomType represents the different types of Symptoms that a TPU can be
  # at.
  module SymptomType
    # Unspecified symptom.
    SYMPTOM_TYPE_UNSPECIFIED = 0

    # TPU VM memory is low.
    LOW_MEMORY = 1

    # TPU runtime is out of memory.
    OUT_OF_MEMORY = 2

    # TPU runtime execution has timed out.
    EXECUTE_TIMED_OUT = 3

    # TPU runtime fails to construct a mesh that recognizes each TPU device's
    # neighbors.
    MESH_BUILD_FAIL = 4

    # TPU HBM is out of memory.
    HBM_OUT_OF_MEMORY = 5

    # Abusive behaviors have been identified on the current project.
    PROJECT_ABUSE = 6
  end
end

#worker_id::String

Returns A string used to uniquely distinguish a worker within a TPU node.

Returns:

  • (::String)

    A string used to uniquely distinguish a worker within a TPU node.



485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 485

class Symptom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # SymptomType represents the different types of Symptoms that a TPU can be
  # at.
  module SymptomType
    # Unspecified symptom.
    SYMPTOM_TYPE_UNSPECIFIED = 0

    # TPU VM memory is low.
    LOW_MEMORY = 1

    # TPU runtime is out of memory.
    OUT_OF_MEMORY = 2

    # TPU runtime execution has timed out.
    EXECUTE_TIMED_OUT = 3

    # TPU runtime fails to construct a mesh that recognizes each TPU device's
    # neighbors.
    MESH_BUILD_FAIL = 4

    # TPU HBM is out of memory.
    HBM_OUT_OF_MEMORY = 5

    # Abusive behaviors have been identified on the current project.
    PROJECT_ABUSE = 6
  end
end