Class AlgorithmSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.AlgorithmSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AlgorithmSpecification.Builder,AlgorithmSpecification>
@Generated("software.amazon.awssdk:codegen") public final class AlgorithmSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlgorithmSpecification.Builder,AlgorithmSpecification>
Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAlgorithmSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlgorithmSpecification.Builderbuilder()ContainerImagecontainerImage()The container image used to create an Amazon Braket job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScriptModeConfigscriptModeConfig()Configures the paths to the Python scripts used for entry and training.List<SdkField<?>>sdkFields()static Class<? extends AlgorithmSpecification.Builder>serializableBuilderClass()AlgorithmSpecification.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
-
containerImage
public final ContainerImage containerImage()
The container image used to create an Amazon Braket job.
- Returns:
- The container image used to create an Amazon Braket job.
-
scriptModeConfig
public final ScriptModeConfig scriptModeConfig()
Configures the paths to the Python scripts used for entry and training.
- Returns:
- Configures the paths to the Python scripts used for entry and training.
-
toBuilder
public AlgorithmSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AlgorithmSpecification.Builder,AlgorithmSpecification>
-
builder
public static AlgorithmSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends AlgorithmSpecification.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.
-
-