Class: Aws::Types::ListTrainedModelVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def max_results
  @max_results
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def membership_identifier
  @membership_identifier
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def next_token
  @next_token
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED", "INACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED")


1066
1067
1068
# File 'sig/types.rbs', line 1066

def status
  @status
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def trained_model_arn
  @trained_model_arn
end