AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.AlgorithmSpecification

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class AlgorithmSpecification

The AlgorithmSpecification type exposes the following members

Constructors

NameDescription
Public Method AlgorithmSpecification()

Properties

NameTypeDescription
Public Property ContainerImage Amazon.Braket.Model.ContainerImage

Gets and sets the property ContainerImage.

The container image used to create an Amazon Braket job.

Public Property ScriptModeConfig Amazon.Braket.Model.ScriptModeConfig

Gets and sets the property ScriptModeConfig.

Configures the paths to the Python scripts used for entry and training.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5