e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
72 lines
1.7 KiB
YAML
72 lines
1.7 KiB
YAML
# Copyright 2025 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
kind: source
|
|
name: serverless-spark-source
|
|
type: serverless-spark
|
|
project: ${SERVERLESS_SPARK_PROJECT}
|
|
location: ${SERVERLESS_SPARK_LOCATION}
|
|
---
|
|
kind: tool
|
|
name: list_batches
|
|
type: serverless-spark-list-batches
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: get_batch
|
|
type: serverless-spark-get-batch
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: cancel_batch
|
|
type: serverless-spark-cancel-batch
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: create_pyspark_batch
|
|
type: serverless-spark-create-pyspark-batch
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: create_spark_batch
|
|
type: serverless-spark-create-spark-batch
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: get_session_template
|
|
type: serverless-spark-get-session-template
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: list_sessions
|
|
type: serverless-spark-list-sessions
|
|
source: serverless-spark-source
|
|
---
|
|
kind: tool
|
|
name: get_session
|
|
type: serverless-spark-get-session
|
|
source: serverless-spark-source
|
|
---
|
|
kind: toolset
|
|
name: serverless_spark_tools
|
|
tools:
|
|
- list_batches
|
|
- get_batch
|
|
- cancel_batch
|
|
- create_pyspark_batch
|
|
- create_spark_batch
|
|
- get_session_template
|
|
- list_sessions
|
|
- get_session
|