Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The API specification shown to the LLM.
Instance Attribute Summary collapse
-
#open_api_gcs_uri ⇒ String
Cloud Storage URI pointing to the OpenAPI spec.
-
#open_api_yaml ⇒ String
The API spec in Open API standard and YAML format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec
Returns a new instance of GoogleCloudAiplatformV1beta1ExtensionManifestApiSpec.
9005 9006 9007 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9005 def initialize(**args) update!(**args) end |
Instance Attribute Details
#open_api_gcs_uri ⇒ String
Cloud Storage URI pointing to the OpenAPI spec.
Corresponds to the JSON property openApiGcsUri
8998 8999 9000 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8998 def open_api_gcs_uri @open_api_gcs_uri end |
#open_api_yaml ⇒ String
The API spec in Open API standard and YAML format.
Corresponds to the JSON property openApiYaml
9003 9004 9005 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9003 def open_api_yaml @open_api_yaml end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9010 9011 9012 9013 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9010 def update!(**args) @open_api_gcs_uri = args[:open_api_gcs_uri] if args.key?(:open_api_gcs_uri) @open_api_yaml = args[:open_api_yaml] if args.key?(:open_api_yaml) end |