Class: Aws::Types::AIDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canonical_id::String

Returns the value of attribute canonical_id.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def canonical_id
  @canonical_id
end

#host_resource_guid::String

Returns the value of attribute host_resource_guid.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def host_resource_guid
  @host_resource_guid
end

#host_resource_type::String

Returns the value of attribute host_resource_type.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def host_resource_type
  @host_resource_type
end

#self_hosted_ai_agent_framework_resource_count::Integer

Returns the value of attribute self_hosted_ai_agent_framework_resource_count.

Returns:

  • (::Integer)


20
21
22
# File 'sig/types.rbs', line 20

def self_hosted_ai_agent_framework_resource_count
  @self_hosted_ai_agent_framework_resource_count
end

#self_hosted_ai_agent_resource_count::Integer

Returns the value of attribute self_hosted_ai_agent_resource_count.

Returns:

  • (::Integer)


16
17
18
# File 'sig/types.rbs', line 16

def self_hosted_ai_agent_resource_count
  @self_hosted_ai_agent_resource_count
end

#self_hosted_ai_agent_tools_and_identity_resource_count::Integer

Returns the value of attribute self_hosted_ai_agent_tools_and_identity_resource_count.

Returns:

  • (::Integer)


21
22
23
# File 'sig/types.rbs', line 21

def self_hosted_ai_agent_tools_and_identity_resource_count
  @self_hosted_ai_agent_tools_and_identity_resource_count
end

#self_hosted_ai_development_resource_count::Integer

Returns the value of attribute self_hosted_ai_development_resource_count.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def self_hosted_ai_development_resource_count
  @self_hosted_ai_development_resource_count
end

#self_hosted_ai_external_endpoint_resource_count::Integer

Returns the value of attribute self_hosted_ai_external_endpoint_resource_count.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def self_hosted_ai_external_endpoint_resource_count
  @self_hosted_ai_external_endpoint_resource_count
end

#self_hosted_ai_model_resource_count::Integer

Returns the value of attribute self_hosted_ai_model_resource_count.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def self_hosted_ai_model_resource_count
  @self_hosted_ai_model_resource_count
end

#self_hosted_ai_model_serving_resource_count::Integer

Returns the value of attribute self_hosted_ai_model_serving_resource_count.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def self_hosted_ai_model_serving_resource_count
  @self_hosted_ai_model_serving_resource_count
end

#self_hosted_total_ai_resource_count::Integer

Returns the value of attribute self_hosted_total_ai_resource_count.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def self_hosted_total_ai_resource_count
  @self_hosted_total_ai_resource_count
end