Class: Aws::Types::UpdateModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labels_input_configurationTypes::LabelsInputConfiguration

Returns the value of attribute labels_input_configuration.



1073
1074
1075
# File 'sig/types.rbs', line 1073

def labels_input_configuration
  @labels_input_configuration
end

#model_diagnostics_output_configurationTypes::ModelDiagnosticsOutputConfiguration

Returns the value of attribute model_diagnostics_output_configuration.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def model_diagnostics_output_configuration
  @model_diagnostics_output_configuration
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def model_name
  @model_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def role_arn
  @role_arn
end