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 algorithm scripts used for the Amazon Braket hybrid job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compression_typeString

The type of compression used to store the algorithm scripts in Amazon S3 storage.

Returns:

  • (String)


1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224

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

#entry_pointString

The entry point in the algorithm scripts from where the execution begins in the hybrid job.

Returns:

  • (String)


1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224

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

#s3_uriString

The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.

Returns:

  • (String)


1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224

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