Class: Aws::Types::IncrementalTrainingDataChannel

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)


818
819
820
# File 'sig/types.rbs', line 818

def channel_name
  @channel_name
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def trained_model_arn
  @trained_model_arn
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def version_identifier
  @version_identifier
end