Class: Aws::Types::InferenceProfileSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def description
  @description
end

#inference_profile_arn::String

Returns the value of attribute inference_profile_arn.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def inference_profile_arn
  @inference_profile_arn
end

#inference_profile_id::String

Returns the value of attribute inference_profile_id.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def inference_profile_id
  @inference_profile_id
end

#inference_profile_name::String

Returns the value of attribute inference_profile_name.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def inference_profile_name
  @inference_profile_name
end

#models::Array[Types::InferenceProfileModel]

Returns the value of attribute models.

Returns:



2496
2497
2498
# File 'sig/types.rbs', line 2496

def models
  @models
end

#status"ACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE")


2498
2499
2500
# File 'sig/types.rbs', line 2498

def status
  @status
end

#type"SYSTEM_DEFINED", "APPLICATION"

Returns the value of attribute type.

Returns:

  • ("SYSTEM_DEFINED", "APPLICATION")


2499
2500
2501
# File 'sig/types.rbs', line 2499

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def updated_at
  @updated_at
end