@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScriptModeConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScriptModeConfig.Builder |
builder() |
CompressionType |
compressionType()
The type of compression used by the Python scripts for an Amazon Braket job.
|
String |
compressionTypeAsString()
The type of compression used by the Python scripts for an Amazon Braket job.
|
String |
entryPoint()
The path to the Python script that serves as the entry point for an Amazon Braket job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScriptModeConfig.Builder> |
serializableBuilderClass() |
ScriptModeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, compressionType
will return CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from compressionTypeAsString().
CompressionTypepublic 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().
CompressionTypepublic final String entryPoint()
The path to the Python script that serves as the entry point for an Amazon Braket job.
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.
public ScriptModeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>public static ScriptModeConfig.Builder builder()
public static Class<? extends ScriptModeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.