Class: Aws::Types::IncrementalTrainingDataChannelOutput

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:



823
824
825
# File 'sig/types.rbs', line 823

def channel_name
  @channel_name
end

#model_name::String

Returns the value of attribute model_name.

Returns:



825
826
827
# File 'sig/types.rbs', line 825

def model_name
  @model_name
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:



824
825
826
# File 'sig/types.rbs', line 824

def version_identifier
  @version_identifier
end