Class: Aws::Types::ListCustomModelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_arn_equals::String

Returns the value of attribute base_model_arn_equals.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def base_model_arn_equals
  @base_model_arn_equals
end

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


2665
2666
2667
# File 'sig/types.rbs', line 2665

def creation_time_before
  @creation_time_before
end

#foundation_model_arn_equals::String

Returns the value of attribute foundation_model_arn_equals.

Returns:

  • (::String)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def foundation_model_arn_equals
  @foundation_model_arn_equals
end

#is_ownedBoolean

Returns the value of attribute is_owned.

Returns:

  • (Boolean)


2674
2675
2676
# File 'sig/types.rbs', line 2674

def is_owned
  @is_owned
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def max_results
  @max_results
end

#model_status"Active", ...

Returns the value of attribute model_status.

Returns:

  • ("Active", "Creating", "Failed")


2675
2676
2677
# File 'sig/types.rbs', line 2675

def model_status
  @model_status
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def next_token
  @next_token
end

#sort_by"CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime")


2672
2673
2674
# File 'sig/types.rbs', line 2672

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


2673
2674
2675
# File 'sig/types.rbs', line 2673

def sort_order
  @sort_order
end