Class ScriptModeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.ScriptModeConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
@Generated("software.amazon.awssdk:codegen") public final class ScriptModeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
Contains information about the Python scripts used for entry and by an Amazon Braket job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScriptModeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScriptModeConfig.Builderbuilder()CompressionTypecompressionType()The type of compression used by the Python scripts for an Amazon Braket job.StringcompressionTypeAsString()The type of compression used by the Python scripts for an Amazon Braket job.StringentryPoint()The path to the Python script that serves as the entry point for an Amazon Braket job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.List<SdkField<?>>sdkFields()static Class<? extends ScriptModeConfig.Builder>serializableBuilderClass()ScriptModeConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
compressionType
public final CompressionType compressionType()
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,
compressionTypewill returnCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompressionTypeAsString().- Returns:
- The type of compression used by the Python scripts for an Amazon Braket job.
- See Also:
CompressionType
-
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,
compressionTypewill returnCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompressionTypeAsString().- 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.
-
toBuilder
public ScriptModeConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
-
builder
public static ScriptModeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScriptModeConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-