public static final class ModifyModelRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyModelRequest |
build() |
ModifyModelRequest.Builder |
description(String description)
The description of the new model definition.
|
ModifyModelRequest.Builder |
groupId(String groupId)
The ID of the API group to which the model belongs.
|
ModifyModelRequest.Builder |
modelName(String modelName)
The name of the model.
|
ModifyModelRequest.Builder |
newModelName(String newModelName)
The new name of the model.
|
ModifyModelRequest.Builder |
schema(String schema)
The new definition of the model.
|
public ModifyModelRequest.Builder description(String description)
public ModifyModelRequest.Builder groupId(String groupId)
public ModifyModelRequest.Builder modelName(String modelName)
public ModifyModelRequest.Builder newModelName(String newModelName)
public ModifyModelRequest.Builder schema(String schema)
public ModifyModelRequest build()
Copyright © 2024. All rights reserved.