Class: OpenAI::Models::Admin::Organization::AzureExternalStorageProvider
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openai/models/admin/organization/azure_external_storage_provider.rb,
sig/openai/models/admin/organization/azure_external_storage_provider.rbs
Instance Attribute Summary collapse
#last_response
Instance Method Summary
collapse
==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(account_name:, container:, region:, resource_group:, subscription_id:, tenant_id:, type: :azure) ⇒ Object
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 43
|
Instance Attribute Details
#account_name ⇒ String
11
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 11
required :account_name, String
|
#container ⇒ String
16
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 16
required :container, String
|
#region ⇒ String
21
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 21
required :region, String
|
#resource_group ⇒ String
26
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 26
required :resource_group, String
|
#subscription_id ⇒ String
31
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 31
required :subscription_id, String
|
#tenant_id ⇒ String
36
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 36
required :tenant_id, String
|
#type ⇒ Symbol, :azure
41
|
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 41
required :type, const: :azure
|
Instance Method Details
#to_hash ⇒ {
41
|
# File 'sig/openai/models/admin/organization/azure_external_storage_provider.rbs', line 41
def to_hash: -> {
|