Skip to content

Commit fb98f6a

Browse files
committed
docs: Add detailed use case sections for training, inference, and MLOps
Add comprehensive documentation extracted from V3 example notebooks covering all training, inference, and MLOps use cases with V3 code examples. New sections include local container training, distributed training, hyperparameter management, JumpStart, custom InferenceSpec, model optimization, inference pipelines, processing jobs, batch transform, model registry, Clarify, EMR Serverless, MLflow integration, and lineage tracking. Each section includes red NEW highlights for change detection and expanded V2-to-V3 migration tables.
1 parent ee420cc commit fb98f6a

File tree

6 files changed

+2144
-134
lines changed

6 files changed

+2144
-134
lines changed

docs/_static/custom.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,21 @@ p {
172172
font-size: 1.0rem;
173173
color: var(--pst-color-text-base);
174174
}
175+
176+
/* NEW CONTENT HIGHLIGHT - remove this block to revert red highlighting */
177+
.new-content {
178+
border-left: 4px solid #dc2626;
179+
padding-left: 16px;
180+
margin-left: 0;
181+
}
182+
.new-content-label::before {
183+
content: "NEW";
184+
background: #dc2626;
185+
color: white;
186+
font-size: 0.7em;
187+
font-weight: 700;
188+
padding: 2px 8px;
189+
border-radius: 3px;
190+
margin-right: 8px;
191+
vertical-align: middle;
192+
}

0 commit comments

Comments
 (0)