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.

Contains information about the Python scripts used for entry and by an Amazon Braket job.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.ScriptModeConfig

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

Syntax

C#
public class ScriptModeConfig

The ScriptModeConfig type exposes the following members

Constructors

NameDescription
Public Method ScriptModeConfig()

Properties

NameTypeDescription
Public Property CompressionType Amazon.Braket.CompressionType

Gets and sets the property CompressionType.

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

Public Property EntryPoint System.String

Gets and sets the property EntryPoint.

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

Public Property S3Uri System.String

Gets and sets the property S3Uri.

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

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