google-apis-aiplatform_v1beta1 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +43 -24
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +5 -4
- data/lib/google/apis/aiplatform_v1beta1/service.rb +14 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1f60a382bd0b142bd5d3e71e9d683b1a5ca55957426789af8bcf2742a94f8a6
|
4
|
+
data.tar.gz: 7b23a48c485f4f3efa3ad328376ac410e33ff82bc00e6544404eb8817814a09e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca7823a8e962ccf82eb8ee5e5dcfc9b5cb6d7b5e493299e6b249391242cabac03ccef6652377dff2a951e70bd0ea190cac41f94afa1cab81d2d8c25cb17fbccd
|
7
|
+
data.tar.gz: 6b945b9ea9080ddca5f5a4d1363cd26a20e5a92523abf008398755570aa3ef0d930e0913fa772b53df3de81ad4e96f633ccdadeed6ea3f2f20faf1ef02670a7a
|
data/CHANGELOG.md
CHANGED
@@ -7683,6 +7683,16 @@ module Google
|
|
7683
7683
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources]
|
7684
7684
|
attr_accessor :dedicated_resources
|
7685
7685
|
|
7686
|
+
# For custom-trained Models and AutoML Tabular Models, the container of the
|
7687
|
+
# DeployedModel instances will send `stderr` and `stdout` streams to Cloud
|
7688
|
+
# Logging by default. Please note that the logs incur cost, which are subject to
|
7689
|
+
# [Cloud Logging pricing](https://cloud.google.com/logging/pricing). User can
|
7690
|
+
# disable container logging by setting this flag to true.
|
7691
|
+
# Corresponds to the JSON property `disableContainerLogging`
|
7692
|
+
# @return [Boolean]
|
7693
|
+
attr_accessor :disable_container_logging
|
7694
|
+
alias_method :disable_container_logging?, :disable_container_logging
|
7695
|
+
|
7686
7696
|
# If true, deploy the model without explainable feature, regardless the
|
7687
7697
|
# existence of Model.explanation_spec or explanation_spec.
|
7688
7698
|
# Corresponds to the JSON property `disableExplanations`
|
@@ -7807,6 +7817,7 @@ module Google
|
|
7807
7817
|
@checkpoint_id = args[:checkpoint_id] if args.key?(:checkpoint_id)
|
7808
7818
|
@create_time = args[:create_time] if args.key?(:create_time)
|
7809
7819
|
@dedicated_resources = args[:dedicated_resources] if args.key?(:dedicated_resources)
|
7820
|
+
@disable_container_logging = args[:disable_container_logging] if args.key?(:disable_container_logging)
|
7810
7821
|
@disable_explanations = args[:disable_explanations] if args.key?(:disable_explanations)
|
7811
7822
|
@display_name = args[:display_name] if args.key?(:display_name)
|
7812
7823
|
@enable_access_logging = args[:enable_access_logging] if args.key?(:enable_access_logging)
|
@@ -21567,7 +21578,8 @@ module Google
|
|
21567
21578
|
attr_accessor :display_name
|
21568
21579
|
|
21569
21580
|
# Optional. Timestamp of when this resource is considered expired. This is *
|
21570
|
-
# always* provided on output
|
21581
|
+
# always* provided on output when `expiration` is set on input, regardless of
|
21582
|
+
# whether `expire_time` or `ttl` was provided.
|
21571
21583
|
# Corresponds to the JSON property `expireTime`
|
21572
21584
|
# @return [String]
|
21573
21585
|
attr_accessor :expire_time
|
@@ -22077,18 +22089,28 @@ module Google
|
|
22077
22089
|
class GoogleCloudAiplatformV1beta1MetricResult
|
22078
22090
|
include Google::Apis::Core::Hashable
|
22079
22091
|
|
22080
|
-
# The
|
22092
|
+
# The `Status` type defines a logical error model that is suitable for different
|
22093
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
22094
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
22095
|
+
# data: error code, error message, and error details. You can find out more
|
22096
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
22097
|
+
# //cloud.google.com/apis/design/errors).
|
22098
|
+
# Corresponds to the JSON property `error`
|
22099
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleRpcStatus]
|
22100
|
+
attr_accessor :error
|
22101
|
+
|
22102
|
+
# Output only. The explanation for the metric result.
|
22081
22103
|
# Corresponds to the JSON property `explanation`
|
22082
22104
|
# @return [String]
|
22083
22105
|
attr_accessor :explanation
|
22084
22106
|
|
22085
|
-
# For rubric-based metrics, the verdicts for each rubric.
|
22107
|
+
# Output only. For rubric-based metrics, the verdicts for each rubric.
|
22086
22108
|
# Corresponds to the JSON property `rubricVerdicts`
|
22087
22109
|
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict>]
|
22088
22110
|
attr_accessor :rubric_verdicts
|
22089
22111
|
|
22090
|
-
# The score for the metric. Please refer to each metric's
|
22091
|
-
# meaning of the score.
|
22112
|
+
# Output only. The score for the metric. Please refer to each metric's
|
22113
|
+
# documentation for the meaning of the score.
|
22092
22114
|
# Corresponds to the JSON property `score`
|
22093
22115
|
# @return [Float]
|
22094
22116
|
attr_accessor :score
|
@@ -22099,6 +22121,7 @@ module Google
|
|
22099
22121
|
|
22100
22122
|
# Update properties of this object
|
22101
22123
|
def update!(**args)
|
22124
|
+
@error = args[:error] if args.key?(:error)
|
22102
22125
|
@explanation = args[:explanation] if args.key?(:explanation)
|
22103
22126
|
@rubric_verdicts = args[:rubric_verdicts] if args.key?(:rubric_verdicts)
|
22104
22127
|
@score = args[:score] if args.key?(:score)
|
@@ -29745,6 +29768,14 @@ module Google
|
|
29745
29768
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig]
|
29746
29769
|
attr_accessor :evaluation_config
|
29747
29770
|
|
29771
|
+
# Optional. If set to true, disable intermediate checkpoints for Preference
|
29772
|
+
# Optimization and only the last checkpoint will be exported. Otherwise, enable
|
29773
|
+
# intermediate checkpoints for Preference Optimization. Default is false.
|
29774
|
+
# Corresponds to the JSON property `exportLastCheckpointOnly`
|
29775
|
+
# @return [Boolean]
|
29776
|
+
attr_accessor :export_last_checkpoint_only
|
29777
|
+
alias_method :export_last_checkpoint_only?, :export_last_checkpoint_only
|
29778
|
+
|
29748
29779
|
# Hyperparameters for Preference Optimization.
|
29749
29780
|
# Corresponds to the JSON property `hyperParameters`
|
29750
29781
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters]
|
@@ -29769,6 +29800,7 @@ module Google
|
|
29769
29800
|
# Update properties of this object
|
29770
29801
|
def update!(**args)
|
29771
29802
|
@evaluation_config = args[:evaluation_config] if args.key?(:evaluation_config)
|
29803
|
+
@export_last_checkpoint_only = args[:export_last_checkpoint_only] if args.key?(:export_last_checkpoint_only)
|
29772
29804
|
@hyper_parameters = args[:hyper_parameters] if args.key?(:hyper_parameters)
|
29773
29805
|
@training_dataset_uri = args[:training_dataset_uri] if args.key?(:training_dataset_uri)
|
29774
29806
|
@validation_dataset_uri = args[:validation_dataset_uri] if args.key?(:validation_dataset_uri)
|
@@ -33572,6 +33604,11 @@ module Google
|
|
33572
33604
|
# @return [String]
|
33573
33605
|
attr_accessor :etag
|
33574
33606
|
|
33607
|
+
# Labels for the ReasoningEngine.
|
33608
|
+
# Corresponds to the JSON property `labels`
|
33609
|
+
# @return [Hash<String,String>]
|
33610
|
+
attr_accessor :labels
|
33611
|
+
|
33575
33612
|
# Identifier. The resource name of the ReasoningEngine. Format: `projects/`
|
33576
33613
|
# project`/locations/`location`/reasoningEngines/`reasoning_engine``
|
33577
33614
|
# Corresponds to the JSON property `name`
|
@@ -33600,6 +33637,7 @@ module Google
|
|
33600
33637
|
@display_name = args[:display_name] if args.key?(:display_name)
|
33601
33638
|
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
33602
33639
|
@etag = args[:etag] if args.key?(:etag)
|
33640
|
+
@labels = args[:labels] if args.key?(:labels)
|
33603
33641
|
@name = args[:name] if args.key?(:name)
|
33604
33642
|
@spec = args[:spec] if args.key?(:spec)
|
33605
33643
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -35887,11 +35925,6 @@ module Google
|
|
35887
35925
|
# @return [String]
|
35888
35926
|
attr_accessor :display_name
|
35889
35927
|
|
35890
|
-
# Output only. Additional information about the SandboxEnvironment.
|
35891
|
-
# Corresponds to the JSON property `metadata`
|
35892
|
-
# @return [Object]
|
35893
|
-
attr_accessor :metadata
|
35894
|
-
|
35895
35928
|
# Identifier. The name of the SandboxEnvironment.
|
35896
35929
|
# Corresponds to the JSON property `name`
|
35897
35930
|
# @return [String]
|
@@ -35921,7 +35954,6 @@ module Google
|
|
35921
35954
|
def update!(**args)
|
35922
35955
|
@create_time = args[:create_time] if args.key?(:create_time)
|
35923
35956
|
@display_name = args[:display_name] if args.key?(:display_name)
|
35924
|
-
@metadata = args[:metadata] if args.key?(:metadata)
|
35925
35957
|
@name = args[:name] if args.key?(:name)
|
35926
35958
|
@spec = args[:spec] if args.key?(:spec)
|
35927
35959
|
@state = args[:state] if args.key?(:state)
|
@@ -35957,17 +35989,6 @@ module Google
|
|
35957
35989
|
# @return [String]
|
35958
35990
|
attr_accessor :code_language
|
35959
35991
|
|
35960
|
-
# Optional. The additional dependencies to install in the code execution
|
35961
|
-
# environment. For example, "pandas==2.2.3".
|
35962
|
-
# Corresponds to the JSON property `dependencies`
|
35963
|
-
# @return [Array<String>]
|
35964
|
-
attr_accessor :dependencies
|
35965
|
-
|
35966
|
-
# Optional. The environment variables to set in the code execution environment.
|
35967
|
-
# Corresponds to the JSON property `env`
|
35968
|
-
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar>]
|
35969
|
-
attr_accessor :env
|
35970
|
-
|
35971
35992
|
# The machine config of the code execution environment.
|
35972
35993
|
# Corresponds to the JSON property `machineConfig`
|
35973
35994
|
# @return [String]
|
@@ -35980,8 +36001,6 @@ module Google
|
|
35980
36001
|
# Update properties of this object
|
35981
36002
|
def update!(**args)
|
35982
36003
|
@code_language = args[:code_language] if args.key?(:code_language)
|
35983
|
-
@dependencies = args[:dependencies] if args.key?(:dependencies)
|
35984
|
-
@env = args[:env] if args.key?(:env)
|
35985
36004
|
@machine_config = args[:machine_config] if args.key?(:machine_config)
|
35986
36005
|
end
|
35987
36006
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1beta1
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250902"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -10998,6 +10998,7 @@ module Google
|
|
10998
10998
|
property :create_time, as: 'createTime'
|
10999
10999
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources::Representation
|
11000
11000
|
|
11001
|
+
property :disable_container_logging, as: 'disableContainerLogging'
|
11001
11002
|
property :disable_explanations, as: 'disableExplanations'
|
11002
11003
|
property :display_name, as: 'displayName'
|
11003
11004
|
property :enable_access_logging, as: 'enableAccessLogging'
|
@@ -15185,6 +15186,8 @@ module Google
|
|
15185
15186
|
class GoogleCloudAiplatformV1beta1MetricResult
|
15186
15187
|
# @private
|
15187
15188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15189
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
15190
|
+
|
15188
15191
|
property :explanation, as: 'explanation'
|
15189
15192
|
collection :rubric_verdicts, as: 'rubricVerdicts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict::Representation
|
15190
15193
|
|
@@ -17280,6 +17283,7 @@ module Google
|
|
17280
17283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17281
17284
|
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig::Representation
|
17282
17285
|
|
17286
|
+
property :export_last_checkpoint_only, as: 'exportLastCheckpointOnly'
|
17283
17287
|
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters::Representation
|
17284
17288
|
|
17285
17289
|
property :training_dataset_uri, as: 'trainingDatasetUri'
|
@@ -18464,6 +18468,7 @@ module Google
|
|
18464
18468
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
18465
18469
|
|
18466
18470
|
property :etag, as: 'etag'
|
18471
|
+
hash :labels, as: 'labels'
|
18467
18472
|
property :name, as: 'name'
|
18468
18473
|
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec::Representation
|
18469
18474
|
|
@@ -19183,7 +19188,6 @@ module Google
|
|
19183
19188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19184
19189
|
property :create_time, as: 'createTime'
|
19185
19190
|
property :display_name, as: 'displayName'
|
19186
|
-
property :metadata, as: 'metadata'
|
19187
19191
|
property :name, as: 'name'
|
19188
19192
|
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec::Representation
|
19189
19193
|
|
@@ -19204,9 +19208,6 @@ module Google
|
|
19204
19208
|
# @private
|
19205
19209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19206
19210
|
property :code_language, as: 'codeLanguage'
|
19207
|
-
collection :dependencies, as: 'dependencies'
|
19208
|
-
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
19209
|
-
|
19210
19211
|
property :machine_config, as: 'machineConfig'
|
19211
19212
|
end
|
19212
19213
|
end
|
@@ -23746,6 +23746,11 @@ module Google
|
|
23746
23746
|
# Optional. The standard list filter. More detail in [AIP-160](https://google.
|
23747
23747
|
# aip.dev/160). Supported fields (equality match only): * `scope` (as a JSON
|
23748
23748
|
# string)
|
23749
|
+
# @param [String] order_by
|
23750
|
+
# Optional. The standard list order by string. If not specified, the default
|
23751
|
+
# order is `create_time desc`. If specified, the default sorting order of
|
23752
|
+
# provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/
|
23753
|
+
# 132). Supported fields: * `create_time` * `update_time`
|
23749
23754
|
# @param [Fixnum] page_size
|
23750
23755
|
# Optional. The standard list page size.
|
23751
23756
|
# @param [String] page_token
|
@@ -23767,12 +23772,13 @@ module Google
|
|
23767
23772
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23768
23773
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23769
23774
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23770
|
-
def list_project_location_reasoning_engine_memories(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23775
|
+
def list_project_location_reasoning_engine_memories(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23771
23776
|
command = make_simple_command(:get, 'v1beta1/{+parent}/memories', options)
|
23772
23777
|
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListMemoriesResponse::Representation
|
23773
23778
|
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
23774
23779
|
command.params['parent'] = parent unless parent.nil?
|
23775
23780
|
command.query['filter'] = filter unless filter.nil?
|
23781
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
23776
23782
|
command.query['pageSize'] = page_size unless page_size.nil?
|
23777
23783
|
command.query['pageToken'] = page_token unless page_token.nil?
|
23778
23784
|
command.query['fields'] = fields unless fields.nil?
|
@@ -30141,6 +30147,11 @@ module Google
|
|
30141
30147
|
# Optional. The standard list filter. More detail in [AIP-160](https://google.
|
30142
30148
|
# aip.dev/160). Supported fields (equality match only): * `scope` (as a JSON
|
30143
30149
|
# string)
|
30150
|
+
# @param [String] order_by
|
30151
|
+
# Optional. The standard list order by string. If not specified, the default
|
30152
|
+
# order is `create_time desc`. If specified, the default sorting order of
|
30153
|
+
# provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/
|
30154
|
+
# 132). Supported fields: * `create_time` * `update_time`
|
30144
30155
|
# @param [Fixnum] page_size
|
30145
30156
|
# Optional. The standard list page size.
|
30146
30157
|
# @param [String] page_token
|
@@ -30162,12 +30173,13 @@ module Google
|
|
30162
30173
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
30163
30174
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
30164
30175
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
30165
|
-
def list_reasoning_engine_memories(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
30176
|
+
def list_reasoning_engine_memories(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
30166
30177
|
command = make_simple_command(:get, 'v1beta1/{+parent}/memories', options)
|
30167
30178
|
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListMemoriesResponse::Representation
|
30168
30179
|
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
30169
30180
|
command.params['parent'] = parent unless parent.nil?
|
30170
30181
|
command.query['filter'] = filter unless filter.nil?
|
30182
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
30171
30183
|
command.query['pageSize'] = page_size unless page_size.nil?
|
30172
30184
|
command.query['pageToken'] = page_token unless page_token.nil?
|
30173
30185
|
command.query['fields'] = fields unless fields.nil?
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-aiplatform_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|