Class: Aws::Types::ListCollaborationTrainedModelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_trained_models::Array[Types::CollaborationTrainedModelSummary]

Returns the value of attribute collaboration_trained_models.

Returns:



982
983
984
# File 'sig/types.rbs', line 982

def collaboration_trained_models
  @collaboration_trained_models
end

#next_token::String

Returns the value of attribute next_token.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def next_token
  @next_token
end