Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,15 @@ spec:
type: string
instanceType:
description: |-
Single instance type to deploy the model on.
This field is mutually exclusive with instanceTypes.
Single instance type to deploy the model on.
This field is mutually exclusive with instanceTypes.
Use this when you want to deploy on a specific instance type.
pattern: ^ml\..*
type: string
instanceTypes:
description: |-
List of instance types to deploy the model on, in order of preference.
Instance types are selected based on the order specified, selecting the first available type.
List of instance types to deploy the model on, in order of preference.
Instance types are selected based on the order specified, selecting the first available type.
items:
type: string
type: array
Expand Down