Class: Aws::Types::InferenceExperimentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


6662
6663
6664
# File 'sig/types.rbs', line 6662

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6661
6662
6663
# File 'sig/types.rbs', line 6661

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6663
6664
6665
# File 'sig/types.rbs', line 6663

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6655
6656
6657
# File 'sig/types.rbs', line 6655

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


6664
6665
6666
# File 'sig/types.rbs', line 6664

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.



6657
6658
6659
# File 'sig/types.rbs', line 6657

def schedule
  @schedule
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "Updating", "Running", "Starting", "Stopping", "Completed", "Cancelled")


6658
6659
6660
# File 'sig/types.rbs', line 6658

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


6659
6660
6661
# File 'sig/types.rbs', line 6659

def status_reason
  @status_reason
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:

  • ("ShadowMode")


6656
6657
6658
# File 'sig/types.rbs', line 6656

def type
  @type
end