Show / Hide Table of Contents

Class CustomizationCollection

Results of a Customization search. Contains both CustomizationSummary items and other information, such as metadata.

Inheritance
object
CustomizationCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class CustomizationCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CustomizationSummary> Items { get; set; }
Property Value
Type Description
List<CustomizationSummary>

List of Customization training jobs.

Remarks

Required

In this article
Back to top