Class: Aws::Braket::Types::ScriptModeConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compression_typeString

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

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1141

class ScriptModeConfig < Struct.new(
  :compression_type,
  :entry_point,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#entry_pointString

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

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1141

class ScriptModeConfig < Struct.new(
  :compression_type,
  :entry_point,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

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

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1141

class ScriptModeConfig < Struct.new(
  :compression_type,
  :entry_point,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end