Class: Aws::Types::S3DataSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_names::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


10638
10639
10640
# File 'sig/types.rbs', line 10638

def attribute_names
  @attribute_names
end

#hub_access_configTypes::HubAccessConfig

Returns the value of attribute hub_access_config.



10641
10642
10643
# File 'sig/types.rbs', line 10641

def hub_access_config
  @hub_access_config
end

#instance_group_names::Array[::String]

Returns the value of attribute instance_group_names.

Returns:

  • (::Array[::String])


10639
10640
10641
# File 'sig/types.rbs', line 10639

def instance_group_names
  @instance_group_names
end

#model_access_configTypes::ModelAccessConfig

Returns the value of attribute model_access_config.



10640
10641
10642
# File 'sig/types.rbs', line 10640

def model_access_config
  @model_access_config
end

#s3_data_distribution_type"FullyReplicated", "ShardedByS3Key"

Returns the value of attribute s3_data_distribution_type.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


10637
10638
10639
# File 'sig/types.rbs', line 10637

def s3_data_distribution_type
  @s3_data_distribution_type
end

#s3_data_type"ManifestFile", ...

Returns the value of attribute s3_data_type.

Returns:

  • ("ManifestFile", "S3Prefix", "AugmentedManifestFile", "Converse")


10635
10636
10637
# File 'sig/types.rbs', line 10635

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10636
10637
10638
# File 'sig/types.rbs', line 10636

def s3_uri
  @s3_uri
end