public static class UpdateDatasetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDatasetDetails |
build() |
UpdateDatasetDetails.Builder |
copy(UpdateDatasetDetails model) |
UpdateDatasetDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource.
|
UpdateDatasetDetails.Builder |
description(String description)
A user provided description of the dataset
|
UpdateDatasetDetails.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
UpdateDatasetDetails.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
UpdateDatasetDetails.Builder |
labelingInstructions(String labelingInstructions)
The labeling instructions for human labelers in rich text format
|
public UpdateDatasetDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic UpdateDatasetDetails.Builder description(String description)
A user provided description of the dataset
description
- the value to setpublic UpdateDatasetDetails.Builder labelingInstructions(String labelingInstructions)
The labeling instructions for human labelers in rich text format
labelingInstructions
- the value to setpublic UpdateDatasetDetails.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateDatasetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource. Each key is predefined and scoped to a namespace. For
example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateDatasetDetails build()
public UpdateDatasetDetails.Builder copy(UpdateDatasetDetails model)
Copyright © 2016–2024. All rights reserved.