Class: OpenAI::Models::Admin::Organization::ExternalStorageCreateParams::Provider::Gcp
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openai/models/admin/organization/external_storage_create_params.rb,
sig/openai/models/admin/organization/external_storage_create_params.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(bucket:, workload_identity_pool_id:, workload_identity_project_number:, workload_identity_provider_id:, type: :gcp) ⇒ Object
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 126
|
Instance Attribute Details
#bucket ⇒ String
104
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 104
required :bucket, String
|
#type ⇒ Symbol, :gcp
109
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 109
required :type, const: :gcp
|
#workload_identity_pool_id ⇒ String
114
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 114
required :workload_identity_pool_id, String
|
#workload_identity_project_number ⇒ String
119
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 119
required :workload_identity_project_number, String
|
#workload_identity_provider_id ⇒ String
124
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 124
required :workload_identity_provider_id, String
|
Instance Method Details
#to_hash ⇒ {
128
|
# File 'sig/openai/models/admin/organization/external_storage_create_params.rbs', line 128
def to_hash: -> {
|