Class: Aws::Types::ListTrainedModelVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#trained_models::Array[Types::TrainedModelSummary]

Returns the value of attribute trained_models.

Returns:



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

def trained_models
  @trained_models
end