Class: Aws::Types::S3ModelDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


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

def compression_type
  @compression_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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

def etag
  @etag
end

#hub_access_configTypes::InferenceHubAccessConfig

Returns the value of attribute hub_access_config.



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

def hub_access_config
  @hub_access_config
end

#manifest_etag::String

Returns the value of attribute manifest_etag.

Returns:

  • (::String)


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

def manifest_etag
  @manifest_etag
end

#manifest_s3_uri::String

Returns the value of attribute manifest_s3_uri.

Returns:

  • (::String)


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

def manifest_s3_uri
  @manifest_s3_uri
end

#model_access_configTypes::ModelAccessConfig

Returns the value of attribute model_access_config.



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

def model_access_config
  @model_access_config
end

#s3_data_type"S3Prefix", "S3Object"

Returns the value of attribute s3_data_type.

Returns:

  • ("S3Prefix", "S3Object")


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

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


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

def s3_uri
  @s3_uri
end