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)


6677
6678
6679
# File 'sig/types.rbs', line 6677

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6676
6677
6678
# File 'sig/types.rbs', line 6676

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6675
6676
6677
# File 'sig/types.rbs', line 6675

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6678
6679
6680
# File 'sig/types.rbs', line 6678

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6670
6671
6672
# File 'sig/types.rbs', line 6670

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


6679
6680
6681
# File 'sig/types.rbs', line 6679

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.



6672
6673
6674
# File 'sig/types.rbs', line 6672

def schedule
  @schedule
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


6673
6674
6675
# File 'sig/types.rbs', line 6673

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


6674
6675
6676
# File 'sig/types.rbs', line 6674

def status_reason
  @status_reason
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:

  • ("ShadowMode")


6671
6672
6673
# File 'sig/types.rbs', line 6671

def type
  @type
end