Class RunGroupListItem

    • Method Detail

      • arn

        public final String arn()

        The group's ARN.

        Returns:
        The group's ARN.
      • id

        public final String id()

        The group's ID.

        Returns:
        The group's ID.
      • name

        public final String name()

        The group's name.

        Returns:
        The group's name.
      • maxCpus

        public final Integer maxCpus()

        The group's maximum CPU count setting.

        Returns:
        The group's maximum CPU count setting.
      • maxRuns

        public final Integer maxRuns()

        The group's maximum concurrent run setting.

        Returns:
        The group's maximum concurrent run setting.
      • maxDuration

        public final Integer maxDuration()

        The group's maximum duration setting in minutes.

        Returns:
        The group's maximum duration setting in minutes.
      • creationTime

        public final Instant creationTime()

        When the group was created.

        Returns:
        When the group was created.
      • maxGpus

        public final Integer maxGpus()

        The maximum GPUs that can be used by a run group.

        Returns:
        The maximum GPUs that can be used by a run group.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)