Class DescribeAlgorithmResponse

    • Method Detail

      • algorithmName

        public final String algorithmName()

        The name of the algorithm being described.

        Returns:
        The name of the algorithm being described.
      • algorithmArn

        public final String algorithmArn()

        The Amazon Resource Name (ARN) of the algorithm.

        Returns:
        The Amazon Resource Name (ARN) of the algorithm.
      • algorithmDescription

        public final String algorithmDescription()

        A brief summary about the algorithm.

        Returns:
        A brief summary about the algorithm.
      • creationTime

        public final Instant creationTime()

        A timestamp specifying when the algorithm was created.

        Returns:
        A timestamp specifying when the algorithm was created.
      • trainingSpecification

        public final TrainingSpecification trainingSpecification()

        Details about training jobs run by this algorithm.

        Returns:
        Details about training jobs run by this algorithm.
      • inferenceSpecification

        public final InferenceSpecification inferenceSpecification()

        Details about inference jobs that the algorithm runs.

        Returns:
        Details about inference jobs that the algorithm runs.
      • validationSpecification

        public final AlgorithmValidationSpecification validationSpecification()

        Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.

        Returns:
        Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
      • algorithmStatusDetails

        public final AlgorithmStatusDetails algorithmStatusDetails()

        Details about the current status of the algorithm.

        Returns:
        Details about the current status of the algorithm.
      • productId

        public final String productId()

        The product identifier of the algorithm.

        Returns:
        The product identifier of the algorithm.
      • certifyForMarketplace

        public final Boolean certifyForMarketplace()

        Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

        Returns:
        Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
      • 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