aws / aws/sagemaker-python-sdk
Align Remote function classes to ModelTrainer: Include training_plan_arn to remote function classes @remote decorator and RemoteExecutor
- Lenguaje dominante
- Python
- Estrellas
- 2.3k
- Forks
- 1.3k
- Merge medio
- 1 d 22 h
- PR fusionados (30 d)
- 35
Descripción
**Describe the feature you'd like**
A clear and concise description of the functionality you want.
ModelTrainer and Estimator classes currently support training_plan_arn, in order to run training workload by leveraging the instances included in the plan. This functionality is not currently available with remote function classes, which is adopted by customer to start prototyping workloads on Amazon SageMaker.
**How would this feature be used? Please describe.**
A clear and concise description of the use case for this feature. Please provide an example, if possible.
```
@remote(
...
training_plan_arn="arn.1234....."
)
def train(args):
pass
```
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
There are no alternative solutions
**Additional context**
Add any other context or screenshots about the feature request here.
Guía de contribución
Línea de trabajo
Comienza comparando cómo ModelTrainer y Estimator aceptan y usan training_plan_arn; después, sigue las rutas de @remote decorator y RemoteExecutor para una configuración equivalente. Define el flujo esperado de la ARN desde los argumentos del decorador hasta la ejecución remota y añade cobertura que muestre que una remote function puede iniciarse con el training plan especificado.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws, python
- Área
- cloud, machine-learning
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100