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])


10660
10661
10662
# File 'sig/types.rbs', line 10660

def attribute_names
  @attribute_names
end

#hub_access_configTypes::HubAccessConfig

Returns the value of attribute hub_access_config.



10663
10664
10665
# File 'sig/types.rbs', line 10663

def hub_access_config
  @hub_access_config
end

#instance_group_names::Array[::String]

Returns the value of attribute instance_group_names.

Returns:

  • (::Array[::String])


10661
10662
10663
# File 'sig/types.rbs', line 10661

def instance_group_names
  @instance_group_names
end

#model_access_configTypes::ModelAccessConfig

Returns the value of attribute model_access_config.



10662
10663
10664
# File 'sig/types.rbs', line 10662

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")


10659
10660
10661
# File 'sig/types.rbs', line 10659

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")


10657
10658
10659
# File 'sig/types.rbs', line 10657

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10658
10659
10660
# File 'sig/types.rbs', line 10658

def s3_uri
  @s3_uri
end