Class: Aws::Types::ModelTrainingDataChannel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def channel_name
  @channel_name
end

#ml_input_channel_arn::String

Returns the value of attribute ml_input_channel_arn.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def ml_input_channel_arn
  @ml_input_channel_arn
end

#s3_data_distribution_type"FullyReplicated", "ShardedByS3Key"

Returns the value of attribute s3_data_distribution_type.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


1168
1169
1170
# File 'sig/types.rbs', line 1168

def s3_data_distribution_type
  @s3_data_distribution_type
end