Class: Aws::Types::ListModelCardExportJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


8030
8031
8032
# File 'sig/types.rbs', line 8030

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


8031
8032
8033
# File 'sig/types.rbs', line 8031

def creation_time_before
  @creation_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8037
8038
8039
# File 'sig/types.rbs', line 8037

def max_results
  @max_results
end

#model_card_export_job_name_contains::String

Returns the value of attribute model_card_export_job_name_contains.

Returns:

  • (::String)


8032
8033
8034
# File 'sig/types.rbs', line 8032

def model_card_export_job_name_contains
  @model_card_export_job_name_contains
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


8028
8029
8030
# File 'sig/types.rbs', line 8028

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


8029
8030
8031
# File 'sig/types.rbs', line 8029

def model_card_version
  @model_card_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8036
8037
8038
# File 'sig/types.rbs', line 8036

def next_token
  @next_token
end

#sort_by"Name", ...

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime", "Status")


8034
8035
8036
# File 'sig/types.rbs', line 8034

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8035
8036
8037
# File 'sig/types.rbs', line 8035

def sort_order
  @sort_order
end

#status_equals"InProgress", ...

Returns the value of attribute status_equals.

Returns:

  • ("InProgress", "Completed", "Failed")


8033
8034
8035
# File 'sig/types.rbs', line 8033

def status_equals
  @status_equals
end