Class: Aws::Types::InferenceRecommendationsJob

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)


6711
6712
6713
# File 'sig/types.rbs', line 6711

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6710
6711
6712
# File 'sig/types.rbs', line 6710

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6714
6715
6716
# File 'sig/types.rbs', line 6714

def failure_reason
  @failure_reason
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


6708
6709
6710
# File 'sig/types.rbs', line 6708

def job_arn
  @job_arn
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


6706
6707
6708
# File 'sig/types.rbs', line 6706

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


6705
6706
6707
# File 'sig/types.rbs', line 6705

def job_name
  @job_name
end

#job_type"Default", "Advanced"

Returns the value of attribute job_type.

Returns:

  • ("Default", "Advanced")


6707
6708
6709
# File 'sig/types.rbs', line 6707

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6713
6714
6715
# File 'sig/types.rbs', line 6713

def last_modified_time
  @last_modified_time
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


6715
6716
6717
# File 'sig/types.rbs', line 6715

def model_name
  @model_name
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.

Returns:

  • (::String)


6717
6718
6719
# File 'sig/types.rbs', line 6717

def model_package_version_arn
  @model_package_version_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


6712
6713
6714
# File 'sig/types.rbs', line 6712

def role_arn
  @role_arn
end

#sample_payload_url::String

Returns the value of attribute sample_payload_url.

Returns:

  • (::String)


6716
6717
6718
# File 'sig/types.rbs', line 6716

def sample_payload_url
  @sample_payload_url
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED", "DELETING", "DELETED")


6709
6710
6711
# File 'sig/types.rbs', line 6709

def status
  @status
end