Class UpdateActiveModelVersionResponse

    • Method Detail

      • modelName

        public final String modelName()

        The name of the machine learning model for which the active model version was set.

        Returns:
        The name of the machine learning model for which the active model version was set.
      • modelArn

        public final String modelArn()

        The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.

        Returns:
        The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
      • currentActiveVersion

        public final Long currentActiveVersion()

        The version that is currently active of the machine learning model for which the active model version was set.

        Returns:
        The version that is currently active of the machine learning model for which the active model version was set.
      • previousActiveVersion

        public final Long previousActiveVersion()

        The previous version that was active of the machine learning model for which the active model version was set.

        Returns:
        The previous version that was active of the machine learning model for which the active model version was set.
      • currentActiveVersionArn

        public final String currentActiveVersionArn()

        The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.

        Returns:
        The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
      • previousActiveVersionArn

        public final String previousActiveVersionArn()

        The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.

        Returns:
        The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
      • 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