Class ScriptModeConfig

    • Method Detail

      • compressionTypeAsString

        public final String compressionTypeAsString()

        The type of compression used by the Python scripts for an Amazon Braket job.

        If the service returns an enum value that is not available in the current SDK version, compressionType will return CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compressionTypeAsString().

        Returns:
        The type of compression used by the Python scripts for an Amazon Braket job.
        See Also:
        CompressionType
      • entryPoint

        public final String entryPoint()

        The path to the Python script that serves as the entry point for an Amazon Braket job.

        Returns:
        The path to the Python script that serves as the entry point for an Amazon Braket job.
      • s3Uri

        public final String s3Uri()

        The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.

        Returns:
        The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
      • 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)